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

  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 33 private int mLastChildLayout;
58 mLastChildLayout = lastChildLayout;
100 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
SimpleExpandableListAdapter.java 48 private int mLastChildLayout;
206 mLastChildLayout = lastChildLayout;
240 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorTreeAdapterTest.java 51 private int mLastChildLayout = R.layout.cursoradapter_item1;
88 mExpandedGroupLayout, mNormalChildLayout, mLastChildLayout);
109 mGroupLayout, mGroupLayout, mNormalChildLayout, mLastChildLayout);

Completed in 201 milliseconds