Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DKeypadChannelSwitchView.java78 mCurrentHeight = 0;
101 private int mCurrentHeight; field in KeypadChannelSwitchView
212 mCurrentHeight = 0; in onExitAction()
314 if (mCurrentHeight == 0) { in updateViewHeight()
316 mCurrentHeight = targetHeight; in updateViewHeight()
318 } else if (mCurrentHeight != targetHeight){ in updateViewHeight()
325 ValueAnimator animator = ValueAnimator.ofInt(mCurrentHeight, targetHeight); in createResizeAnimator()
331 mCurrentHeight = value; in createResizeAnimator()
DChannelBannerView.java135 private int mCurrentHeight; field in ChannelBannerView
144 mCurrentHeight = 0;
323 mCurrentHeight = 0; in onExitAction()
780 if (mCurrentHeight == 0 || !isShown()) {
782 mCurrentHeight = targetHeight;
788 } else if (mCurrentHeight != targetHeight || needFadeAnimation) {
799 final ValueAnimator heightAnimator = ValueAnimator.ofInt(mCurrentHeight, targetHeight);
809 mCurrentHeight = value;