Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 44) sorted by relevance

12

/cts/tests/tests/telecom-cuj/
DAndroid.bp81 "--hide RequiresPermission " +
82 "--hide CallbackInterface " +
83 "--hide MissingPermission " +
84 "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
85 "--hide SdkConstant --hide HiddenTypeParameter " +
86 "--hide Todo ",
122 "-hide 111 -hide 113 -hide 125 -hide 126 -hide 127 -hide 128 " +
/cts/build/
Dcompatibility_test_suite.mk28 $(hide) echo "# This file is auto generated by Android.mk. Do not modify." > $@
29 $(hide) echo "build_number = $(PRIVATE_SUITE_BUILD_NUMBER)" >> $@
30 $(hide) echo "target_arch = $(PRIVATE_SUITE_TARGET_ARCH)" >> $@
31 $(hide) echo "name = $(PRIVATE_SUITE_NAME)" >> $@
32 $(hide) echo "fullname = $(PRIVATE_SUITE_FULLNAME)" >> $@
33 $(hide) echo "version = $(PRIVATE_SUITE_VERSION)" >> $@
Ddevice_info_package.mk86 $(hide) echo Generating manifest for $(PRIVATE_NAME)
87 $(hide) mkdir -p $(dir $@)
88 $(hide) $(MANIFEST_GENERATOR) \
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationTests.java83 .runOnMainSync(() -> mRootView.getWindowInsetsController().hide(systemBars())); in testAnimationCallbacksHide()
94 .runOnMainSync(() -> mRootView.getWindowInsetsController().hide(systemBars())); in testAnimationCallbacksShow()
129 () -> mRootView.getWindowInsetsController().hide(statusBars()), 50); in testAnimationCallbacks_overlapping()
132 .runOnMainSync(() -> mRootView.getWindowInsetsController().hide(navigationBars())); in testAnimationCallbacks_overlapping()
207 mRootView.getWindowInsetsController().hide(systemBars()); in testAnimationCallbacks_consumedByDecor()
227 mRootView.getWindowInsetsController().hide(systemBars()); in testAnimationCallbacks_childDoesntGetCallback()
268 mRootView.getWindowInsetsController().hide(systemBars()); in testAnimationCallbacks_childInsetting()
302 mRootView.getWindowInsetsController().hide(systemBars()); in testAnimationCallbacks_withLegacyFlags()
DWindowInsetsControllerTests.java151 rootView.getWindowInsetsController().hide(types); in testHideInternal()
171 rootView.getWindowInsetsController().hide(types); in testShowInternal()
214 () -> rootView.getWindowInsetsController().hide(statusBars())); in testTopAppHidesStatusBarByMethod()
253 getInstrumentation().runOnMainSync(() -> rootView.getWindowInsetsController().hide(ime())); in testImeShowAndHide()
277 () -> rootView.getWindowInsetsController().hide(navigationBars())); in testImeForceShowingNavigationBar()
303 getInstrumentation().runOnMainSync(() -> rootView.getWindowInsetsController().hide(ime())); in testImeForceShowingNavigationBar()
497 () -> target.getWindowInsetsController().hide(insetsType)); in testSysUiVisCallbackCausedByInsets()
687 rootView.getWindowInsetsController().hide(ime()); in testShowImeOnCreate_doesntCauseImeToReappearWhenDialogIsShown()
764 dialogWindow.getInsetsController().hide(statusBars() | navigationBars()); in testInsetsDispatch()
842 dialogWindow[0].getDecorView().getWindowInsetsController().hide(ime()); in testImeInsetsWithDifferentControlTarget()
[all …]
DForceRelayoutTestBase.java68 activity.getWindow().getInsetsController().hide(systemBars()); in testRelayoutWhenInsetsChange()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentReorderingTest.java155 mFM.beginTransaction().hide(fragment1).addToBackStack(null).commit(); in removeRedundantRemove()
230 mFM.beginTransaction().hide(fragment1).addToBackStack(null).commit(); in removeRedundantAttach()
280 mFM.beginTransaction().hide(fragment1).addToBackStack(null).commit(); in removeRedundantDetach()
312 .hide(fragment1) in removeRedundantHide()
336 .hide(fragment1) in removeRedundantHide()
359 mFM.beginTransaction().hide(fragment1).addToBackStack(null).commit(); in removeRedundantHide()
381 mFM.beginTransaction().hide(fragment1).addToBackStack(null).commit(); in removeRedundantHide()
413 mFM.beginTransaction().hide(fragment1).addToBackStack(null).commit(); in removeRedundantShow()
DFragmentAnimatorTest.java112 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit(); in showAnimatorsReordered()
146 .hide(fragment) in showAnimatorsOrdered()
185 .hide(fragment) in hideAnimators()
488 .hide(fragment) in animationOnNullContainer()
DFragmentViewTests.java233 fm.beginTransaction().add(R.id.fragmentContainer, fragment1, "1").hide(fragment1).commit(); in removeHiddenView()
325 fm.beginTransaction().hide(fragment).addToBackStack(null).commit(); in hideFragment()
348 .hide(fragment) in doubleHide()
349 .hide(fragment) in doubleHide()
362 .hide(fragment) in hideUnAdded()
377 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit(); in showFragment()
465 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit(); in detachHiddenFragment()
557 .hide(fragment) in attachHiddenFragment()
656 .hide(fragment2) in replaceTwo()
/cts/tests/tests/gameservice/CtsGameServiceGame/src/android/service/games/cts/game/
DMainActivity.java39 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
/cts/tests/tests/gameservice/CtsGameServiceSystemBarVerifier/src/android/service/games/cts/systembarverifier/
DMainActivity.java40 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleActivity.java52 insetsController.hide(WindowInsets.Type.navigationBars()); in onStart()
/cts/tests/tests/gameservice/CtsGameServiceTouchVerifier/src/android/service/games/cts/touchverifier/
DMainActivity.java50 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DOnClickActionTest.java97 .Builder(R.id.hide, View.VISIBLE)
104 .addOnClickAction(R.id.hide, new VisibilitySetterAction
106 .setVisibility(R.id.hide, View.GONE)
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTestActivity.java48 windowInsetsController.hide(sTypeMask); in onCreate()
/cts/tests/tests/view/src/android/view/cts/
DActionModeTest.java163 actionMode.hide(0); in testHide()
164 actionMode.hide(ActionMode.DEFAULT_HIDE_DURATION); in testHide()
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DWindowInsetsAnimationImeTests.java126 .runOnMainSync(() -> mRootView.getWindowInsetsController().hide(statusBars())); in testAnimationCallbacks_overlapping_opposite()
221 getInstrumentation().runOnMainSync(() -> mRootView.getWindowInsetsController().hide(ime())); in testShowAndHide()
/cts/tests/tests/widget/src/android/widget/cts/
DZoomControlsTest.java100 zoomControls.hide(); in testShowAndHide()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java58 getActionBar().hide(); in onCreate()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaStubActivity.java180 windowInsetsController.hide(WindowInsets.Type.systemBars()); in hideSystemBars()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java269 void setHideOverlayWindowsAndWaitForPong(boolean hide) { in setHideOverlayWindowsAndWaitForPong() argument
271 intent.putExtra(Components.HideOverlayWindowsActivity.SHOULD_HIDE, hide); in setHideOverlayWindowsAndWaitForPong()
DSnapshotTaskTests.java177 windowInsetsController.hide( in onCreate()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodStatsTest.java240 .hide(WindowInsets.Type.ime())); in testClientHideImeRequestFinished()
409 activity.getWindow().getInsetsController().hide(WindowInsets.Type.ime()); in testFromUser_withWic_hideImeRequestFinished()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPrivacyIndicatorBoundsTests.java140 getWindow().getDecorView().getWindowInsetsController().hide( in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/displaycutout/
DDisplayCutoutTestActivity.java60 getWindow().getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onCreate()

12