HomeSort by relevance Sort by last modified time
    Searched refs:LtRule (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/split-select/
RuleGenerator_test.cpp 64 .add(LtRule(Rule::SCREEN_DENSITY, 263))
70 .add(LtRule(Rule::SCREEN_DENSITY, 363))
88 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
89 .add(LtRule(Rule::SCREEN_DENSITY, 263))
94 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
96 .add(LtRule(Rule::SCREEN_DENSITY, 363))
101 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
Rule_test.cpp 37 .add(LtRule(Rule::SCREEN_DENSITY, 5))
TestRules.h 50 const Rule LtRule(Rule::Key key, long value);
SplitSelector_test.cpp 68 .add(test::LtRule(Rule::SCREEN_DENSITY, 263)));
TestRules.cpp 43 const Rule LtRule(Rule::Key key, long value) {

Completed in 59 milliseconds