Searched refs:mCustomIcon (Results 1 – 2 of 2) sorted by relevance
27 private PointerIcon mCustomIcon; field in ResourcePointerIconButton48 if (mCustomIcon == null) { in onResolvePointerIcon()49 mCustomIcon = PointerIcon.load(getResources(), R.drawable.custom_pointer_icon); in onResolvePointerIcon()51 return mCustomIcon; in onResolvePointerIcon()
29 PointerIcon mCustomIcon; field in StaticPointerIconButton50 if (mCustomIcon == null) { in onResolvePointerIcon()55 mCustomIcon = PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY); in onResolvePointerIcon()57 return mCustomIcon; in onResolvePointerIcon()