Searched defs:OPAQUE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DWbxml.java47 static public final int OPAQUE = 0x0c3; field in interface:Wbxml
H A DParser.java68 private static final int OPAQUE = 5; field in class:Parser
122 // The type of the last token read (eg, TEXT, OPAQUE, END, etc).
237 } else if (type != OPAQUE && type != TEXT) {
238 throw new EasParserException("Expected OPAQUE or TEXT data for tag " + name);
242 final byte[] val = type == OPAQUE ? bytes : text.getBytes("UTF-8");
488 case Wbxml.OPAQUE:
490 type = OPAQUE;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLeaveBehindItem.java65 private static final float OPAQUE = 1.0f; field in class:LeaveBehindItem
194 if (!mFadingInText && mSwipeableContent.getAlpha() != OPAQUE) {
209 final float end = OPAQUE;
215 fadeIn.setInterpolator(new DecelerateInterpolator(OPAQUE));
228 if (!mFadingInText && mSwipeableContent.getAlpha() != OPAQUE) {
304 mSwipeableContent.setAlpha(OPAQUE);

Completed in 443 milliseconds