Home
last modified time | relevance | path

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

/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DCarDrawerLayout.java145 private int mStartingViewColor; field in CarDrawerLayout
470 mStartingViewColor = getResources().getColor(R.color.car_title_light); in setLightMode()
480 mStartingViewColor = getResources().getColor(R.color.car_title_dark); in setDarkMode()
490 mStartingViewColor = getResources().getColor(R.color.car_title); in setAutoDayNightMode()
925 addViewFader(viewFader, mStartingViewColor, mEndingViewColor); in addViewFader()