Searched refs:drawables (Results 1 – 8 of 8) sorted by relevance
72 Drawable[] drawables = getCompoundDrawablesRelative(); in getCurrentDrawable() local73 for (int i = 0; i < drawables.length; ++i) { in getCurrentDrawable()74 if (drawables[i] != null) { in getCurrentDrawable()75 return drawables[i]; in getCurrentDrawable()
74 Drawable[] drawables = getCompoundDrawablesRelative(); in getCurrentDrawable() local75 for (int i = 0; i < drawables.length; ++i) { in getCurrentDrawable()76 if (drawables[i] != null) { in getCurrentDrawable()77 return drawables[i]; in getCurrentDrawable()
565 ArrayList<TargetDrawable> drawables = new ArrayList<TargetDrawable>(count); in loadDrawableArray() local569 drawables.add(target); in loadDrawableArray()572 return drawables; in loadDrawableArray()1204 final ArrayList<TargetDrawable> drawables = mTargetDrawables;1205 final int size = drawables.size();1207 final TargetDrawable target = drawables.get(i);
593 ArrayList<TargetDrawable> drawables = new ArrayList<TargetDrawable>(count); in loadDrawableArray() local597 drawables.add(target); in loadDrawableArray()600 return drawables; in loadDrawableArray()1293 final ArrayList<TargetDrawable> drawables = mTargetDrawables; in replaceTargetDrawables() local1294 final int size = drawables.size(); in replaceTargetDrawables()1296 final TargetDrawable target = drawables.get(i); in replaceTargetDrawables()
972 ArrayList<CharSequence> strings, ArrayList<Drawable> drawables, in ImageLabelAdapter() argument976 mDrawables = drawables; in ImageLabelAdapter()984 ArrayList<CharSequence> strings, ArrayList<Drawable> drawables, in ImageLabelAdapter() argument989 mDrawables = drawables; in ImageLabelAdapter()
17 package com.android.photos.drawables;
29 import com.android.photos.drawables.DataUriThumbnailDrawable;