OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outlineD
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java
49
FastBitmapDrawable
outlineD
= new FastBitmapDrawable(outline);
52
states.addState(new int[] {android.R.attr.state_pressed},
outlineD
);
53
states.addState(new int[] {android.R.attr.state_focused},
outlineD
);
/packages/apps/Launcher3/src/com/android/launcher3/
HolographicViewHelper.java
51
FastBitmapDrawable
outlineD
= new FastBitmapDrawable(outline);
56
states.addState(new int[] {android.R.attr.state_pressed},
outlineD
);
57
states.addState(new int[] {android.R.attr.state_focused},
outlineD
);
Completed in 96 milliseconds