Searched refs:chevron (Results 1 – 1 of 1) sorted by relevance
232 final TargetDrawable chevron = chevrons.get(i); in MultiWaveView() local234 mChevronDrawables.add(chevron == null ? null : new TargetDrawable(chevron)); in MultiWaveView()1070 TargetDrawable chevron = chevrons.get(i);1071 if (chevron != null) {1072 chevron.setAlpha(0.0f);1089 TargetDrawable chevron = mChevronDrawables.get(i);1090 if (chevron != null) {1091 chevron.draw(canvas);