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

/frameworks/base/core/java/android/view/
H A DView.java12121 buildDrawingCache(true);
12218 * to {@link #getDrawingCache()} or {@link #buildDrawingCache()} will draw the view in a
12240 * @see #buildDrawingCache()
12388 buildDrawingCache(true);
12499 * @see #buildDrawingCache(boolean)
12507 buildDrawingCache(autoScale);
12514 * {@link #buildDrawingCache()} manually without calling
12519 * @see #buildDrawingCache()
12541 * @see #buildDrawingCache()
12561 * <p>Calling this method is equivalent to calling <code>buildDrawingCache(fals
12565 public void buildDrawingCache() { method in class:View
12592 public void buildDrawingCache(boolean autoScale) { method in class:View
[all...]

Completed in 124 milliseconds