Home
last modified time | relevance | path

Searched refs:onVisibilityChanged (Results 1 – 25 of 50) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DExpansionStateLoggerTest.java66 mLogger.onVisibilityChanged( in testVisible()
89 mLogger.onVisibilityChanged( in testVisibleAndNotExpanded()
102 mLogger.onVisibilityChanged( in testVisibleAndExpanded()
116 mLogger.onVisibilityChanged( in testExpandedAndVisible_expandedBeforeVisible()
131 mLogger.onVisibilityChanged( in testExpandedAndVisible_visibleBeforeExpanded()
146 mLogger.onVisibilityChanged( in testExpandedAndVisible_logOnceOnly()
164 mLogger.onVisibilityChanged( in testOnEntryUpdated()
172 mLogger.onVisibilityChanged( in testOnEntryUpdated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DManagementPageIndicator.kt46 override fun onVisibilityChanged(changedView: View, visibility: Int) {
47 super.onVisibilityChanged(changedView, visibility)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBackDropView.java54 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in BackDropView
55 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
H A DAnimatedImageView.java126 protected void onVisibilityChanged(View changedView, int vis) { in onVisibilityChanged() method in AnimatedImageView
127 super.onVisibilityChanged(changedView, vis); in onVisibilityChanged()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DObservableTextView.java54 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in ObservableTextView
55 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
H A DAnimatedImageView.java96 protected void onVisibilityChanged(View changedView, int vis) { in onVisibilityChanged() method in AnimatedImageView
97 super.onVisibilityChanged(changedView, vis); in onVisibilityChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerCallbackInteractor.kt94 callback.onVisibilityChanged(visibility == View.VISIBLE)
134 fun onVisibilityChanged(isVisible: Boolean) {} regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DContextualButton.java77 mListener.onVisibilityChanged(this, visibility == View.VISIBLE); in setVisibility()
125 void onVisibilityChanged(ContextualButton button, boolean visible); in onVisibilityChanged() method
H A DRotationContextButton.java50 updatesCallback.onVisibilityChanged(visible); in setUpdatesCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierText.java58 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in CarrierText
59 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java583 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_registration()
589 mBouncerExpansionCallback.onVisibilityChanged(false); in testPredictiveBackCallback_registration()
596 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_invocationHidesBouncer()
615 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_noBackAnimationForFullScreenBouncer()
632 mBouncerExpansionCallback.onVisibilityChanged(true); in testPredictiveBackCallback_forwardsBackDispatches()
658 mBouncerExpansionCallback.onVisibilityChanged(true); in testReportBouncerOnDreamWhenVisible()
662 mBouncerExpansionCallback.onVisibilityChanged(true); in testReportBouncerOnDreamWhenVisible()
668 mBouncerExpansionCallback.onVisibilityChanged(false); in testReportBouncerOnDreamWhenNotVisible()
672 mBouncerExpansionCallback.onVisibilityChanged(false); in testReportBouncerOnDreamWhenNotVisible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DVisibilityChangedDispatcher.kt26 fun onVisibilityChanged(visibility: Int) regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DIDesktopTaskListener.aidl26 oneway void onVisibilityChanged(int displayId, boolean visible); in onVisibilityChanged() method
H A DDesktopModeTaskRepository.kt92 visibleTasksListener.onVisibilityChanged(displayId, visibleTasks > 0)
258 executor.execute { listener.onVisibilityChanged(displayId, hasVisibleFreeformTasks) }
383 fun onVisibilityChanged(displayId: Int, hasVisibleFreeformTasks: Boolean) {} regex
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButton.java55 default void onVisibilityChanged(boolean isVisible) {}; in onVisibilityChanged() method
H A DFloatingRotationButton.java170 mUpdatesCallback.onVisibilityChanged(true); in show()
185 mUpdatesCallback.onVisibilityChanged(false); in hide()
/aosp14/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java381 mCallback.onVisibilityChanged(true); in setVisible()
413 mCallback.onVisibilityChanged(false); in setVisible()
677 void onVisibilityChanged(boolean visible); in onVisibilityChanged() method
H A DChronometer.java285 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in Chronometer
286 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerCallbackInteractorTest.kt73 verify(mPrimaryBouncerExpansionCallback).onVisibilityChanged(false)
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityCallback.java101 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in VisibilityCallback.MonitoredTextView
/aosp14/frameworks/base/core/java/android/view/
H A DTextureView.java494 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in TextureView
495 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarRotationContextTest.java80 public void onVisibilityChanged(boolean isVisible) { in setup()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java131 void onVisibilityChanged(int taskId, LocusId locus, boolean visible); in onVisibilityChanged() method
394 listener.onVisibilityChanged(mVisibleTasksWithLocusId.keyAt(i), in addLocusIdListener()
670 mLocusIdListeners.valueAt(i).onVisibilityChanged(taskId, locus, visible); in notifyLocusIdChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java148 mExpansionStateLogger.onVisibilityChanged(
482 void onVisibilityChanged( in onVisibilityChanged() method in NotificationLogger.ExpansionStateLogger
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java800 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in RemoteInputView
801 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
1067 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() method in RemoteInputView.RemoteEditText
1068 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()

12