Home
last modified time | relevance | path

Searched refs:CONDITION_VALUE (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_queryer.cpp144 static constexpr int32_t CONDITION_VALUE = 3; variable
151 matchResults[RELATIONSHIP], StringToDouble(matchResults[CONDITION_VALUE]), failReason);
159 static constexpr int32_t CONDITION_VALUE = 1; variable
163 return CalculateExpression(StringToDouble(matchResults[CONDITION_VALUE]), matchResults[RELATIONSHIP],
175 static constexpr int32_t CONDITION_VALUE = 3; variable
188 relationship, StringToDouble(matchResults[CONDITION_VALUE]), failReason);
195 static constexpr int32_t CONDITION_VALUE = 1; variable
196 return StringToBool(matchResults[CONDITION_VALUE]) == mediaFeature->GetBool("round-screen", false);
203 static constexpr int32_t CONDITION_VALUE = 1; variable
204 return matchResults[CONDITION_VALUE]
211 static constexpr int32_t CONDITION_VALUE = 1; global() variable
224 static constexpr int32_t CONDITION_VALUE = 1; global() variable
233 static constexpr int32_t CONDITION_VALUE = 1; global() variable
[all...]

Completed in 2 milliseconds