OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCustomIcon
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
ResourcePointerIconButton.java
27
private PointerIcon
mCustomIcon
;
48
if (
mCustomIcon
== null) {
49
mCustomIcon
= PointerIcon.load(getResources(), R.drawable.custom_pointer_icon);
51
return
mCustomIcon
;
StaticPointerIconButton.java
29
PointerIcon
mCustomIcon
;
50
if (
mCustomIcon
== null) {
55
mCustomIcon
= PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY);
57
return
mCustomIcon
;
Completed in 883 milliseconds