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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitorCallback.java66 * @param showing Indicates if the keyguard is now visible.
68 void onKeyguardVisibilityChanged(boolean showing) { } argument
H A DCameraWidgetFrame.java114 void onKeyguardVisibilityChanged(boolean showing) {
115 if (mShowing == showing)
117 mShowing = showing;
426 private void onKeyguardVisibilityChanged(boolean showing) { argument
427 if (DEBUG) Log.d(TAG, "onKeyguardVisibilityChanged " + showing
429 if (mTransitioning && !showing) {
H A DKeyguardUpdateMonitor.java602 private void handleKeyguardVisibilityChanged(int showing) { argument
603 if (DEBUG) Log.d(TAG, "handleKeyguardVisibilityChanged(" + showing + ")");
604 boolean isShowing = (showing == 1);
720 public void sendKeyguardVisibilityChanged(boolean showing) { argument
721 if (DEBUG) Log.d(TAG, "sendKeyguardVisibilityChanged(" + showing + ")");
723 message.arg1 = showing ? 1 : 0;
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java80 public void setShowingForActionMode(boolean showing) { argument
81 if (showing) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java104 // the "X" that appears in place of the clock when the panel is showing notifications
167 * Whether the panel is showing, or, if it's animating, whether it will be
250 public void setContentFrameVisible(final boolean showing, boolean animate) { argument

Completed in 5015 milliseconds