Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandler.java98 int mSecondIndex = -1; field in PipResizeGestureHandler
294 mSecondIndex = -1; in onPinchResize()
306 if (mFirstIndex == -1 && mSecondIndex == -1 in onPinchResize()
311 mSecondIndex = 1; in onPinchResize()
313 mDownSecondPoint.set(ev.getRawX(mSecondIndex), ev.getRawY(mSecondIndex)); in onPinchResize()
329 if (mFirstIndex == -1 || mSecondIndex == -1) { in onPinchResize()
335 float x1 = ev.getRawX(mSecondIndex); in onPinchResize()
336 float y1 = ev.getRawY(mSecondIndex); in onPinchResize()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipResizeGestureHandler.java103 int mSecondIndex = -1; field in PipResizeGestureHandler
304 mSecondIndex = -1; in onPinchResize()
315 if (mFirstIndex == -1 && mSecondIndex == -1 in onPinchResize()
320 mSecondIndex = 1; in onPinchResize()
322 mDownSecondPoint.set(ev.getRawX(mSecondIndex), ev.getRawY(mSecondIndex)); in onPinchResize()
338 if (mFirstIndex == -1 || mSecondIndex == -1) { in onPinchResize()
344 float x1 = ev.getRawX(mSecondIndex); in onPinchResize()
345 float y1 = ev.getRawY(mSecondIndex); in onPinchResize()