Searched refs:mTaskViewHeight (Results 1 – 2 of 2) sorted by relevance
403 final float mTaskViewHeight; field in SwipeUpAnimationLogic.SpringAnimationRunner438 mTaskViewHeight = mTargetTaskView == null ? 0 : mTargetTaskView.getHeight(); in SpringAnimationRunner()525 Math.min(mTaskViewHeight, mTaskViewWidth), in onAnimationStart()
100 private int mTaskViewHeight; field in KeyboardQuickSwitchView138 mTaskViewHeight = resources.getDimensionPixelSize( in onFinishInflate()156 LayoutParams lp = new LayoutParams(mTaskViewWidth, mTaskViewHeight); in createAndAddTaskView()