Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java339 private int mLastCursorType = PointerIcon.TYPE_DEFAULT; field in DragResizeInputListener.TaskResizeInputEventReceiver
583 if (mLastCursorType != cursorType || cursorType != PointerIcon.TYPE_DEFAULT) { in updateCursorType()
585 mLastCursorType = cursorType; in updateCursorType()