/cts/tests/tests/telecom-cuj/ |
D | Android.bp | 81 "--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/ |
D | compatibility_test_suite.mk | 28 $(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)" >> $@
|
D | device_info_package.mk | 86 $(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/ |
D | WindowInsetsAnimationTests.java | 83 .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()
|
D | WindowInsetsControllerTests.java | 151 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 …]
|
D | ForceRelayoutTestBase.java | 68 activity.getWindow().getInsetsController().hide(systemBars()); in testRelayoutWhenInsetsChange()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentReorderingTest.java | 155 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()
|
D | FragmentAnimatorTest.java | 112 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()
|
D | FragmentViewTests.java | 233 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/ |
D | MainActivity.java | 39 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
|
/cts/tests/tests/gameservice/CtsGameServiceSystemBarVerifier/src/android/service/games/cts/systembarverifier/ |
D | MainActivity.java | 40 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
|
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleActivity.java | 52 insetsController.hide(WindowInsets.Type.navigationBars()); in onStart()
|
/cts/tests/tests/gameservice/CtsGameServiceTouchVerifier/src/android/service/games/cts/touchverifier/ |
D | MainActivity.java | 50 windowInsetsController.hide(WindowInsets.Type.systemBars()); in onCreate()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | OnClickActionTest.java | 97 .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/ |
D | TestActivity.java | 48 windowInsetsController.hide(sTypeMask); in onCreate()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ActionModeTest.java | 163 actionMode.hide(0); in testHide() 164 actionMode.hide(ActionMode.DEFAULT_HIDE_DURATION); in testHide()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/ |
D | WindowInsetsAnimationImeTests.java | 126 .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/ |
D | ZoomControlsTest.java | 100 zoomControls.hide(); in testShowAndHide()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | BubbleActivity.java | 58 getActionBar().hide(); in onCreate()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | MediaStubActivity.java | 180 windowInsetsController.hide(WindowInsets.Type.systemBars()); in hideSystemBars()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | HideOverlayWindowsTest.java | 269 void setHideOverlayWindowsAndWaitForPong(boolean hide) { in setHideOverlayWindowsAndWaitForPong() argument 271 intent.putExtra(Components.HideOverlayWindowsActivity.SHOULD_HIDE, hide); in setHideOverlayWindowsAndWaitForPong()
|
D | SnapshotTaskTests.java | 177 windowInsetsController.hide( in onCreate()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodStatsTest.java | 240 .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/ |
D | PrivacyIndicatorBoundsTests.java | 140 getWindow().getDecorView().getWindowInsetsController().hide( in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/displaycutout/ |
D | DisplayCutoutTestActivity.java | 60 getWindow().getDecorView().getWindowInsetsController().hide(WindowInsets.Type.systemBars()); in onCreate()
|