Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DLauncherAppWidgetInfo.java173 LauncherAppWidgetProviderInfo providerInfo, AppWidgetHostView hostView) { in LauncherAppWidgetInfo()
208 public void onBindAppWidget(Launcher launcher, AppWidgetHostView hostView) { in onBindAppWidget()
242 LauncherAppWidgetProviderInfo providerInfo, AppWidgetHostView hostView) { in computeWidgetFeatures()
/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardBouncerModule.java63 static KeyguardSecurityContainer providesKeyguardSecurityContainer(KeyguardHostView hostView) { in providesKeyguardSecurityContainer()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingWidgetBackgroundView.java68 void init(LauncherAppWidgetHostView hostView, View backgroundView, float finalRadius, in init()
155 private static float getOutlineRadius(LauncherAppWidgetHostView hostView, View v) { in getOutlineRadius()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DQuickstepInteractionHandler.java52 LauncherAppWidgetHostView hostView = findHostViewAncestor(view); in onInteraction() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessageState.java34 MessagingMessageState(View hostView) { in MessagingMessageState()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt20 private val hostView = FrameLayout(context) regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DKeyguardMediaControllerTest.kt61 private val hostView = UniqueObjectHostView(context) regex
/aosp12/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java117 public static Bitmap createDrawableBitmap(Drawable drawable, View hostView) { in createDrawableBitmap()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DSecondaryDropTarget.java251 AppWidgetHostView hostView = (AppWidgetHostView) view; in getReconfigurableWidgetId() local
H A DLauncher.java1360 AppWidgetHostView hostView, LauncherAppWidgetProviderInfo appWidgetInfo) { in completeAddAppWidget()
1415 private void prepareAppWidget(AppWidgetHostView hostView, LauncherAppWidgetInfo item) { in prepareAppWidget()
1816 AppWidgetHostView hostView = info.boundWidget; in addAppWidgetFromDrop() local
H A DWorkspace.java2079 final LauncherAppWidgetHostView hostView = (LauncherAppWidgetHostView) cell; in onDrop() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java615 View hostView = mediaHost.getHostView(); in pinToBottom() local
H A DQSPanel.java443 private void reAttachMediaHost(ViewGroup hostView, boolean horizontal) { in reAttachMediaHost()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java68 ViewGroup hostView) { in StackScrollAlgorithm()