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

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java130 private boolean isShown(View view) { method in class:AccessibilityInteractionController
131 // The first two checks are made also made by isShown() which
137 && view.isShown());
204 if (root != null && isShown(root)) {
283 if (target != null && isShown(target)) {
362 if (root != null && isShown(root)) {
379 if (isShown(foundView)) {
470 if (root != null && isShown(root)) {
494 if (target != null && isShown(target)) {
576 if (root != null && isShown(roo
[all...]
H A DView.java4553 if (!isShown()) {
4561 // In the beginning we called #isShown(), so we know that getParent() is not null.
4950 // The first two checks are made also made by isShown() which
4957 && isShown()
5331 public boolean isShown() { method in class:View

Completed in 56 milliseconds