Home
last modified time | relevance | path

Searched refs:getContentView (Results 1 – 25 of 30) sorted by relevance

12

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DFieldsNoPasswordActivity.java43 setContentView(getContentView()); in onCreate()
49 protected int getContentView() { in getContentView() method in FieldsNoPasswordActivity
DUsernameOnlyActivity.java37 setContentView(getContentView()); in onCreate()
44 protected int getContentView() { in getContentView() method in UsernameOnlyActivity
DPasswordOnlyActivity.java41 setContentView(getContentView()); in onCreate()
59 protected int getContentView() { in getContentView() method in PasswordOnlyActivity
DMultilineLoginActivity.java26 protected int getContentView() { in getContentView() method in MultilineLoginActivity
DLoginWithCustomHighlightActivity.java26 protected int getContentView() { in getContentView() method in LoginWithCustomHighlightActivity
DLoginNotImportantUsernameImportantPasswordActivity.java27 protected int getContentView() { in getContentView() method in LoginNotImportantUsernameImportantPasswordActivity
DDatePickerCalendarActivity.java23 protected int getContentView() { in getContentView() method in DatePickerCalendarActivity
DTimePickerSpinnerActivity.java23 protected int getContentView() { in getContentView() method in TimePickerSpinnerActivity
DPreFilledLoginActivity.java26 protected int getContentView() { in getContentView() method in PreFilledLoginActivity
DLoginNotImportantForAutofillActivity.java26 protected int getContentView() { in getContentView() method in LoginNotImportantForAutofillActivity
DTimePickerClockActivity.java23 protected int getContentView() { in getContentView() method in TimePickerClockActivity
DDatePickerSpinnerActivity.java23 protected int getContentView() { in getContentView() method in DatePickerSpinnerActivity
DLoginWithStringsActivity.java26 protected int getContentView() { in getContentView() method in LoginWithStringsActivity
DInitializedCheckoutActivity.java23 protected int getContentView() { in getContentView() method in InitializedCheckoutActivity
DLoginMixedImportantForCredentialManagerActivity.java33 protected int getContentView() { in getContentView() method in LoginMixedImportantForCredentialManagerActivity
DLoginImportantForCredentialManagerActivity.java41 protected int getContentView() { in getContentView() method in LoginImportantForCredentialManagerActivity
DAbstractTimePickerActivity.java59 protected abstract int getContentView(); in getContentView() method in AbstractTimePickerActivity
65 setContentView(getContentView()); in onCreate()
DAbstractDatePickerActivity.java59 protected abstract int getContentView(); in getContentView() method in AbstractDatePickerActivity
65 setContentView(getContentView()); in onCreate()
DLoginCredentialMixedActivity.java68 protected int getContentView() { in getContentView() method in LoginCredentialMixedActivity
DCheckoutActivity.java97 setContentView(getContentView()); in onCreate()
120 protected int getContentView() { in getContentView() method in CheckoutActivity
DLoginActivity.java101 setContentView(getContentView()); in onCreate()
127 protected int getContentView() { in getContentView() method in LoginActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DWindowCtsActivity.java43 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/
DPopupWindowTest.java173 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/
DBackGestureInvokedTest.java182 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/
DWindowInsetsActivity.java184 getContentView().setSystemGestureExclusionRects(rects); in setSystemGestureExclusion()
241 public View getContentView() { in getContentView() method in WindowInsetsActivity

12