HomeSort by relevance Sort by last modified time
    Searched refs:showing (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardMonitor.java 44 public void notifyKeyguardState(boolean showing, boolean secure) {
45 if (mShowing == showing && mSecure == secure) return;
46 mShowing = showing;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 76 * @param showing Indicates if the keyguard is now visible.
78 public void onKeyguardVisibilityChanged(boolean showing) { }
80 public void onKeyguardVisibilityChangedRaw(boolean showing) {
82 if (showing == mShowing
84 onKeyguardVisibilityChanged(showing);
86 mShowing = showing;
CameraWidgetFrame.java 118 public void onKeyguardVisibilityChanged(boolean showing) {
119 if (mShowing == showing)
121 mShowing = showing;
469 public void onBouncerShowing(boolean showing) {
470 if (showing) {
491 private void onKeyguardVisibilityChanged(boolean showing) {
492 if (DEBUG) Log.d(TAG, "onKeyguardVisibilityChanged " + showing
494 if (mTransitioning && !showing) {
KeyguardDisplayManager.java 92 protected void updateDisplays(boolean showing) {
93 if (showing) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 25 private boolean showing; field in class:ShadowPopupWindow
109 * @param showing true if popup window is showing
111 public void setShowing(boolean showing) {
112 this.showing = showing;
117 return showing;
125 showing = false;
  /external/chromium_org/chrome/browser/ui/autofill/
test_generated_credit_card_bubble_view.h 38 bool showing() const { return showing_; } function in class:autofill::TestGeneratedCreditCardBubbleView
47 // Whether the bubble is currently showing or not.
generated_credit_card_bubble_controller_unittest.cc 99 // Ensure that showing the generated card UI bumps the persistent count.
102 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
107 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
116 // Ensure that while showing the generated card UI that the bubble's text
156 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
166 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
169 // should stay showing.
173 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 36 * Manages creating, showing, hiding and resetting the keyguard within the status bar. Calls back
46 // Delay for showing the navigation bar when the bouncer appears. This should be kept in sync
109 // The keyguard might be showing (already). So we need to hide it.
307 * @return Whether the keyguard is showing
335 // Keyguard is not going away, thus we are showing the navigation bar because the
350 boolean showing = mShowing;
355 if ((bouncerDismissible || !showing) != (mLastBouncerDismissible || !mLastShowing)
357 if (bouncerDismissible || !showing) {
363 if ((!(showing && !occluded) || bouncerShowing)
366 if (!(showing && !occluded) || bouncerShowing)
    [all...]
StatusBarWindowManager.java 171 public void setKeyguardShowing(boolean showing) {
172 mCurrentState.keyguardShowing = showing;
202 public void setBouncerShowing(boolean showing) {
203 mCurrentState.bouncerShowing = showing;
ScrimController.java 90 public void setKeyguardShowing(boolean showing) {
91 mKeyguardShowing = showing;
111 public void setBouncerShowing(boolean showing) {
112 mBouncerShowing = showing;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 115 public static void traceKeyguardBouncerChanged(boolean showing) {
117 log("bouncer " + showing);
132 public static void traceKeyguard(boolean showing) {
134 log("keyguard " + showing);
135 if (!showing) {
227 public void onKeyguardVisibilityChanged(boolean showing) {
228 traceKeyguard(showing);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 18 private boolean showing; field in class:TestFragmentTransaction
75 this.showing = false;
82 this.showing = true;
207 return showing;
  /external/chromium_org/chrome/browser/resources/history/
history_focus_manager.js 23 return document.querySelector('#overlay .showing') ||
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.h 75 void set_showing_sync_bubble(bool showing) { showing_sync_bubble_ = showing; }
  /external/chromium_org/third_party/skia/tools/lua/
dumpops.lua 26 -- dump the params in t, specifically showing the verb first, which we
bitmap_statistics.lua 27 -- dump the params in t, specifically showing the verb first, which we
  /external/skia/tools/lua/
dumpops.lua 26 -- dump the params in t, specifically showing the verb first, which we
bitmap_statistics.lua 27 -- dump the params in t, specifically showing the verb first, which we
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 47 /* Only change the background to a gradient when a promo is showing. */
48 .showing-login-area #page-switcher-end:hover,
49 .showing-login-area #page-switcher-end:focus,
50 .showing-login-area #page-switcher-end.drag-target {
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.js 56 assertFalse($('pack-extension-overlay').classList.contains('showing'));
60 assertTrue($('pack-extension-overlay').classList.contains('showing'));
87 assertTrue($('extension-commands-overlay').classList.contains('showing'));
  /packages/apps/InCallUI/src/com/android/incallui/
ProximitySensor.java 133 public void onInCallShowing(boolean showing) {
134 if (showing) {
137 // We only consider the UI not showing for instances where another app took the foreground.
138 // If we stopped showing because the screen is off, we still consider that showing.
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 89 // Whether the view is showing.
95 // Returns true if the View's context menu is showing.
98 // Tells the View whether the context menu is showing.
99 virtual void SetShowingContextMenu(bool showing) = 0;
155 // Brings up the dictionary showing a definition for the selected text.
  /external/chromium_org/ui/app_list/
pagination_model.cc 68 const bool showing = transition_animation_->IsShowing(); local
69 const int from_page = showing ? selected_page_ : transition_.target_page;
70 const int to_page = showing ? transition_.target_page : selected_page_;
73 if (showing)
264 // Showing animation ends.
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 43 // Assume keyguard is showing and secure until we know for sure. This is here in
46 showing = true;
50 boolean showing; field in class:KeyguardServiceDelegate.KeyguardState
114 mKeyguardState.showing = false;
149 mKeyguardState.showing = mKeyguardService.isShowing();
151 return mKeyguardState.showing;
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 184 expectFalse(confirmOverlay.classList.contains('showing'));
189 expectFalse(confirmOverlay.classList.contains('showing'));
194 expectTrue(confirmOverlay.classList.contains('showing'));
199 expectFalse(confirmOverlay.classList.contains('showing'));
204 expectTrue(confirmOverlay.classList.contains('showing'));
207 expectFalse(confirmOverlay.classList.contains('showing'));

Completed in 861 milliseconds

1 2 3 4 5 6