Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPageIndicatorMarker.java32 private ImageView mInactiveMarker; field in PageIndicatorMarker
49 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()