Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java403 final float mTaskViewHeight; field in SwipeUpAnimationLogic.SpringAnimationRunner
438 mTaskViewHeight = mTargetTaskView == null ? 0 : mTargetTaskView.getHeight(); in SpringAnimationRunner()
525 Math.min(mTaskViewHeight, mTaskViewWidth), in onAnimationStart()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchView.java100 private int mTaskViewHeight; field in KeyboardQuickSwitchView
138 mTaskViewHeight = resources.getDimensionPixelSize( in onFinishInflate()
156 LayoutParams lp = new LayoutParams(mTaskViewWidth, mTaskViewHeight); in createAndAddTaskView()