Home
last modified time | relevance | path

Searched refs:FloatingWidgetBackgroundView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingWidgetBackgroundView.java42 final class FloatingWidgetBackgroundView extends View { class
57 FloatingWidgetBackgroundView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in FloatingWidgetBackgroundView() method in FloatingWidgetBackgroundView
H A DFloatingWidgetView.java54 private final FloatingWidgetBackgroundView mBackgroundView;
85 mBackgroundView = new FloatingWidgetBackgroundView(context, attrs, defStyleAttr); in FloatingWidgetView()