Searched refs:lightMode (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | NavigationBarColorTest.java | 320 expectLightNavigationBarSupported((color, lightMode) -> in testLightNavigationBar() 321 getNavigationBarBitmap(imeSettingForSolidNavigationBar(color, lightMode), in testLightNavigationBar() 328 expectLightNavigationBarSupported((color, lightMode) -> in testLightNavigationBar() 330 color, lightMode, info.getBottomNavigationBerHeight(), in testLightNavigationBar() local 344 expectLightNavigationBarSupported((color, lightMode) -> in testDimmingWindow() 345 getNavigationBarBitmap(imeSettingForSolidNavigationBar(color, lightMode), in testDimmingWindow() 351 expectLightNavigationBarNotSupported((color, lightMode) -> in testDimmingWindow() 352 getNavigationBarBitmap(imeSettingForSolidNavigationBar(color, lightMode), in testDimmingWindow()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | LightNavigationBarVerifier.java | 48 Bitmap takeScreenshot(@ColorInt int navigationBarColor, boolean lightMode) throws Exception; in takeScreenshot() argument
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 2245 ColorStateList lightMode = ColorStateList.valueOf(Color.BLACK); in testSetColorStateList_nightMode() local 2247 mRemoteViews.setColorStateList(R.id.remoteView_text, "setTextColor", lightMode, darkMode); in testSetColorStateList_nightMode() 2250 () -> assertSameColorStateList(lightMode, textView.getTextColors())); in testSetColorStateList_nightMode()
|