Searched defs:newView (Results 1 – 6 of 6) sorted by relevance
78 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
215 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
95 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SimpleCursorAdapter
164 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createLockScreen() local172 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createUnlockScreenFor() local
330 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
514 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { in setLayoutParams()