Searched refs:mBottomLeftCornerView (Results 1 – 1 of 1) sorted by relevance
172 private ImageView mBottomLeftCornerView; field in WindowMagnificationController675 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTapExclude()809 mBottomLeftCornerView = mMirrorView.findViewById(R.id.bottom_left_corner); in addDragTouchListeners()819 mBottomLeftCornerView.setOnTouchListener(this); in addDragTouchListeners()896 || v == mBottomLeftCornerView in onTouch()1300 mBottomLeftCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()1307 mBottomLeftCornerView.setVisibility(View.GONE); in applyResourcesValues()1324 } else if (view == mBottomLeftCornerView) { in changeWindowSize()