Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DRootSandboxLayout.java40 public class RootSandboxLayout extends RelativeLayout { class
62 public RootSandboxLayout(Context context) { in RootSandboxLayout() method in RootSandboxLayout
66 public RootSandboxLayout(Context context, AttributeSet attrs) { in RootSandboxLayout() method in RootSandboxLayout
70 public RootSandboxLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RootSandboxLayout() method in RootSandboxLayout
74 public RootSandboxLayout( in RootSandboxLayout() method in RootSandboxLayout
82 R.styleable.RootSandboxLayout, in RootSandboxLayout()
DTutorialFragment.java72 RootSandboxLayout mRootView;
217 mRootView = (RootSandboxLayout) inflater.inflate( in onCreateView()
456 RootSandboxLayout getRootView() { in getRootView()
DTutorialController.java143 RootSandboxLayout rootView = tutorialFragment.getRootView(); in TutorialController()