Searched refs:mPointerLocationView (Results 1 – 1 of 1) sorted by relevance
354 private PointerLocationView mPointerLocationView; field in DisplayPolicy2859 if (mPointerLocationView != null) {2863 mPointerLocationView = new PointerLocationView(mContext);2864 mPointerLocationView.setPrintCoords(false);2882 wm.addView(mPointerLocationView, lp);2883 mDisplayContent.registerPointerEventListener(mPointerLocationView);2887 if (mPointerLocationView == null) {2896 wm.removeView(mPointerLocationView);2897 mPointerLocationView = null;2907 if (w != null && mPointerLocationView != null) {[all …]