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

/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
H A Dxltencwbxml.h95 OPAQUE, enumerator in enum:__anon119
/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.java67 private static final int OPAQUE = 5; field in class:Parser
125 // The type of the last token read (eg, TEXT, OPAQUE, END, etc).
253 } else if (type != OPAQUE && type != TEXT) {
254 throw new EasParserException("Expected OPAQUE or TEXT data for tag " + name);
258 final byte[] val = type == OPAQUE ? bytes : text.getBytes("UTF-8");
504 case Wbxml.OPAQUE:
506 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
200 if (!mFadingInText && mSwipeableContent.getAlpha() != OPAQUE) {
215 final float end = OPAQUE;
221 fadeIn.setInterpolator(new DecelerateInterpolator(OPAQUE));
234 if (!mFadingInText && mSwipeableContent.getAlpha() != OPAQUE) {
310 mSwipeableContent.setAlpha(OPAQUE);

Completed in 799 milliseconds