Home
last modified time | relevance | path

Searched defs:contentView (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DActionModeCtsActivity.java26 public View contentView; field in ActionModeCtsActivity
DSystemGestureExclusionRectsTest.java220 final View contentView = activity.findViewById(R.id.abslistview_root); in ignoreHiddenViewRects() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DHandleConfigurationActivity.java28 public View contentView; field in HandleConfigurationActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DCloseOnOutsideTestActivity.java42 View contentView = getWindow().getDecorView().findViewById(android.R.id.content); in setupWindowSize() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestFocusActivity.java40 final LinearLayout contentView = new LinearLayout(this); in onCreate() local
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricPromptContentViewTest.java178 final PromptContentViewWithMoreOptionsButton contentView = in testMoreOptionsButton_clickButton() local
185 "description", contentView, "negative button"); in testMoreOptionsButton_clickButton() local
222 final PromptContentViewWithMoreOptionsButton contentView = in testMoreOptionsButton_withoutPermissionException() local
301 final PromptContentViewWithMoreOptionsButton contentView = in testMoreOptionsButton_onlyCredential_clickButton() local
DBiometricTestBase.java372 @NonNull String description, @Nullable PromptContentView contentView) throws Exception { in showCredentialOnlyBiometricPromptWithContents()
458 @Nullable PromptContentView contentView, @NonNull String negativeButtonText) in showDefaultBiometricPromptWithContents()
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java194 FrameLayout contentView = new FrameLayout(this); in addPopupWindow() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsPolicyTest.java183 View contentView = decorView.findViewById(android.R.id.content); in testNonAutomotiveFullScreenNotBlockedBySystemComponents() local
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java171 TextView contentView = new TextView(mActivity); in testSize() local