HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarActivity.java 22 * SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR.
31 setLightBar(lightNavigationBar, View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
LightBarThemeTest.java 60 assertTrue((visibility & View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR) != 0);
  /frameworks/base/services/tests/servicestests/src/com/android/server/policy/
PhoneWindowManagerTest.java 19 import static android.view.View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
66 hasLightNavBar ? SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR : 0;
89 hasLightNavBar ? SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR : 0;
158 assertEquals(SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR,
160 SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, null, null,
163 // Opaque top fullscreen window overrides SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR flag.
167 SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, opaqueDarkNavBar, opaqueDarkNavBar, null,
169 assertEquals(SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR,
172 assertEquals(SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR,
173 PhoneWindowManager.updateLightNavigationBarLw(SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
SystemUiController.java 68 newFlags |= View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
70 newFlags &= ~(View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
NavigationBarColorTest.java 19 import static android.view.View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
109 * {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR}.
158 lightNavigationBar ? SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR : 0,
159 SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
217 builder.setInputViewSystemUiVisibility(SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
232 // As documented, SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR is actually ignored when the IME
235 builder.setInputViewSystemUiVisibility(SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
312 // Make sure that SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR works for IMEs (Bug 69002467).
319 // SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, by un-setting FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS flag
335 // Make sure that SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR works for IMEs, even if a dimmin
    [all...]
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
GlifV3StyleTest.java 54 assertTrue((vis & View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR) != 0);
  /development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
ThemedNavBarKeyboard.java 93 * {@link View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} to optimize the navigation bar for
105 * {@link View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} to optimize the navigation bar for
228 | SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
273 // This allows us to use setNavigationBarColor() + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR.
276 updateSystemUiFlag(isLightNavBar ? SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR : 0);
296 // This allows us to use setNavigationBarColor() + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR.
301 | (isLightNavBar ? SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR : 0));
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
NavigationBarInfo.java 156 // Set/unset SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR if necessary.
158 final int newVis = (currentVis & ~View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR)
159 | (lightNavigationBar ? View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR : 0);
225 * @return {@code true} if {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} seem to
234 * @return {@code true} if {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} will be
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LightBarController.java 130 if ((diffVis & View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR) != 0
134 View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
StatusBarWindowManager.java 127 vis = vis | View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
130 vis = vis & ~View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 567 vis |= View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
571 vis &= View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
TaskThumbnailView.java 165 flags |= (mThumbnailData.systemUiVisibility & SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR) != 0
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotPersisterLoaderTest.java 234 | View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR;
  /packages/apps/Dialer/java/com/android/incallui/rtt/impl/
RttChatFragment.java 273 window.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsDialog.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 221 int systemBarsStyle = usingDarkText ? View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR |
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 490 milliseconds