Searched refs:mPointerLocationView (Results 1 – 1 of 1) sorted by relevance
382 private PointerLocationView mPointerLocationView; field in DisplayPolicy3262 if (mPointerLocationView != null) {3266 mPointerLocationView = new PointerLocationView(mContext);3267 mPointerLocationView.setPrintCoords(false);3284 wm.addView(mPointerLocationView, lp);3285 mDisplayContent.registerPointerEventListener(mPointerLocationView);3289 if (mPointerLocationView == null) {3295 wm.removeView(mPointerLocationView);3296 mPointerLocationView = null;3306 if (w != null && mPointerLocationView != null) {[all …]