Home
last modified time | relevance | path

Searched refs:LauncherRootView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DStatefulActivity.java31 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherRootView.java26 public class LauncherRootView extends InsettableFrameLayout { class
44 public LauncherRootView(Context context, AttributeSet attrs) { in LauncherRootView() method in LauncherRootView