Home | History | Annotate | Download | only in bitmap

Lines Matching refs:mFront

45     protected final Drawable mFront;
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.
92 mFront = front;
95 mFront.setCallback(this);
123 mFront.setBounds(0, 0, 0, 0);
126 mFront.setBounds(bounds);
138 final Drawable inner = getSideShown() /* == front */ ? mFront : mBack;
168 mFront.setAlpha(alpha);
174 mFront.setColorFilter(cf);
180 return resolveOpacity(mFront.getOpacity(), mBack.getOpacity());
185 return mFront.setLevel(level) || mBack.setLevel(level);