Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4002 private Drawable mDefaultFocusHighlightCache; field in View
20025 if (mDefaultFocusHighlightCache == null) {
20029 mDefaultFocusHighlightCache = ta.getDrawable(0);
20033 return mDefaultFocusHighlightCache;