Home
last modified time | relevance | path

Searched refs:supportsIconTintForNavMode (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarTransitionsController.java280 public boolean supportsIconTintForNavMode(int navigationMode) { in supportsIconTintForNavMode() method in LightBarTransitionsController
H A DLightBarController.java382 && mNavigationBarController.supportsIconTintForNavMode(mNavigationMode)) { in updateNavigation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightBarControllerTest.java74 when(mNavBarController.supportsIconTintForNavMode(anyInt())).thenReturn(true); in setup()