Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DKeypadChannelSwitchView.java93 private final long mRippleAnimDurationMillis; field in KeypadChannelSwitchView
119 mRippleAnimDurationMillis = resources.getInteger( in KeypadChannelSwitchView()
151 }, mRippleAnimDurationMillis); in onFinishInflate()
DSelectInputView.java128 private final long mRippleAnimDurationMillis; field in SelectInputView
157 mRippleAnimDurationMillis = resources.getInteger( in SelectInputView()
355 postDelayed(mHideRunnable, mRippleAnimDurationMillis); in onBindViewHolder()