Home
last modified time | relevance | path

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

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