/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | FieldsNoPasswordActivity.java | 43 setContentView(getContentView()); in onCreate() 49 protected int getContentView() { in getContentView() method in FieldsNoPasswordActivity
|
D | UsernameOnlyActivity.java | 37 setContentView(getContentView()); in onCreate() 44 protected int getContentView() { in getContentView() method in UsernameOnlyActivity
|
D | PasswordOnlyActivity.java | 41 setContentView(getContentView()); in onCreate() 59 protected int getContentView() { in getContentView() method in PasswordOnlyActivity
|
D | MultilineLoginActivity.java | 26 protected int getContentView() { in getContentView() method in MultilineLoginActivity
|
D | LoginWithCustomHighlightActivity.java | 26 protected int getContentView() { in getContentView() method in LoginWithCustomHighlightActivity
|
D | LoginNotImportantUsernameImportantPasswordActivity.java | 27 protected int getContentView() { in getContentView() method in LoginNotImportantUsernameImportantPasswordActivity
|
D | DatePickerCalendarActivity.java | 23 protected int getContentView() { in getContentView() method in DatePickerCalendarActivity
|
D | TimePickerSpinnerActivity.java | 23 protected int getContentView() { in getContentView() method in TimePickerSpinnerActivity
|
D | PreFilledLoginActivity.java | 26 protected int getContentView() { in getContentView() method in PreFilledLoginActivity
|
D | LoginNotImportantForAutofillActivity.java | 26 protected int getContentView() { in getContentView() method in LoginNotImportantForAutofillActivity
|
D | TimePickerClockActivity.java | 23 protected int getContentView() { in getContentView() method in TimePickerClockActivity
|
D | DatePickerSpinnerActivity.java | 23 protected int getContentView() { in getContentView() method in DatePickerSpinnerActivity
|
D | LoginWithStringsActivity.java | 26 protected int getContentView() { in getContentView() method in LoginWithStringsActivity
|
D | InitializedCheckoutActivity.java | 23 protected int getContentView() { in getContentView() method in InitializedCheckoutActivity
|
D | LoginMixedImportantForCredentialManagerActivity.java | 33 protected int getContentView() { in getContentView() method in LoginMixedImportantForCredentialManagerActivity
|
D | LoginImportantForCredentialManagerActivity.java | 41 protected int getContentView() { in getContentView() method in LoginImportantForCredentialManagerActivity
|
D | AbstractTimePickerActivity.java | 59 protected abstract int getContentView(); in getContentView() method in AbstractTimePickerActivity 65 setContentView(getContentView()); in onCreate()
|
D | AbstractDatePickerActivity.java | 59 protected abstract int getContentView(); in getContentView() method in AbstractDatePickerActivity 65 setContentView(getContentView()); in onCreate()
|
D | LoginCredentialMixedActivity.java | 68 protected int getContentView() { in getContentView() method in LoginCredentialMixedActivity
|
D | CheckoutActivity.java | 97 setContentView(getContentView()); in onCreate() 120 protected int getContentView() { in getContentView() method in CheckoutActivity
|
D | LoginActivity.java | 101 setContentView(getContentView()); in onCreate() 127 protected int getContentView() { in getContentView() method in LoginActivity
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | WindowCtsActivity.java | 43 getContentView().setOnApplyWindowInsetsListener((v, insets) -> { in onCreate() 69 public View getContentView() { in getContentView() method in WindowCtsActivity 74 View view = (View) getContentView().getParent(); in getAppliedInsets()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 173 assertSame(contentView, mPopupWindow.getContentView()); in testSize() 178 assertSame(contentView, mPopupWindow.getContentView()); in testSize() 183 assertSame(contentView, mPopupWindow.getContentView()); in testSize() 188 assertSame(contentView, mPopupWindow.getContentView()); in testSize() 193 assertSame(contentView, mPopupWindow.getContentView()); in testSize() 199 assertSame(contentView, mPopupWindow.getContentView()); in testSize() 205 assertSame(contentView, mPopupWindow.getContentView()); in testSize() 285 assertNull(mPopupWindow.getContentView()); in testAccessContentView() 290 assertSame(mTextView, mPopupWindow.getContentView()); in testAccessContentView() 293 assertNull(mPopupWindow.getContentView()); in testAccessContentView() [all …]
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/ |
D | BackGestureInvokedTest.java | 182 private FrameLayout getContentView() { in getContentView() method in BackGestureInvokedTest.BackInvokedActivity 202 popup.showAtLocation(getContentView(), Gravity.FILL, 0, 0); in addPopupWindow()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsActivity.java | 184 getContentView().setSystemGestureExclusionRects(rects); in setSystemGestureExclusion() 241 public View getContentView() { in getContentView() method in WindowInsetsActivity
|