Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/widget/
DSimpleMonthView_Delegate.java44 @Nullable private static SimpleMonthView sLastView; field in SimpleMonthView_Delegate
85 if (view == sLastView) { in getDelegate()
89 sLastView = view; in getDelegate()
96 sLastView = null; in clearCache()