Searched defs:showing (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitorCallback.java67 * @param showing Indicates if the keyguard is now visible.
69 void onKeyguardVisibilityChanged(boolean showing) { } argument
H A DCameraWidgetFrame.java113 void onKeyguardVisibilityChanged(boolean showing) {
114 if (mShowing == showing)
116 mShowing = showing;
413 public void onBouncerShowing(boolean showing) { argument
414 if (showing) {
435 private void onKeyguardVisibilityChanged(boolean showing) { argument
436 if (DEBUG) Log.d(TAG, "onKeyguardVisibilityChanged " + showing
438 if (mTransitioning && !showing) {
H A DKeyguardUpdateMonitor.java202 * This currently implements the bare minimum required to enable showing and hiding
204 * KeyguardTransportControl maintains an independent connection while it's showing.
750 private void handleKeyguardVisibilityChanged(int showing) { argument
751 if (DEBUG) Log.d(TAG, "handleKeyguardVisibilityChanged(" + showing + ")");
752 boolean isShowing = (showing == 1);
878 public void sendKeyguardVisibilityChanged(boolean showing) { argument
879 if (DEBUG) Log.d(TAG, "sendKeyguardVisibilityChanged(" + showing + ")");
881 message.arg1 = showing ? 1 : 0;
H A DKeyguardWidgetFrame.java517 public void onBouncerShowing(boolean showing) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java91 public void setShowingForActionMode(boolean showing) { argument
92 if (showing) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java105 // the "X" that appears in place of the clock when the panel is showing notifications
168 * Whether the panel is showing, or, if it's animating, whether it will be
251 public void setContentFrameVisible(final boolean showing, boolean animate) { argument

Completed in 111 milliseconds