Home | History | Annotate | Download | only in view

Lines Matching defs:getDrawingCache

18902      * to {@link #getDrawingCache()} or {@link #buildDrawingCache()} will draw the view in a
18905 * calling {@link #getDrawingCache()} and draw it on screen if the returned bitmap is not
18918 * {@link #getDrawingCache()}.</p>
18923 * @see #getDrawingCache()
18952 * @see #getDrawingCache()
19060 Bitmap cache = getDrawingCache(true);
19104 * <p>Calling this method is equivalent to calling <code>getDrawingCache(false)</code>.</p>
19108 * @see #getDrawingCache(boolean)
19124 public Bitmap getDrawingCache() {
19125 return getDrawingCache(false);
19169 public Bitmap getDrawingCache(boolean autoScale) {
19187 * @see #getDrawingCache()
19223 * @see #getDrawingCache()
19313 * @see #getDrawingCache()
19929 cache = getDrawingCache(true);