Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java286 private static final IntProperty<ViewState> HINT_ALPHA = field in TaskStack.DockState.ViewState
387 anim = ObjectAnimator.ofInt(this, HINT_ALPHA, mHintTextAlpha, in startAnimation()