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

/frameworks/base/core/java/android/view/
H A DView.java14021 * to {@link #getDrawingCache()} or {@link #buildDrawingCache()} will draw the view in a
14024 * calling {@link #getDrawingCache()} and draw it on screen if the returned bitmap is not
14037 * {@link #getDrawingCache()}.</p>
14042 * @see #getDrawingCache()
14057 * @see #getDrawingCache()
14149 Bitmap cache = getDrawingCache(true);
14204 * <p>Calling this method is equivalent to calling <code>getDrawingCache(false)</code>.</p>
14208 * @see #getDrawingCache(boolean)
14210 public Bitmap getDrawingCache() { method in class:View
14211 return getDrawingCache(fals
14241 public Bitmap getDrawingCache(boolean autoScale) { method in class:View
[all...]

Completed in 59 milliseconds