OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIconResId
(Results
1 - 5
of
5
) sorted by null
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenuItem.java
42
private int
mIconResId
= 0;
83
mIconResId
= 0;
90
mIconResId
= iconResId;
99
if (
mIconResId
!= 0) {
100
return mMenu.getResources().getDrawable(
mIconResId
);
/frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java
44
private int
mIconResId
= NO_ICON;
160
mIconResId
= NO_ICON;
165
mIconResId
= iconRes;
MenuItemImpl.java
62
private int
mIconResId
= NO_ICON;
384
if (
mIconResId
!= NO_ICON) {
385
return mMenu.getResources().getDrawable(
mIconResId
);
392
mIconResId
= NO_ICON;
401
mIconResId
= iconResId;
/frameworks/base/core/java/android/preference/
Preference.java
96
*
mIconResId
is overridden by mIcon, if mIcon is specified.
98
private int
mIconResId
;
211
mIconResId
= a.getResourceId(attr, 0);
523
if (
mIconResId
!= 0 || mIcon != null) {
525
mIcon = getContext().getResources().getDrawable(
mIconResId
);
657
mIconResId
= iconResId;
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java
360
private final int
mIconResId
;
364
mIconResId
= iconResId;
385
icon.setImageDrawable(context.getResources().getDrawable(
mIconResId
));
Completed in 256 milliseconds