OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slastdelegate
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/widget/
SimpleMonthView_Delegate.java
45
@Nullable private static SimpleMonthView_Delegate
sLastDelegate
;
86
assert
sLastDelegate
!= null;
87
return
sLastDelegate
;
90
sLastDelegate
= new SimpleMonthView_Delegate();
91
return
sLastDelegate
;
97
sLastDelegate
= null;
Completed in 997 milliseconds