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

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java88 private boolean isShown(View view) { method in class:AccessibilityInteractionController
89 // The first two checks are made also made by isShown() which
95 && view.isShown());
154 if (root != null && isShown(root)) {
314 if (root != null && isShown(root)) {
336 if (isShown(foundView)) {
425 if (root != null && isShown(root)) {
435 if (!isShown(host)) {
452 if (target == null || !isShown(target)) {
538 if (root != null && isShown(roo
[all...]
H A DView.java5309 if (!isShown()) {
5317 // In the beginning we called #isShown(), so we know that getParent() is not null.
6334 public boolean isShown() { method in class:View

Completed in 2607 milliseconds