Searched refs:RootSandboxLayout (Results 1 – 3 of 3) sorted by relevance
28 public class RootSandboxLayout extends RelativeLayout { class29 public RootSandboxLayout(Context context) { in RootSandboxLayout() method in RootSandboxLayout33 public RootSandboxLayout(Context context, AttributeSet attrs) { in RootSandboxLayout() method in RootSandboxLayout37 public RootSandboxLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RootSandboxLayout() method in RootSandboxLayout
57 RootSandboxLayout mRootView;170 mRootView = (RootSandboxLayout) inflater.inflate( in onCreateView()339 RootSandboxLayout getRootView() { in getRootView()
116 RootSandboxLayout rootView = tutorialFragment.getRootView(); in TutorialController()