Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DOverviewGestureTutorialController.java55 Map.of(".onSurfaceOverview", fragment.mRootView.mColorOnSurfaceOverview, in OverviewGestureTutorialController()
63 ? fragment.mRootView.mColorOnSurfaceOverview in OverviewGestureTutorialController()
119 ? mTutorialFragment.mRootView.mColorOnSurfaceOverview in getDoneButtonColor()
160 mTutorialFragment.mRootView.mColorOnSurfaceOverview, in getFakeLauncherColor()
166 return mTutorialFragment.mRootView.mColorOnSurfaceOverview; in getHotseatIconColor()
DRootSandboxLayout.java53 @ColorInt final int mColorOnSurfaceOverview; field in RootSandboxLayout
102 mColorOnSurfaceOverview = ta.getColor( in RootSandboxLayout()