Searched refs:mPointerLocationView (Results 1 – 1 of 1) sorted by relevance
362 private PointerLocationView mPointerLocationView; field in DisplayPolicy2975 if (mPointerLocationView != null) {2979 mPointerLocationView = new PointerLocationView(mContext);2980 mPointerLocationView.setPrintCoords(false);2998 wm.addView(mPointerLocationView, lp);2999 mDisplayContent.registerPointerEventListener(mPointerLocationView);3003 if (mPointerLocationView == null) {3008 mDisplayContent.unregisterPointerEventListener(mPointerLocationView);3012 wm.removeView(mPointerLocationView);3013 mPointerLocationView = null;[all …]