Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DHomeGestureTutorialController.java41 ".surfaceHome", fragment.mRootView.mColorSurfaceHome, in HomeGestureTutorialController()
50 ".checkmarkBackground", fragment.mRootView.mColorSurfaceHome)); in HomeGestureTutorialController()
137 return mTutorialFragment.mRootView.mColorSurfaceHome; in getExitingAppColor()
DRootSandboxLayout.java48 @ColorInt final int mColorSurfaceHome; field in RootSandboxLayout
94 mColorSurfaceHome = ta.getColor(R.styleable.RootSandboxLayout_surfaceHome, colorSurface); in RootSandboxLayout()