Home
last modified time | relevance | path

Searched refs:chevron (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DMultiWaveView.java232 final TargetDrawable chevron = chevrons.get(i); in MultiWaveView() local
234 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);