Home
last modified time | relevance | path

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

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