Searched defs:getDrawingCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java12218 * to {@link #getDrawingCache()} or {@link #buildDrawingCache()} will draw the view in a
12221 * calling {@link #getDrawingCache()} and draw it on screen if the returned bitmap is not
12234 * {@link #getDrawingCache()}.</p>
12239 * @see #getDrawingCache()
12254 * @see #getDrawingCache()
12389 Bitmap cache = getDrawingCache(true);
12465 * <p>Calling this method is equivalent to calling <code>getDrawingCache(false)</code>.</p>
12469 * @see #getDrawingCache(boolean)
12471 public Bitmap getDrawingCache() { method in class:View
12472 return getDrawingCache(fals
12502 public Bitmap getDrawingCache(boolean autoScale) { method in class:View
[all...]

Completed in 269 milliseconds