Searched refs:mTopLeftCornerView (Results 1 – 1 of 1) sorted by relevance
170 private ImageView mTopLeftCornerView; field in WindowMagnificationController669 mTopLeftCornerView.getHitRect(topLeftArea); in calculateTapExclude()807 mTopLeftCornerView = mMirrorView.findViewById(R.id.top_left_corner); in addDragTouchListeners()817 mTopLeftCornerView.setOnTouchListener(this); in addDragTouchListeners()894 || v == mTopLeftCornerView in onTouch()1298 mTopLeftCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()1305 mTopLeftCornerView.setVisibility(View.GONE); in applyResourcesValues()1320 } else if (view == mTopLeftCornerView) { in changeWindowSize()