Home
last modified time | relevance | path

Searched refs:RootSandboxLayout (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DRootSandboxLayout.java28 public class RootSandboxLayout extends RelativeLayout { class
29 public RootSandboxLayout(Context context) { in RootSandboxLayout() method in RootSandboxLayout
33 public RootSandboxLayout(Context context, AttributeSet attrs) { in RootSandboxLayout() method in RootSandboxLayout
37 public RootSandboxLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RootSandboxLayout() method in RootSandboxLayout
H A DTutorialFragment.java57 RootSandboxLayout mRootView;
170 mRootView = (RootSandboxLayout) inflater.inflate( in onCreateView()
339 RootSandboxLayout getRootView() { in getRootView()
H A DTutorialController.java116 RootSandboxLayout rootView = tutorialFragment.getRootView(); in TutorialController()