Searched refs:mInactiveMarker (Results 1 – 1 of 1) sorted by relevance
32 private ImageView mInactiveMarker; field in PageIndicatorMarker49 mInactiveMarker = (ImageView) findViewById(R.id.inactive); in onFinishInflate()55 mInactiveMarker.setImageDrawable(r.getDrawable(inactiveResId)); in setMarkerDrawables()64 mInactiveMarker.animate().cancel(); in activate()65 mInactiveMarker.setAlpha(0f); in activate()72 mInactiveMarker.animate() in activate()81 mInactiveMarker.animate().cancel(); in inactivate()82 mInactiveMarker.setAlpha(1f); in inactivate()88 mInactiveMarker.animate().alpha(1f) in inactivate()