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

  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 32 private int mChildLayout;
57 mChildLayout = childLayout;
100 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
SimpleExpandableListAdapter.java 47 private int mChildLayout;
205 mChildLayout = childLayout;
240 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorTreeAdapterTest.java 50 private int mChildLayout = mNormalChildLayout;
78 mGroupLayout, mChildLayout);
83 mGroupLayout, mChildLayout);
87 mExpandedGroupLayout, mChildLayout);
103 mGroupLayout, mChildLayout);
125 mGroupLayout, mChildLayout);
134 mCollapsedGroupLayout, mExpandedGroupLayout, mChildLayout);
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridActivity.java 87 int mChildLayout;
132 mChildLayout = intent.getIntExtra(EXTRA_CHILD_LAYOUT_ID, -1);
333 if (mChildLayout != -1) {
334 final View view = getLayoutInflater().inflate(mChildLayout, parent, false);
411 if (mChildLayout == -1) {

Completed in 1276 milliseconds