OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mButtonResource
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java
48
private int
mButtonResource
;
124
if (resid != 0 && resid ==
mButtonResource
) {
128
mButtonResource
= resid;
131
if (
mButtonResource
!= 0) {
132
d = getResources().getDrawable(
mButtonResource
);
/frameworks/base/core/java/android/widget/
CompoundButton.java
49
private int
mButtonResource
;
178
if (resid != 0 && resid ==
mButtonResource
) {
182
mButtonResource
= resid;
185
if (
mButtonResource
!= 0) {
186
d = getResources().getDrawable(
mButtonResource
);
Completed in 40 milliseconds