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

  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorTreeAdapterTest.java 128 method = "newChildView",
137 View result = mResourceCursorTreeAdapter.newChildView(null, null, true, mParent);
140 result = mResourceCursorTreeAdapter.newChildView(null, null, false, mParent);
146 result = mResourceCursorTreeAdapter.newChildView(null, null, true, mParent);
149 result = mResourceCursorTreeAdapter.newChildView(null, null, false, mParent);
SimpleExpandableListAdapterTest.java 290 notes = "Test {@link SimpleExpandableListAdapter#newChildView(boolean, ViewGroup)}",
291 method = "newChildView",
296 View result = mSimpleExpandableListAdapter.newChildView(false, mAdapterHost);
300 result = mSimpleExpandableListAdapter.newChildView(true, mAdapterHost);
311 result = mSimpleExpandableListAdapter.newChildView(false, mAdapterHost);
315 result = mSimpleExpandableListAdapter.newChildView(true, mAdapterHost);
CursorTreeAdapterTest.java 818 public View newChildView(Context context, Cursor cursor,
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 98 public View newChildView(Context context, Cursor cursor, boolean isLastChild,
SimpleExpandableListAdapter.java 225 v = newChildView(isLastChild, parent);
239 public View newChildView(boolean isLastChild, ViewGroup parent) {
CursorTreeAdapter.java 248 v = newChildView(mContext, cursor, isLastChild, parent);
266 protected abstract View newChildView(Context context, Cursor cursor, boolean isLastChild,
272 * @param view Existing view, returned earlier by newChildView
  /packages/apps/Contacts/src/com/android/contacts/
GroupingListAdapter.java 136 protected abstract View newChildView(Context context, ViewGroup parent);
454 view = newChildView(mContext, parent);
RecentCallsListActivity.java 568 protected View newChildView(Context context, ViewGroup parent) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
GroupingListAdapterTests.java 97 protected View newChildView(Context context, ViewGroup parent) {
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 381 protected View newChildView(Context context, Cursor cursor, boolean isLastChild,
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 652 public View newChildView(Context context, Cursor cursor, boolean isLastChild,
654 View v = super.newChildView(context, cursor, isLastChild, parent);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 240 milliseconds