Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DScrollAdapter.java39 public View getHostView(); in getHostView() method
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessageState.java71 public View getHostView() { in getHostView() method in MessagingMessageState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanelController.java124 mView.setContentMargins(marginStart, marginEnd, mMediaHost.getHostView()); in setContentMargins()
H A DQSPanelController.java278 mView.setContentMargins(startMargin, endMargin, mMediaHost.getHostView()); in setContentMargins()
H A DQSFragment.java246 mQSPanelController.getMediaHost().getHostView().setAlpha(1.0f); in onViewCreated()
615 View hostView = mediaHost.getHostView(); in pinToBottom()
H A DQSPanelControllerBase.java321 mView.setUsingHorizontalLayout(mUsingHorizontalLayout, mMediaHost.getHostView(), force); in switchTileLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java332 isInside(mScrollAdapter.getHostView(), x, y) in onInterceptTouchEvent()
434 isInside(mScrollAdapter.getHostView(), x, y); in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java561 public View getHostView() {