Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2990 return PointerIcon.getDefaultIcon(getContextForPointerIcon(displayId)); in getPointerIcon()
2994 private Context getContextForPointerIcon(int displayId) { in getContextForPointerIcon() method in InputManagerService