Home
last modified time | relevance | path

Searched refs:mBottomLeftCornerView (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java172 private ImageView mBottomLeftCornerView; field in WindowMagnificationController
675 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTapExclude()
809 mBottomLeftCornerView = mMirrorView.findViewById(R.id.bottom_left_corner); in addDragTouchListeners()
819 mBottomLeftCornerView.setOnTouchListener(this); in addDragTouchListeners()
896 || v == mBottomLeftCornerView in onTouch()
1300 mBottomLeftCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()
1307 mBottomLeftCornerView.setVisibility(View.GONE); in applyResourcesValues()
1324 } else if (view == mBottomLeftCornerView) { in changeWindowSize()