OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastResId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/testables/src/android/testing/
TestableImageView.java
25
private int
mLastResId
= -1;
33
mLastResId
= resId;
38
return
mLastResId
;
/frameworks/base/core/java/com/android/internal/widget/
CachingIconView.java
42
private int
mLastResId
;
127
boolean isCached =
mLastResId
!= 0
128
&& icon.getResId() ==
mLastResId
132
mLastResId
= icon.getResId();
146
if (resId == 0 ||
mLastResId
== 0) {
149
isCached = resId ==
mLastResId
&& null == mLastPackage;
152
mLastResId
= resId;
177
mLastResId
= 0;
Completed in 70 milliseconds