Searched refs:mTopRightCornerView (Results 1 – 1 of 1) sorted by relevance
184 private ImageView mTopRightCornerView; field in WindowMagnificationController823 mTopRightCornerView.getHitRect(topRightArea); in calculateTapExclude()870 mTopRightCornerView.getHitRect(topRightArea); in calculateTouchableRegion()1010 mTopRightCornerView = mMirrorView.findViewById(R.id.top_right_corner); in addDragTouchListeners()1022 mTopRightCornerView.setOnTouchListener(this); in addDragTouchListeners()1179 || v == mTopRightCornerView in onTouch()1590 mTopRightCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()1597 mTopRightCornerView.setVisibility(View.GONE); in applyResourcesValues()1615 } else if (view == mTopRightCornerView) { in changeWindowSize()