Searched refs:LauncherRootView (Results 1 – 2 of 2) sorted by relevance
31 import com.android.launcher3.LauncherRootView;50 private LauncherRootView mRootView;70 mRootView = (LauncherRootView) LayoutInflater.from(this).inflate(layoutId, null); in inflateRootView()77 public final LauncherRootView getRootView() { in getRootView()
26 public class LauncherRootView extends InsettableFrameLayout { class44 public LauncherRootView(Context context, AttributeSet attrs) { in LauncherRootView() method in LauncherRootView