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

/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DKeyguardViewManager.java238 public synchronized boolean isShowing() { method in class:KeyguardViewManager
H A DKeyguardViewMediator.java445 public boolean isShowing() { method in class:KeyguardViewMediator
506 && !mKeyguardViewProperties.isSecure() && mKeyguardViewManager.isShowing()) {
536 if (mKeyguardViewManager.isShowing()) {
652 if (!isShowing()) {
663 if (!isShowing()) {
673 if (isShowing()) {
/frameworks/base/core/java/android/widget/
H A DMediaController.java321 public boolean isShowing() { method in class:MediaController
H A DPopupWindow.java367 * @see #isShowing()
370 if (isShowing()) {
417 * @see #isShowing()
497 * @see #isShowing()
530 * @see #isShowing()
558 * @see #isShowing()
613 * @see #isShowing()
639 * @see #isShowing()
650 public boolean isShowing() { method in class:PopupWindow
669 if (isShowing() || mContentVie
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java206 public boolean isShowing() { method in class:Dialog
/frameworks/base/awt/java/awt/
H A DComponent.java219 * public boolean isShowing() { toolkit.lockAWT(); try { return
220 * Component.this.isShowing(); } finally { toolkit.unlockAWT(); } } public
283 * set.add(AccessibleState.OPAQUE); } if (isShowing()) {
2667 if (isShowing()) {
3105 public boolean isShowing() { method in class:Component
3109 * (parent != null) && parent.isShowing()); } finally {
3552 * (redrawManager == null) || !isShowing()) { return; } if (behaviour
3672 * return false; } if (!isShowing() || !isFocusable() ||
3895 if (isDisplayable() && isShowing()) {
4080 if (isShowing()) {
[all...]

Completed in 2256 milliseconds