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