Searched refs:LIGHT (Results 1 – 9 of 9) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontFamilyTest.cpp | 653 constexpr FontStyle::Weight LIGHT = FontStyle::Weight::LIGHT; in TEST_F() local 671 FontStyle(LIGHT, UPRIGHT), // 1 in TEST_F() 677 FontStyle(LIGHT, ITALIC), // 7 in TEST_F() 692 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(BOLD)}, 1}, in TEST_F() 693 {FontStyle(LIGHT), {FontStyle(NORMAL), FontStyle(LIGHT)}, 1}, in TEST_F() 694 {FontStyle(LIGHT), {FontStyle(BOLD), FontStyle(LIGHT)}, 1}, in TEST_F() 695 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(LIGHT)}, 0}, in TEST_F() 697 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F() 698 {FontStyle(NORMAL), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F() 699 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 2}, in TEST_F()
|
/frameworks/minikin/include/minikin/ |
D | FontStyle.h | 28 LIGHT = 300, enumerator
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySavingStats.java | 88 int LIGHT = 1; field 447 DozeState.LIGHT, "Light "); in dump() 449 DozeState.LIGHT, " "); in dump()
|
D | BatterySaverController.java | 382 : pm.isLightDeviceIdleMode() ? DozeState.LIGHT in updateBatterySavingStats()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/ |
D | BatterySavingStatsTest.java | 172 DozeState.LIGHT); in checkAll() 321 DozeState.LIGHT); in checkMetricsLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 64 LIGHT = 5; enumerator
|
/frameworks/base/core/java/android/os/ |
D | VibrationEffect.java | 670 case EffectStrength.LIGHT: in isValidEffectStrength()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 1028 return EffectStrength.LIGHT; in intensityToEffectStrength()
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 397 LIGHT = 3; enumerator
|