Searched defs:isShown (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java76 private boolean isShown(View view) { method in class:AccessibilityInteractionController
77 // The first two checks are made also made by isShown() which
83 && view.isShown());
139 if (root != null && isShown(root)) {
208 if (target != null && isShown(target)) {
276 if (root != null && isShown(root)) {
293 if (isShown(foundView)) {
375 if (root != null && isShown(root)) {
399 if (target != null && isShown(target)) {
470 if (root != null && isShown(roo
[all...]
H A DView.java4690 if (!isShown()) {
4698 // In the beginning we called #isShown(), so we know that getParent() is not null.
5534 public boolean isShown() { method in class:View
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1627 if (mViewportFrame.isShown() == shown) {
1722 public boolean isShown() { method in class:ScreenMagnifier.Viewport.ViewportWindow

Completed in 566 milliseconds