Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java140 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
145 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
150 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
155 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
160 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
166 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
172 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
252 assertNull(mPopupWindow.getContentView()); in testAccessContentView()
257 assertSame(mTextView, mPopupWindow.getContentView()); in testAccessContentView()
260 assertNull(mPopupWindow.getContentView()); in testAccessContentView()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/
DUsernameOnlyActivity.java36 setContentView(getContentView()); in onCreate()
43 protected int getContentView() { in getContentView() method in UsernameOnlyActivity
DPasswordOnlyActivity.java40 setContentView(getContentView()); in onCreate()
58 protected int getContentView() { in getContentView() method in PasswordOnlyActivity
DAbstractTimePickerActivity.java55 protected abstract int getContentView(); in getContentView() method in AbstractTimePickerActivity
61 setContentView(getContentView()); in onCreate()
DAbstractDatePickerActivity.java55 protected abstract int getContentView(); in getContentView() method in AbstractDatePickerActivity
61 setContentView(getContentView()); in onCreate()
DDatePickerSpinnerActivity.java21 protected int getContentView() { in getContentView() method in DatePickerSpinnerActivity
DTimePickerClockActivity.java21 protected int getContentView() { in getContentView() method in TimePickerClockActivity
DInitializedCheckoutActivity.java21 protected int getContentView() { in getContentView() method in InitializedCheckoutActivity
DPreFilledLoginActivity.java24 protected int getContentView() { in getContentView() method in PreFilledLoginActivity
DLoginWithCustomHighlightActivity.java24 protected int getContentView() { in getContentView() method in LoginWithCustomHighlightActivity
DTimePickerSpinnerActivity.java21 protected int getContentView() { in getContentView() method in TimePickerSpinnerActivity
DLoginNotImportantForAutofillActivity.java24 protected int getContentView() { in getContentView() method in LoginNotImportantForAutofillActivity
DDatePickerCalendarActivity.java21 protected int getContentView() { in getContentView() method in DatePickerCalendarActivity
DLoginWithStringsActivity.java24 protected int getContentView() { in getContentView() method in LoginWithStringsActivity
DCheckoutActivity.java81 setContentView(getContentView()); in onCreate()
101 protected int getContentView() { in getContentView() method in CheckoutActivity
DLoginActivity.java97 setContentView(getContentView()); in onCreate()
123 protected int getContentView() { in getContentView() method in LoginActivity
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java175 getContentView().setSystemGestureExclusionRects(rects); in setSystemGestureExclusion()
231 public View getContentView() { in getContentView() method in WindowInsetsActivity
270 Rect windowBoundary = getViewBound(getContentView()); in getOperationArea()
DWindowInsetsBehaviorTests.java649 mainThreadRun(() -> rects[0] = mActivity.getViewBound(mActivity.getContentView())); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()