Searched refs:pinDot (Results 1 – 2 of 2) sorted by relevance
55 ImageView pinDot = new ImageView(context, attrs); in PinShapeHintingView() local57 pinDot.setLayoutParams(layoutParams); in PinShapeHintingView()58 pinDot.setImageResource(R.drawable.pin_dot_avd); in PinShapeHintingView()59 if (pinDot.getDrawable() != null) { in PinShapeHintingView()60 Drawable drawable = DrawableCompat.wrap(pinDot.getDrawable()); in PinShapeHintingView()63 addView(pinDot); in PinShapeHintingView()105 ImageView pinDot = (ImageView) getChildAt(position); in setAnimatedDrawable() local106 pinDot.setImageResource(drawableResId); in setAnimatedDrawable()107 if (pinDot.getDrawable() != null) { in setAnimatedDrawable()108 Drawable drawable = DrawableCompat.wrap(pinDot.getDrawable()); in setAnimatedDrawable()[all …]
87 ImageView pinDot = new ImageView(getContext());88 pinDot.setLayoutParams(new LayoutParams(size, size));89 pinDot.setImageResource(mPinShapeAdapter.getShape(mPosition));90 if (pinDot.getDrawable() != null) {91 Drawable wrappedDrawable = DrawableCompat.wrap(pinDot.getDrawable());94 if (pinDot.getDrawable() instanceof AnimatedVectorDrawable) {95 ((AnimatedVectorDrawable) pinDot.getDrawable()).start();98 addView(pinDot);112 ImageView pinDot = (ImageView) getChildAt(mPosition);115 pinDot.setScaleX(value);[all …]