Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java183 private ImageView mTopLeftCornerView; field in WindowMagnificationController
820 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()