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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusability.java31 public ViewGroup afterDescendants; field in class:DescendantFocusability
46 afterDescendants = (ViewGroup) findViewById(R.id.afterDescendants);
47 afterDescendantsChild = (Button) afterDescendants.getChildAt(0);

Completed in 58 milliseconds