Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DResourcePointerIconButton.java27 private PointerIcon mCustomIcon; field in ResourcePointerIconButton
48 if (mCustomIcon == null) { in onResolvePointerIcon()
49 mCustomIcon = PointerIcon.load(getResources(), R.drawable.custom_pointer_icon); in onResolvePointerIcon()
51 return mCustomIcon; in onResolvePointerIcon()
DStaticPointerIconButton.java29 PointerIcon mCustomIcon; field in StaticPointerIconButton
50 if (mCustomIcon == null) { in onResolvePointerIcon()
55 mCustomIcon = PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY); in onResolvePointerIcon()
57 return mCustomIcon; in onResolvePointerIcon()