Searched refs:mBottomRightCornerView (Results 1 – 1 of 1) sorted by relevance
186 private ImageView mBottomRightCornerView; field in WindowMagnificationController829 mBottomRightCornerView.getHitRect(bottomRightArea); in calculateTapExclude()876 mBottomRightCornerView.getHitRect(bottomRightArea); in calculateTouchableRegion()1012 mBottomRightCornerView = mMirrorView.findViewById(R.id.bottom_right_corner); in addDragTouchListeners()1024 mBottomRightCornerView.setOnTouchListener(this); in addDragTouchListeners()1181 || v == mBottomRightCornerView in onTouch()1592 mBottomRightCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()1599 mBottomRightCornerView.setVisibility(View.GONE); in applyResourcesValues()1619 } else if (view == mBottomRightCornerView) { in changeWindowSize()