Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DTestableAlertDialogTest.kt54 dialog.show() in dialogShownDoesntCrash()
61 dialog.show() in dialogShowing()
72 dialog.show() in showListenerCalled()
84 dialog.show() in showListenerRemoved()
93 dialog.show() in dialogHiddenNotShowing()
103 dialog.show() in dialogDismissNotShowing()
115 dialog.show() in dismissListenerCalled_ifShowing()
139 dialog.show() in dismissListenerRemoved()
151 dialog.show() in cancelListenerCalled_showing()
174 dialog.show() in dismissCalledOnCancel_showing()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUILayout.java74 void setSizeCompatHintVisibility(boolean show) { in setSizeCompatHintVisibility() argument
75 setViewVisibility(R.id.size_compat_hint, show); in setSizeCompatHintVisibility()
78 void setCameraCompatHintVisibility(boolean show) { in setCameraCompatHintVisibility() argument
79 setViewVisibility(R.id.camera_compat_hint, show); in setCameraCompatHintVisibility()
82 void setRestartButtonVisibility(boolean show) { in setRestartButtonVisibility() argument
83 setViewVisibility(R.id.size_compat_restart_button, show); in setRestartButtonVisibility()
85 if (!show) { in setRestartButtonVisibility()
90 void setCameraControlVisibility(boolean show) { in setCameraControlVisibility() argument
91 setViewVisibility(R.id.camera_compat_control, show); in setCameraControlVisibility()
93 if (!show) { in setCameraControlVisibility()
[all …]
DUserAspectRatioSettingsLayout.java89 void setUserAspectRatioSettingsHintVisibility(boolean show) { in setUserAspectRatioSettingsHintVisibility() argument
90 setViewVisibility(R.id.user_aspect_ratio_settings_hint, show); in setUserAspectRatioSettingsHintVisibility()
93 void setUserAspectRatioButtonVisibility(boolean show) { in setUserAspectRatioButtonVisibility() argument
94 setViewVisibility(R.id.user_aspect_ratio_settings_button, show); in setUserAspectRatioButtonVisibility()
96 if (!show) { in setUserAspectRatioButtonVisibility()
101 private void setViewVisibility(@IdRes int resId, boolean show) { in setViewVisibility() argument
103 int visibility = show ? View.VISIBLE : View.GONE; in setViewVisibility()
107 if (show) { in setViewVisibility()
/frameworks/base/services/core/java/com/android/server/wm/
DFadeAnimationController.java61 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() argument
62 fadeWindowToken(show, windowToken, animationType, null); in fadeWindowToken()
73 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType, in fadeWindowToken() argument
79 final Animation animation = show ? getFadeInAnimation() : getFadeOutAnimation(); in fadeWindowToken()
81 ? createAdapter(createAnimationSpec(animation), show, windowToken) : null; in fadeWindowToken()
86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
90 boolean show, WindowToken windowToken) { in createAdapter() argument
92 show, windowToken); in createAdapter()
139 SurfaceAnimationRunner surfaceAnimationRunner, boolean show, in FadeAnimationAdapter() argument
142 mShow = show; in FadeAnimationAdapter()
DNavBarFadeAnimationController.java71 boolean show, WindowToken windowToken) { in createAdapter() argument
73 animationSpec, windowToken.getSurfaceAnimationRunner(), show, windowToken, in createAdapter()
74 show ? mFadeInParent : mFadeOutParent); in createAdapter()
82 public void fadeWindowToken(boolean show) { in fadeWindowToken() argument
85 final Runnable fadeAnim = () -> fadeWindowToken(show, mNavigationBar.mToken, in fadeWindowToken()
93 if (show) { in fadeWindowToken()
124 SurfaceAnimationRunner surfaceAnimationRunner, boolean show, in NavFadeAnimationAdapter() argument
126 super(windowAnimationSpec, surfaceAnimationRunner, show, token); in NavFadeAnimationAdapter()
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md34 | | ```airplane``` | | ```show``` to show icon, a…
36 | | ```wifi``` | | ```show``` to show icon, a…
38 | | ```mobile``` | | ```show``` to show icon, a…
41 | | ```satellite``` | | ```show``` to show icon, a…
44 …obile signal icon to carrier network change UX when disconnected (```show``` to show icon, any oth…
46 | | ```nosim``` | | ```show``` to show icon, a…
52 …` | | Sets the icon in the location slot (```show```, any other value…
53 … | | Sets the icon in the alarm_clock slot (```show```, any other value…
54 … | | Sets the icon in the sync_active slot (```show```, any other value…
55 …` | | Sets the icon in the tty slot (```show```, any other value…
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyDialogV2Test.kt105 dialog.show() in testManageAppCalledWithCorrectParams()
116 dialog.show() in testCloseAppCalledWithCorrectParams()
128 dialog.show() in testCloseAppMissingForService()
137 dialog.show() in testMoreButton()
149 dialog.show() in testCloseButton()
162 dialog.show() in testDismissListenerCalledOnDismiss()
174 dialog.show() in testDismissListenerCalledImmediatelyIfDialogAlreadyDismissed()
191 dialog.show() in testCorrectNumElements()
204 dialog.show() in testHeaderText()
215 dialog.show() in testUsingText()
[all …]
DPrivacyDialogTest.kt87 dialog.show() in testStarterCalledWithCorrectParams()
97 dialog.show() in testDismissListenerCalledOnDismiss()
108 dialog.show() in testDismissListenerCalledImmediatelyIfDialogAlreadyDismissed()
150 dialog.show() in testCorrectNumElements()
174 dialog.show() in testUsingText()
204 dialog.show() in testRecentText()
234 dialog.show() in testEnterprise()
260 dialog.show() in testPhoneCall()
286 dialog.show() in testPhoneCallNotClickable()
311 dialog.show() in testProxyLabel()
[all …]
/frameworks/proto_logging/stats/enums/view/inputmethod/
Denums.proto89 // IME show request type.
117 // The IME show request originated in the client.
121 // The IME show request originated in the server.
148 // Checked the implicit hide request against any explicit show requests.
150 // Checked the not-always hide request against any forced show requests.
172 // Started the show IME runner.
174 // Ready to show IME.
178 // Reached the window insets control target's show insets method.
182 // Reached the remote insets control target's show insets method.
188 // Created the IME window insets show animation.
[all …]
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DTestEnrollmentActivity.java76 .show(); in onEnrollButtonClicked()
78 Toast.makeText(this, "Failed to enroll!!!" + modelUuid, Toast.LENGTH_SHORT).show(); in onEnrollButtonClicked()
89 Toast.makeText(this, "Sound model not found!!!", Toast.LENGTH_SHORT).show(); in onUnEnrollButtonClicked()
96 .show(); in onUnEnrollButtonClicked()
98 Toast.makeText(this, "Failed to un-enroll!!!", Toast.LENGTH_SHORT).show(); in onUnEnrollButtonClicked()
109 Toast.makeText(this, "Sound model not found!!!", Toast.LENGTH_SHORT).show(); in onReEnrollButtonClicked()
121 .show(); in onReEnrollButtonClicked()
123 Toast.makeText(this, "Failed to re-enroll!!!", Toast.LENGTH_SHORT).show(); in onReEnrollButtonClicked()
/frameworks/native/services/surfaceflinger/tests/
DRelativeZ_test.cpp49 t.setLayer(mBackgroundLayer, INT32_MAX - 2).show(mBackgroundLayer); in SetUp()
50 t.setLayer(mForegroundLayer, INT32_MAX - 1).show(mForegroundLayer); in SetUp()
75 Transaction{}.setRelativeLayer(childLayer, mForegroundLayer, 1).show(childLayer).apply(); in TEST_F()
121 .show(childLevel2a) in TEST_F()
122 .show(childLevel2b) in TEST_F()
123 .show(childLevel3) in TEST_F()
165 .show(childLayer) in TEST_F()
166 .show(relativeToLayer) in TEST_F()
233 .show(childLevel1a) in TEST_F()
234 .show(childLevel1b) in TEST_F()
[all …]
DScreenCapture_test.cpp61 t.setLayer(mBGSurfaceControl, INT32_MAX - 2).show(mBGSurfaceControl); in SetUp()
65 .show(mFGSurfaceControl); in SetUp()
94 Transaction().show(layer).setLayer(layer, INT32_MAX).apply(true); in TEST_F()
155 Transaction().show(parentLayer).setLayer(parentLayer, INT32_MAX).show(childLayer).apply(true); in TEST_F()
195 Transaction().setLayer(parentLayer, INT32_MAX).show(childLayer).apply(true); in TEST_F()
220 Transaction().show(parentLayer).apply(); in TEST_F()
256 Transaction().setLayer(parentLayer, INT32_MAX).show(childLayer).apply(true); in TEST_F()
281 Transaction().show(parentLayer).apply(); in TEST_F()
315 SurfaceComposerClient::Transaction().show(child).apply(true); in TEST_F()
332 SurfaceComposerClient::Transaction().show(child).apply(true); in TEST_F()
[all …]
DLayerUpdate_test.cpp70 t.setLayer(mBGSurfaceControl, INT32_MAX - 2).show(mBGSurfaceControl); in SetUp()
74 .show(mFGSurfaceControl); in SetUp()
79 .show(mSyncSurfaceControl); in SetUp()
168 .show(childNoBuffer) in TEST_F()
169 .show(childBuffer) in TEST_F()
220 t1.show(mFGSurfaceControl); in TEST_F()
258 t.show(mChild); in TEST_F()
288 t.show(mChild); in TEST_F()
304 t.show(mChild); in TEST_F()
376 t.show(mChild); in TEST_F()
[all …]
DLayerTrustedPresentationListener_test.cpp72 t.show(mainLayer) in thresholdsPrepared()
120 t.show(otherLayer) in TEST_F()
135 t.show(otherLayer) in TEST_F()
194 t.show(otherLayer) in TEST_F()
212 t.show(otherLayer) in TEST_F()
230 t.show(otherLayer) in TEST_F()
243 t.show(otherLayer) in TEST_F()
249 .show(mainLayer) in TEST_F()
266 t.show(otherLayer1) in TEST_F()
267 .show(otherLayer2) in TEST_F()
[all …]
DEffectLayer_test.cpp39 t.setLayer(mParentLayer, INT32_MAX - 2).show(mParentLayer); in SetUp()
61 t.show(effectLayer); in TEST_F()
82 t.show(effectLayer); in TEST_F()
106 t.show(effectLayer); in TEST_F()
136 t.show(leftLayer); in TEST_F()
137 t.show(rightLayer); in TEST_F()
155 t.show(blurLayer); in TEST_F()
DMirrorLayer_test.cpp44 t.setLayer(mParentLayer, INT32_MAX - 2).show(mParentLayer); in SetUp()
45 t.setCrop(mChildLayer, Rect(0, 0, 400, 400)).show(mChildLayer); in SetUp()
68 .show(grandchild) in TEST_F()
79 .show(mirrorLayer) in TEST_F()
171 Transaction().show(bufferQueueLayer).apply(); in TEST_F()
177 .show(mirrorLayer) in TEST_F()
216 Transaction().show(layer).apply(); in TEST_F()
270 .show(mirrorLayer) in TEST_F()
314 t.setCrop(grandchild, Rect(0, 0, 50, 50)).show(grandchild); in TEST_F()
331 Transaction().reparent(mirrorLayer, mirrorParent).show(mirrorLayer).apply(); in TEST_F()
/frameworks/proto_logging/stats/atoms/dream/
Ddream_extension_atoms.proto38 // Configuration for what dream component to show.
44 // Configuration for whether to show additional information.
47 // Configuration for whether to show home controls.
59 // Configuration for what dream component to show.
65 // Configuration for whether to show additional information.
68 // Configuration for whether to show home controls.
95 // Setting for what dream component to show.
101 // Setting for whether to show additional information.
104 // Setting for whether to show home controls.
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DToastTest.java90 mToast1.show();
104 mToast1.show();
114 mToast1.show();
128 mToast2.show();
137 toast.show();
147 toast.show();
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DResizeVeilTest.kt110 doReturn(mockTransaction).whenever(mockTransaction).show(any()) in setUp()
155 verify(mockTransaction).show(mockResizeVeilSurface) in showVeil()
156 verify(mockTransaction).show(mockBackgroundSurface) in showVeil()
157 verify(mockTransaction).show(mockIconSurface) in showVeil()
167 verify(mockTransaction, never()).show(mockResizeVeilSurface) in showVeil_displayUnavailable_doesNotShow()
168 verify(mockTransaction, never()).show(mockBackgroundSurface) in showVeil_displayUnavailable_doesNotShow()
169 verify(mockTransaction, never()).show(mockIconSurface) in showVeil_displayUnavailable_doesNotShow()
180 verify(mockTransaction, times(1)).show(mockResizeVeilSurface) in showVeil_alreadyVisible_doesNotShowAgain()
181 verify(mockTransaction, times(1)).show(mockBackgroundSurface) in showVeil_alreadyVisible_doesNotShowAgain()
182 verify(mockTransaction, times(1)).show(mockIconSurface) in showVeil_alreadyVisible_doesNotShowAgain()
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DSideFpsEventHandlerTest.java126 verify(mDialog, never()).show(); in ignoresWithoutFingerprintFeature()
138 verify(mDialog, never()).show(); in ignoresWithoutSfps()
151 verify(mDialog, never()).show(); in ignoresWhileWaitingForSfps()
166 verify(mDialog, never()).show(); in ignoresWhenIdleOrUnknown()
177 verify(mDialog, never()).show(); in ignoresOnKeyguard()
188 verify(mDialog, never()).show(); in doesNotpromptWhenBPisActive()
199 verify(mDialog).show(); in promptsWhenEnrolling()
210 verify(mDialog).show(); in dialogDismissesAfterTime_accessibilityDisabled()
225 verify(mDialog).show(); in dialogDoesNotDismissAfterTime_accessibilityEnabled()
239 verify(mDialog).show(); in dialogDoesNotDismissOnSensorTouch_accessibilityDisabled()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java70 mPendingInsetsController.show(systemBars()); in testShow()
72 verify(mReplayedController).show(eq(systemBars())); in testShow()
78 mPendingInsetsController.show(systemBars()); in testShow_direct()
79 verify(mReplayedController).show(eq(systemBars())); in testShow_direct()
221 mPendingInsetsController.show(systemBars()); in testReplayTwice()
232 verify(mReplayedController).show(eq(systemBars())); in testReplayTwice()
257 mPendingInsetsController.show(systemBars()); in testDetachReattach()
265 mPendingInsetsController.show(navigationBars()); in testDetachReattach()
273 verify(mReplayedController).show(eq(systemBars())); in testDetachReattach()
278 verify(secondController).show(eq(navigationBars())); in testDetachReattach()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayImeController.java161 boolean show, boolean isFloating, SurfaceControl.Transaction t) { in dispatchStartPositioning() argument
166 displayId, hiddenTop, shownTop, show, isFloating, t); in dispatchStartPositioning()
358 t.show(leash); in applyVisibilityToLeash()
439 private void startAnimation(final boolean show, final boolean forceRestart, in startAnimation() argument
446 show ? ImeTracker.TYPE_SHOW : ImeTracker.TYPE_HIDE, ImeTracker.ORIGIN_WM_SHELL, in startAnimation()
449 startAnimation(show, forceRestart, statsToken); in startAnimation()
452 private void startAnimation(final boolean show, final boolean forceRestart, in startAnimation() argument
466 final boolean isFloating = calcIsFloating(imeSource) && show; in startAnimation()
479 Slog.d(TAG, "Run startAnim show:" + show + " was:" in startAnimation()
483 if ((!forceRestart && (mAnimationDirection == DIRECTION_SHOW && show)) in startAnimation()
[all …]
/frameworks/base/core/java/android/widget/
DMediaController.java355 public void show() { in show() method in MediaController
356 show(sDefaultTimeout); in show()
398 public void show(int timeout) { in show() method in MediaController
506 show(0); // show until hide is called in onTouchEvent()
509 show(sDefaultTimeout); // start timeout in onTouchEvent()
522 show(sDefaultTimeout); in onTrackballEvent()
536 show(sDefaultTimeout); in dispatchKeyEvent()
546 show(sDefaultTimeout); in dispatchKeyEvent()
554 show(sDefaultTimeout); in dispatchKeyEvent()
570 show(sDefaultTimeout); in dispatchKeyEvent()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt82 animateTransition(show = false) { in <lambda>()
123 animateTransition(show = true) { in showStackEducation()
162 animateTransition(show = true) { in showManageEducation()
174 private fun animateTransition(show: Boolean, endActions: () -> Unit) { in animateTransition()
176 ?.spring(DynamicAnimation.ALPHA, if (show) 1f else 0f) in animateTransition()
177 ?.spring(DynamicAnimation.SCALE_X, if (show) 1f else EDU_SCALE_HIDDEN) in animateTransition()
178 ?.spring(DynamicAnimation.SCALE_Y, if (show) 1f else EDU_SCALE_HIDDEN) in animateTransition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
DBroadcastDialogController.java56 broadcastDialog.show(); in createBroadcastDialog()
72 mDialogTransitionAnimator.show(broadcastDialog, controller); in createBroadcastDialogWithController()
74 broadcastDialog.show(); in createBroadcastDialogWithController()

12345678910>>...29