Searched refs:isDescendant (Results 1 – 5 of 5) sorted by relevance
49 if (GuideUtils.isDescendant(ProgramGrid.this, newFocus)) {156 if (focused == null || (focused != this && !GuideUtils.isDescendant(this, focused))) { in focusSearch()
127 static boolean isDescendant(ViewGroup container, View view) { in isDescendant() method in GuideUtils
307 GuideUtils.isDescendant(mContainer, oldFocus) ? oldFocus : null,308 GuideUtils.isDescendant(mContainer, newFocus) ? newFocus : null);
348 synchronized boolean isDescendant(BrowseNode target) { in isDescendant() method in BrowseTree.BrowseNode
1651 private static boolean isDescendant(View parent, View v) {1680 if (v != null && v != focused && isDescendant(currentTop, v)) {