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

/frameworks/base/tools/split-select/
H A DRuleGenerator_test.cpp64 .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))
H A DRule_test.cpp37 .add(LtRule(Rule::SCREEN_DENSITY, 5))
H A DTestRules.h50 const Rule LtRule(Rule::Key key, long value);
H A DSplitSelector_test.cpp68 .add(test::LtRule(Rule::SCREEN_DENSITY, 263)));
H A DTestRules.cpp43 const Rule LtRule(Rule::Key key, long value) { function in namespace:split::test

Completed in 2821 milliseconds