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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusability.java28 public ViewGroup beforeDescendants; field in class:DescendantFocusability
43 beforeDescendants = (ViewGroup) findViewById(R.id.beforeDescendants);
44 beforeDescendantsChild = (Button) beforeDescendants.getChildAt(0);

Completed in 110 milliseconds