OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBack
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java
46
protected final Drawable
mBack
;
56
* From 0f to END_VALUE. Determines the flip progress between mFront and
mBack
. 0f means
57
* mFront is fully shown, while END_VALUE means
mBack
is fully shown.
93
mBack
= back;
96
mBack
.setCallback(this);
124
mBack
.setBounds(0, 0, 0, 0);
127
mBack
.setBounds(bounds);
138
final Drawable inner = getSideShown() /* == front */ ? mFront :
mBack
;
169
mBack
.setAlpha(alpha);
175
mBack
.setColorFilter(cf)
[
all
...]
CheckableContactFlipDrawable.java
58
mCheckmarkDrawable = (CheckmarkDrawable)
mBack
;
Completed in 205 milliseconds