Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/test/input/
DPointerIconLoadingTest.kt93 PointerIcon.getLoadedSystemIcon( in testPointerFillStyle()
114 PointerIcon.getLoadedSystemIcon( in testPointerScale()
/frameworks/base/services/core/java/com/android/server/input/
DPointerIconCache.java147 icon = PointerIcon.getLoadedSystemIcon(new ContextThemeWrapper(context, theme), in getLoadedPointerIcon()
/frameworks/base/core/java/android/view/
DPointerIcon.java258 public static @NonNull PointerIcon getLoadedSystemIcon(@NonNull Context context, int type, in getLoadedSystemIcon() method in PointerIcon
297 : getLoadedSystemIcon(context, TYPE_DEFAULT, useLargeIcons, pointerScale); in getLoadedSystemIcon()