Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java184 private ImageView mTopRightCornerView; field in WindowMagnificationController
823 mTopRightCornerView.getHitRect(topRightArea); in calculateTapExclude()
870 mTopRightCornerView.getHitRect(topRightArea); in calculateTouchableRegion()
1010 mTopRightCornerView = mMirrorView.findViewById(R.id.top_right_corner); in addDragTouchListeners()
1022 mTopRightCornerView.setOnTouchListener(this); in addDragTouchListeners()
1179 || v == mTopRightCornerView in onTouch()
1590 mTopRightCornerView.setVisibility(View.VISIBLE); in applyResourcesValues()
1597 mTopRightCornerView.setVisibility(View.GONE); in applyResourcesValues()
1615 } else if (view == mTopRightCornerView) { in changeWindowSize()