Searched refs:LIGHT (Results 1 – 12 of 12) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontFamilyTest.cpp | 665 constexpr FontStyle::Weight LIGHT = FontStyle::Weight::LIGHT; in TEST_F() local 683 FontStyle(LIGHT, UPRIGHT), // 1 in TEST_F() 689 FontStyle(LIGHT, ITALIC), // 7 in TEST_F() 704 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(BOLD)}, 1}, in TEST_F() 705 {FontStyle(LIGHT), {FontStyle(NORMAL), FontStyle(LIGHT)}, 1}, in TEST_F() 706 {FontStyle(LIGHT), {FontStyle(BOLD), FontStyle(LIGHT)}, 1}, in TEST_F() 707 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(LIGHT)}, 0}, in TEST_F() 709 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F() 710 {FontStyle(NORMAL), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F() 711 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 2}, in TEST_F()
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySavingStats.java | 84 int LIGHT = 1; field 424 DozeState.LIGHT, "Light "); in dump() 426 DozeState.LIGHT, " "); in dump()
|
D | BatterySaverController.java | 511 : pm.isLightDeviceIdleMode() ? DozeState.LIGHT in updateBatterySavingStats()
|
/frameworks/minikin/include/minikin/ |
D | FontStyle.h | 28 LIGHT = 300, enumerator
|
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/ |
D | BatterySavingStatsTest.java | 161 DozeState.LIGHT); in checkAll() 277 DozeState.LIGHT); in testMetricsLogger()
|
/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 | Temperature.java | 58 public static final int THROTTLING_LIGHT = ThrottlingSeverity.LIGHT;
|
D | VibrationEffect.java | 112 public static final int EFFECT_STRENGTH_LIGHT = EffectStrength.LIGHT; 754 case EffectStrength.LIGHT: in isValidEffectStrength()
|
/frameworks/base/core/proto/android/os/ |
D | enums.proto | 88 LIGHT = 1; enumerator
|
D | batterystats.proto | 401 LIGHT = 3; enumerator
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 1145 return EffectStrength.LIGHT; in intensityToEffectStrength()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 57465 Landroid/os/SystemProto$ScreenBrightness;->LIGHT:I
|