Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java171 private ImageView mTopRightCornerView; field in WindowMagnificationController
672 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()