Home
last modified time | relevance | path

Searched refs:mChildLayout (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DResourceCursorTreeAdapter.java32 private int mChildLayout; field in ResourceCursorTreeAdapter
57 mChildLayout = childLayout; in ResourceCursorTreeAdapter()
100 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false); in newChildView()
DSimpleExpandableListAdapter.java47 private int mChildLayout; field in SimpleExpandableListAdapter
205 mChildLayout = childLayout; in SimpleExpandableListAdapter()
240 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false); in newChildView()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridActivity.java90 int mChildLayout; field in GridActivity
135 mChildLayout = intent.getIntExtra(EXTRA_CHILD_LAYOUT_ID, -1); in onCreate()
336 if (mChildLayout != -1) {
337 final View view = getLayoutInflater().inflate(mChildLayout, parent, false);
414 if (mChildLayout == -1) {