Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DPointerIcon.java462 final int bitmapRes; in loadResource() local
470 bitmapRes = a.getResourceId(com.android.internal.R.styleable.PointerIcon_bitmap, 0); in loadResource()
480 if (bitmapRes == 0) { in loadResource()
486 drawable = resources.getDrawable(bitmapRes); in loadResource()
488 drawable = context.getDrawable(bitmapRes); in loadResource()