Searched refs:mTopDrag (Results 1 – 1 of 1) sorted by relevance
109 private View mTopDrag; field in WindowMagnificationController470 mTopDrag = mMirrorView.findViewById(R.id.top_handle); in addDragTouchListeners()476 mTopDrag.setOnTouchListener(this); in addDragTouchListeners()531 if (v == mDragView || v == mLeftDrag || v == mTopDrag || v == mRightDrag in onTouch()