Home | History | Annotate | Download | only in view

Lines Matching refs:isShown

88     private boolean isShown(View view) {
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(root)) {
615 if (target != null && isShown(target)) {
645 if (foundView != null && !isShown(foundView)) {
934 && isShown(child)) {
972 if (isShown(child)) {
1185 if (view.getId() == mViewId && isShown(view)) {