Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java185 private ImageView mBottomLeftCornerView; field in WindowMagnificationController
826 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTapExclude()
873 mBottomLeftCornerView.getHitRect(bottomLeftArea); in calculateTouchableRegion()
1013 mBottomLeftCornerView = mMirrorView.findViewById(R.id.bottom_left_corner); in addDragTouchListeners()
1023 mBottomLeftCornerView.setOnTouchListener(this); in addDragTouchListeners()
1180 || v == mBottomLeftCornerView in onTouch()
1593 mBottomLeftCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()
1600 mBottomLeftCornerView.setVisibility(View.GONE); in applyResourcesValues()
1617 } else if (view == mBottomLeftCornerView) { in changeWindowSize()