Home | History | Annotate | Download | only in phone

Lines Matching defs:mTmpBounds

137     private final Rect mTmpBounds = new Rect();
643 mTmpBounds.set(mMotionHelper.getBounds());
644 mTmpBounds.offsetTo((int) left, (int) top);
645 mMotionHelper.movePip(mTmpBounds);
655 ? curPos.x <= mMovementBounds.left + mTmpBounds.width()