Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java354 private PointerLocationView mPointerLocationView; field in DisplayPolicy
2859 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 …]