Home
last modified time | relevance | path

Searched defs:newView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
DResourceCursorAdapter.java78 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
DCursorAdapter.java215 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
DSimpleCursorAdapter.java95 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SimpleCursorAdapter
/frameworks/base/tests/framework-tests/src/com/android/internal/policy/impl/
DLockPatternKeyguardViewTest.java164 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createLockScreen() local
172 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createUnlockScreenFor() local
/frameworks/base/core/java/android/app/
DSuggestionsAdapter.java330 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
/frameworks/base/core/java/android/view/
DViewRoot.java514 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { in setLayoutParams()