HomeSort by relevance Sort by last modified time
    Searched refs:isDescendant (Results 1 - 15 of 15) sorted by null

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GuidedActionItemContainer.java 42 if (mFocusOutAllowed || !Util.isDescendant(this, focused)) {
46 if (Util.isDescendant(this, view)) {
Util.java 33 public static boolean isDescendant(ViewGroup parent, View child) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
GuidedStepRootLayout.java 52 if (Util.isDescendant(this, newFocus)) {
  /packages/apps/TV/src/com/android/tv/guide/
GuideUtils.java 127 static boolean isDescendant(ViewGroup container, View view) {
ProgramGrid.java 49 if (GuideUtils.isDescendant(ProgramGrid.this, newFocus)) {
156 if (focused == null || (focused != this && !GuideUtils.isDescendant(this, focused))) {
ProgramTableAdapter.java 284 GuideUtils.isDescendant(mContainer, oldFocus) ? oldFocus : null,
285 GuideUtils.isDescendant(mContainer, newFocus) ? newFocus : null);
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
PlaybackTransportRowPresenterTest.java 218 static boolean isDescendant(View view, View descendant) {
238 assertTrue(isDescendant(mViewHolder.mControlsVh.mControlBar.getChildAt(0), view));
239 assertTrue(isDescendant(mViewHolder.mControlsVh.mControlBar.getChildAt(1),
252 assertTrue(isDescendant(mViewHolder.mSecondaryControlsVh.mControlBar.getChildAt(0), view));
253 assertTrue(isDescendant(mViewHolder.mSecondaryControlsVh.mControlBar.getChildAt(1),
266 assertTrue(isDescendant(mViewHolder.mControlsVh.mControlBar.getChildAt(0), view));
285 assertTrue(isDescendant(mViewHolder.mControlsVh.mControlBar.getChildAt(0), view));
303 assertTrue(isDescendant(mViewHolder.mSecondaryControlsVh.mControlBar.getChildAt(0), view));
315 assertTrue(isDescendant(mViewHolder.mSecondaryControlsVh.mControlBar.getChildAt(0), view));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 634 protected boolean isDescendant(int subtreeRootIdentity, int identity)
710 if (!isDescendant(subtreeRootIdent, current))
746 if (!isDescendant(subtreeRootIdent, current))
819 if (!isDescendant(subtreeRootIdent, current))
    [all...]
DTMDefaultBaseIterators.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h     [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 302 milliseconds