Searched defs:mMovementWithinDismiss (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchHandler.java130 private boolean mMovementWithinDismiss; field in class:PipTouchHandler
572 mMovementWithinDismiss = touchState.getDownTouchPosition().y >= mMovementBounds.bottom;
637 if (mMovementWithinDismiss) {
639 mMovementWithinDismiss = curPos.y >= mMovementBounds.bottom;
667 && (mMovementWithinDismiss || isUpWithinDimiss);

Completed in 8 milliseconds