Home
last modified time | relevance | path

Searched defs:hostView (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java36 ViewGroupOverlay(Context context, View hostView) { in ViewGroupOverlay()
H A DViewOverlay.java51 ViewOverlay(Context context, View hostView) { in ViewOverlay()
139 OverlayViewGroup(Context context, View hostView) { in OverlayViewGroup()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessageState.java34 MessagingMessageState(View hostView) { in MessagingMessageState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt444 val hostView = FrameLayout(context) regex
454 val hostView = FrameLayout(context) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DKeyguardMediaControllerTest.kt62 private val hostView = UniqueObjectHostView(context) regex
/aosp14/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java117 public static Bitmap createDrawableBitmap(Drawable drawable, View hostView) { in createDrawableBitmap()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt43 private val hostView = FrameLayout(context) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java452 private void reAttachMediaHost(ViewGroup hostView, boolean horizontal) { in reAttachMediaHost()
H A DQSFragment.java791 View hostView = mQsMediaHost.getHostView(); in updateMediaPositions() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java78 ViewGroup hostView) { in StackScrollAlgorithm()