/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayoutController.kt | 150 if (widgetStart.gone != widgetEnd.gone) { 154 if (widgetStart.gone) { 206 resultWidgetState.gone = nowGone 208 resultWidgetState.gone = widgetStart.gone
|
H A D | TransitionLayout.kt | 172 child.visibility = if (widgetState.gone || widgetState.alpha == 0.0f) { 304 child.visibility = if (widgetState?.gone != false) View.INVISIBLE else View.VISIBLE 389 var gone: Boolean = false 392 gone = view.visibility == View.GONE 393 if (gone) { 410 gone = view.visibility == View.GONE
|
/aosp14/frameworks/base/packages/SystemUI/compose/facade/enabled/src/com/android/systemui/scene/ui/composable/ |
H A D | SceneModule.kt | 38 gone: GoneScene, 45 gone,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
H A D | CredentialViewBinder.kt | 137 val gone = value.isNullOrBlank() regex 138 visibility = if (gone) View.GONE else View.VISIBLE 139 text = if (gone) "" else value
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvUtils.kt | 48 wait(Until.gone(TV_PIP_MENU_SELECTOR), WAIT_TIME_MS) 82 return wait(Until.gone(menuContainingElementSelector), WAIT_TIME_MS)
|
H A D | PipAppHelperTv.kt | 72 return uiDevice.wait(Until.gone(appSelector), APP_CLOSE_WAIT_TIME_MS)
|
/aosp14/frameworks/base/tools/ |
H A D | aidl | 1 Where has aidl gone?
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | ViewState.java | 123 public boolean gone; field in ViewState 229 gone = viewState.gone; in copyFrom() 240 gone = view.getVisibility() == View.GONE; in initFrom() 250 if (this.gone) { in applyToView() 380 && !this.gone && !this.hidden) { in animateTo() 716 if (hidden && !gone) { in onYTranslationAnimationFinished()
|
H A D | StackStateAnimator.java | 361 if (viewState == null || viewState.gone) { in processAnimationEvents()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaViewController.kt | 287 state.gone = if (isGutsVisible) true else state.gone 294 state.gone = if (isGutsVisible) state.gone else true
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | Visibility.java | 41 Button goneButton = findViewById(R.id.gone); in onCreate()
|
H A D | VisibilityCallback.java | 49 Button goneButton = findViewById(R.id.gone); in onCreate()
|
H A D | VisibilityCallbackTest.java | 56 mGone = (Button) a.findViewById(R.id.gone); in setUp()
|
H A D | VisibilityTest.java | 57 mGone = (Button) a.findViewById(R.id.gone); in setUp()
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | TwoActivitiesAppHelper.kt | 52 device.wait(Until.gone(launchActivityButton), FIND_TIMEOUT)
|
H A D | MailAppHelper.kt | 49 uiDevice.wait(Until.gone(By.res(getPackage(), MAIL_LIST_RES_ID)), FIND_TIMEOUT)
|
H A D | PipAppHelper.kt | 275 uiDevice.wait(Until.gone(By.res(SYSTEMUI_PACKAGE, "dismiss")), FIND_TIMEOUT)
|
/aosp14/frameworks/base/core/proto/android/app/ |
H A D | activitymanager.proto | 28 // report uid gone, original value is 1 << 1
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/ |
H A D | BaseBubbleScreen.kt | 76 Until.gone(By.res(SYSTEM_UI_PACKAGE, BUBBLE_RES_NAME)),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableView.java | 639 mViewState.gone = getVisibility() == View.GONE; in resetViewState() 674 if (!mViewState.gone) { in applyViewState()
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | NotificationTest.java | 132 assertThat(mUiDevice.wait(Until.gone(By.pkg(getImePackage(mContext))), TIMEOUT)).isTrue(); in testDirectReply()
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | keyguard.md | 31 #### Device unlocked, Keyguard has gone away
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | EventLogTags.logtags | 33 # It logs the time remaining before the device would've normally gone to sleep without the request.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | status-bar-data-pipeline.md | 109 pipeline. As a general rule, any change that would have gone into
|
H A D | physics-animation-layout.md | 32 …giving the controller the opportunity to animate the child in/out/visible/gone. Custom methods are…
|