Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicViewHelper.java49 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline); in generatePressedFocusedStates() local
52 states.addState(new int[] {android.R.attr.state_pressed}, outlineD); in generatePressedFocusedStates()
53 states.addState(new int[] {android.R.attr.state_focused}, outlineD); in generatePressedFocusedStates()