OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sholographichelper
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/widget/
StackView.java
141
private static HolographicHelper
sHolographicHelper
;
203
if (
sHolographicHelper
== null) {
204
sHolographicHelper
= new HolographicHelper(mContext);
369
mHighlight.setImageBitmap(
sHolographicHelper
.createResOutline(v, mResOutColor));
442
sHolographicHelper
.createClickOutline(v, mClickColor));
[
all
...]
Completed in 41 milliseconds