Searched refs:mTopLeftCornerView (Results 1 – 1 of 1) sorted by relevance
183 private ImageView mTopLeftCornerView; field in WindowMagnificationController820 mTopLeftCornerView.getHitRect(topLeftArea); in calculateTapExclude()867 mTopLeftCornerView.getHitRect(topLeftArea); in calculateTouchableRegion()1011 mTopLeftCornerView = mMirrorView.findViewById(R.id.top_left_corner); in addDragTouchListeners()1021 mTopLeftCornerView.setOnTouchListener(this); in addDragTouchListeners()1178 || v == mTopLeftCornerView in onTouch()1591 mTopLeftCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()1598 mTopLeftCornerView.setVisibility(View.GONE); in applyResourcesValues()1613 } else if (view == mTopLeftCornerView) { in changeWindowSize()