Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingSurfaceView.java51 public class FloatingSurfaceView extends AbstractFloatingView implements class
69 public FloatingSurfaceView(Context context) { in FloatingSurfaceView() method in FloatingSurfaceView
73 public FloatingSurfaceView(Context context, AttributeSet attrs) { in FloatingSurfaceView() method in FloatingSurfaceView
77 public FloatingSurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { in FloatingSurfaceView() method in FloatingSurfaceView
113 FloatingSurfaceView view = launcher.getViewCache().getView(R.layout.floating_surface_view, in show()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java185 import com.android.launcher3.views.FloatingSurfaceView;
1569 FloatingSurfaceView.show(this, gnc); in handleGestureContract()