Home
last modified time | relevance | path

Searched refs:getHostView (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DScrollAdapter.java39 public View getHostView(); in getHostView() method
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessageState.java71 public View getHostView() { in getHostView() method in MessagingMessageState
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanelController.java127 mView.setContentMargins(marginStart, marginEnd, mMediaHost.getHostView()); in setContentMargins()
H A DQSPanelController.java217 mView.setContentMargins(startMargin, endMargin, mMediaHost.getHostView()); in setContentMargins()
H A DQSPanelControllerBase.java357 mView.setUsingHorizontalLayout(mUsingHorizontalLayout, mMediaHost.getHostView(), force); in switchTileLayout()
H A DQSFragment.java281 mQSPanelController.getMediaHost().getHostView().setAlpha(1.0f); in onViewCreated()
791 View hostView = mQsMediaHost.getHostView(); in updateMediaPositions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java352 isInside(mScrollAdapter.getHostView(), x, y) in onInterceptTouchEvent()
454 isInside(mScrollAdapter.getHostView(), x, y); in onTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFragmentTest.java555 when(mQSMediaHost.getHostView()).thenReturn(new UniqueObjectHostView(mContext)); in setUpMedia()
556 when(mQQSMediaHost.getHostView()).thenReturn(new UniqueObjectHostView(mContext)); in setUpMedia()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java610 public View getHostView() {