Home
last modified time | relevance | path

Searched defs:initialValue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DWidgetPreviewLoader.java47 abstract T initialValue(); in initialValue() method in SoftReferenceThreadLocal
73 protected Canvas initialValue() { in initialValue() method in CanvasCache
80 protected Paint initialValue() { in initialValue() method in PaintCache
87 protected Bitmap initialValue() { in initialValue() method in BitmapCache
94 protected Rect initialValue() { in initialValue() method in RectCache
101 protected BitmapFactory.Options initialValue() { in initialValue() method in BitmapFactoryOptionsCache
/packages/apps/Camera2/src/com/android/camera/async/
DConcurrentState.java54 public ConcurrentState(T initialValue) { in ConcurrentState()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java222 protected SimpleDateFormat initialValue() { in initialValue() method in Utility.ThreadLocalDateFormat