Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DMainActivity.java41 private static Drawable PLACEHOLDER; field in MainActivity
52 if (PLACEHOLDER == null) { in onCreate()
54 PLACEHOLDER = res.getDrawable(R.drawable.ic_placeholder); in onCreate()
114 | ExtendedOptions.FEATURE_STATE_CHANGES, PLACEHOLDER, PROGRESS); in getView()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLog.java38 char PLACEHOLDER = '%'; field
DLogcatLog.java205 int placeholderPos = mFormat.indexOf(WifiLog.PLACEHOLDER, mNextFormatCharPos); in copyUntilPlaceholder()