Searched refs:mTopRightCornerView (Results 1 – 1 of 1) sorted by relevance
171 private ImageView mTopRightCornerView; field in WindowMagnificationController672 mTopRightCornerView.getHitRect(topRightArea); in calculateTapExclude()806 mTopRightCornerView = mMirrorView.findViewById(R.id.top_right_corner); in addDragTouchListeners()818 mTopRightCornerView.setOnTouchListener(this); in addDragTouchListeners()895 || v == mTopRightCornerView in onTouch()1297 mTopRightCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()1304 mTopRightCornerView.setVisibility(View.GONE); in applyResourcesValues()1322 } else if (view == mTopRightCornerView) { in changeWindowSize()