Home | History | Annotate | Download | only in multiwaveview

Lines Matching refs:drawables

251         // Read array of target drawables
605 ArrayList<TargetDrawable> drawables = new ArrayList<TargetDrawable>(count);
609 drawables.add(target);
612 return drawables;
638 * Loads an array of drawables from the given resourceId.
1170 // Reposition the target drawables if the view changed.
1248 Log.w(TAG, "The number of target drawables must be"
1260 Log.w(TAG, "The number of target drawables must be"
1317 final ArrayList<TargetDrawable> drawables = mTargetDrawables;
1318 final int size = drawables.size();
1320 final TargetDrawable target = drawables.get(i);
1340 * @return true if found in the given package and replaced at least one target Drawables