Searched refs:RootSandboxLayout (Results 1 – 3 of 3) sorted by relevance
40 public class RootSandboxLayout extends RelativeLayout { class62 public RootSandboxLayout(Context context) { in RootSandboxLayout() method in RootSandboxLayout66 public RootSandboxLayout(Context context, AttributeSet attrs) { in RootSandboxLayout() method in RootSandboxLayout70 public RootSandboxLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RootSandboxLayout() method in RootSandboxLayout74 public RootSandboxLayout( in RootSandboxLayout() method in RootSandboxLayout82 R.styleable.RootSandboxLayout, in RootSandboxLayout()
72 RootSandboxLayout mRootView;217 mRootView = (RootSandboxLayout) inflater.inflate( in onCreateView()456 RootSandboxLayout getRootView() { in getRootView()
143 RootSandboxLayout rootView = tutorialFragment.getRootView(); in TutorialController()