HomeSort by relevance Sort by last modified time
    Searched defs:groupChild (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 94 View groupChild = mExpandableListView.getChildAt(index
96 mExpandableListView.showContextMenuForChild(groupChild);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 439 final View groupChild = getChildAt(groupInfo.endIndex);
440 if (groupChild.getVisibility() != View.GONE) {
441 groupInfo.hasButton |= isButton(groupChild);
442 groupInfo.width += groupChild.getMeasuredWidth();
444 Math.max(groupInfo.greatestMemberWidth, groupChild.getMeasuredWidth());
449 LayoutParams params = (LayoutParams) groupChild.getLayoutParams();
    [all...]

Completed in 483 milliseconds