Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingMessageState.java71 public View getHostView() { in getHostView() method in MessagingMessageState
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickQSPanelController.java144 mView.setContentMargins(marginStart, marginEnd, mMediaHost.getHostView()); in setContentMargins()
DQSPanelController.java274 mView.setContentMargins(startMargin, endMargin, mMediaHost.getHostView()); in setContentMargins()
DQSImpl.java282 mQSPanelController.getMediaHost().getHostView().setAlpha(1.0f); in onComponentCreated()
806 View hostView = mQsMediaHost.getHostView(); in updateMediaPositions()
DQSPanelControllerBase.java463 mView.setUsingHorizontalLayout(mUsingHorizontalLayout, mMediaHost.getHostView(), force); in switchTileLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java353 isInside(mScrollAdapter.getHostView(), x, y) in onInterceptTouchEvent()
455 isInside(mScrollAdapter.getHostView(), x, y); in onTouchEvent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSImplTest.java595 when(mQSMediaHost.getHostView()).thenReturn(new UniqueObjectHostView(mContext)); in setUpMedia()
596 when(mQQSMediaHost.getHostView()).thenReturn(new UniqueObjectHostView(mContext)); in setUpMedia()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java616 public View getHostView() {