HomeSort by relevance Sort by last modified time
    Searched refs:newDrawable (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 144 public Drawable newDrawable() {
149 public Drawable newDrawable(Resources res) {
ClipDrawable.java 247 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
249 mDrawable = orig.mDrawable.getConstantState().newDrawable();
259 public Drawable newDrawable() {
264 public Drawable newDrawable(Resources res) {
InsetDrawable.java 269 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
271 mDrawable = orig.mDrawable.getConstantState().newDrawable();
283 public Drawable newDrawable() {
288 public Drawable newDrawable(Resources res) {
ScaleDrawable.java 266 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
268 mDrawable = orig.mDrawable.getConstantState().newDrawable();
279 public Drawable newDrawable() {
284 public Drawable newDrawable(Resources res) {
LevelListDrawable.java 188 public Drawable newDrawable() {
193 public Drawable newDrawable(Resources res) {
TransitionDrawable.java 239 public Drawable newDrawable() {
244 public Drawable newDrawable(Resources res) {
AnimatedRotateDrawable.java 303 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
305 mDrawable = source.mDrawable.getConstantState().newDrawable();
319 public Drawable newDrawable() {
324 public Drawable newDrawable(Resources res) {
RotateDrawable.java 311 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
313 mDrawable = source.mDrawable.getConstantState().newDrawable();
327 public Drawable newDrawable() {
332 public Drawable newDrawable(Resources res) {
Drawable.java 831 public abstract Drawable newDrawable();
838 public Drawable newDrawable(Resources res) {
839 return newDrawable();
    [all...]
AnimationDrawable.java 314 public Drawable newDrawable() {
319 public Drawable newDrawable(Resources res) {
StateListDrawable.java 282 public Drawable newDrawable() {
287 public Drawable newDrawable(Resources res) {
LayerDrawable.java 581 r.mDrawable = or.mDrawable.getConstantState().newDrawable(res);
583 r.mDrawable = or.mDrawable.getConstantState().newDrawable();
605 public Drawable newDrawable() {
610 public Drawable newDrawable(Resources res) {
NinePatchDrawable.java 369 public Drawable newDrawable() {
374 public Drawable newDrawable(Resources res) {
ShapeDrawable.java 394 public Drawable newDrawable() {
399 public Drawable newDrawable(Resources res) {
BitmapDrawable.java 456 public Drawable newDrawable() {
461 public Drawable newDrawable(Resources res) {
DrawableContainer.java 306 mDrawables[i] = origDr[i].getConstantState().newDrawable(res);
308 mDrawables[i] = origDr[i].getConstantState().newDrawable();
GradientDrawable.java     [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java 73 return cached.newDrawable();
SearchableSource.java 221 return (mSourceIcon != null) ? mSourceIcon.newDrawable() : null;
  /frameworks/base/core/java/android/app/
SuggestionsAdapter.java 358 return cachedBg.newDrawable(mProviderContext.getResources());
587 return cached.newDrawable();
642 return cached == null ? null : cached.newDrawable(mProviderContext.getResources());
  /packages/apps/Phone/src/com/android/phone/
InCallMenuView.java 198 itemView.setBackgroundDrawable(mItemBackground.getConstantState().newDrawable());
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 517 public Drawable newDrawable() {
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 290 mItemBackground.getConstantState().newDrawable(
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 1962 milliseconds

1 2