/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarBoundsProvider.kt | 61 startSideContent.removeOnLayoutChangeListener(layoutListener) 62 endSideContent.removeOnLayoutChangeListener(layoutListener)
|
H A D | StatusBarTouchableRegionManager.java | 226 mNotificationPanelView.removeOnLayoutChangeListener(this); in updateTouchableRegionAfterLayout()
|
H A D | HeadsUpAppearanceController.java | 156 mView.removeOnLayoutChangeListener(this); in HeadsUpAppearanceController()
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 696 dialogContentWithBackground.removeOnLayoutChangeListener(this) 851 decorView.removeOnLayoutChangeListener(decorViewLayoutListener) 873 dialogContentWithBackground.removeOnLayoutChangeListener(
|
H A D | ViewHierarchyAnimator.kt | 950 view.removeOnLayoutChangeListener(previousListener) 971 view.removeOnLayoutChangeListener(listener)
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
H A D | FloatingToolbar.java | 256 mWindow.getDecorView().removeOnLayoutChangeListener(mOrientationChangeHandler); in unregisterOrientationHandler()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/ |
H A D | TouchInsetManager.java | 98 view.removeOnLayoutChangeListener(mOnLayoutChangeListener); in removeViewFromTracking()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/ |
H A D | RegionSampler.kt | 177 sampledView.removeOnLayoutChangeListener(layoutChangedListener)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/regionsampling/ |
H A D | RegionSamplerTest.kt | 134 verify(sampledView).removeOnLayoutChangeListener(layoutChangedListener.value)
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | LayoutTransition.java | 957 child.removeOnLayoutChangeListener(this); in setupChangeAnimation() 980 child.removeOnLayoutChangeListener(listener); in setupChangeAnimation() 1523 view.removeOnLayoutChangeListener(listener); in cleanup()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | QSCustomizerController.java | 216 mView.removeOnLayoutChangeListener(this); in restoreInstanceState()
|
H A D | TileAdapter.java | 437 holder.mTileView.removeOnLayoutChangeListener(this);
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserListAdapter.java | 136 textView.removeOnLayoutChangeListener(this); 310 holder.text.removeOnLayoutChangeListener(mPinTextSpacingListener); in onBindView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenController.java | 313 mWalletView.removeOnLayoutChangeListener(this); in removeMinHeightAndRecordHeightOnLayout()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 346 mContentContainer.removeOnLayoutChangeListener(mAnchoredOnLayoutChangeListener); in hide()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherController.java | 228 mView.removeOnLayoutChangeListener(mBackground); in onViewDetached()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
H A D | KeyguardPreviewRenderer.kt | 437 DisposableHandle { parentView.removeOnLayoutChangeListener(layoutChangeListener) }
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | MediaController.java | 264 mAnchor.removeOnLayoutChangeListener(mLayoutChangeListener); in setAnchorView()
|
H A D | PopupWindow.java | 2471 anchorRoot.removeOnLayoutChangeListener(mOnLayoutChangeListener);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyDialogV2.kt | 98 window!!.decorView.removeOnLayoutChangeListener(decorViewLayoutListener)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationController.java | 429 mMirrorSurfaceView.removeOnLayoutChangeListener(mMirrorSurfaceViewLayoutChangeListener); in deleteWindowMagnification() 434 mMirrorView.removeOnLayoutChangeListener(mMirrorViewLayoutChangeListener); in deleteWindowMagnification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 871 public void removeOnLayoutChangeListener(View.OnLayoutChangeListener listener) { in removeOnLayoutChangeListener() method in NotificationStackScrollLayoutController 872 mView.removeOnLayoutChangeListener(listener); in removeOnLayoutChangeListener()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | Cea708CaptionRenderer.java | 1867 mCCLayout.removeOnLayoutChangeListener(this); in initWindow() 2048 mCCLayout.removeOnLayoutChangeListener(this); in removeFromCaptionView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ScreenDecorations.java | 810 overlayView.removeOnLayoutChangeListener(this); in createOverlay()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleStackView.java | 1030 removeOnLayoutChangeListener(mOrientationChangedListener); in BubbleStackView()
|