Lines Matching defs:drawable

17 package android.graphics.drawable;
47 * href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>.</p>
132 * Controls how the gradient is oriented relative to the drawable's bounds
158 * Create a new gradient drawable given an orientation and an array
181 * of a drawable loaded from a resource. It is recommended to invoke
199 * drawable is drawn in a round-rectangle, rather than a rectangle. This property
202 * of a drawable loaded from a resource. It is recommended to invoke
218 * <p>Set the stroke width and color for the drawable. If width is zero,
221 * of a drawable loaded from a resource. It is recommended to invoke
235 * <p>Set the stroke width and color for the drawable. If width is zero,
238 * of a drawable loaded from a resource. It is recommended to invoke
269 * <p>Sets the size of the shape drawn by this drawable.</p>
271 * of a drawable loaded from a resource. It is recommended to invoke
274 * @param width The width of the shape used by this drawable
275 * @param height The height of the shape used by this drawable
289 * of a drawable loaded from a resource. It is recommended to invoke
292 * @param shape The desired shape for this drawable: {@link #LINE},
305 * <p>Sets the type of gradient used by this drawable..</p>
307 * of a drawable loaded from a resource. It is recommended to invoke
325 * of a drawable loaded from a resource. It is recommended to invoke
344 * of a drawable loaded from a resource. It is recommended to invoke
359 * <p>Sets whether or not this drawable will honor its <code>level</code>
362 * of a drawable loaded from a resource. It is recommended to invoke
365 * @param useLevel True if this drawable should honor its level, false otherwise
383 * Returns the orientation of the gradient defined in this drawable.
390 * <p>Changes the orientation of the gradient defined in this drawable.</p>
392 * of a drawable loaded from a resource. It is recommended to invoke
409 * of a drawable loaded from a resource. It is recommended to invoke
614 * of a drawable loaded from a resource. It is recommended to invoke
1028 Log.w("drawable", "Bad element under <shape>: " + name);