HomeSort by relevance Sort by last modified time
    Searched defs:OPAQUE (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 47 private static String OPAQUE = ParameterNames.OPAQUE;
120 else if (nameValue.getName().compareToIgnoreCase(OPAQUE) == 0)
Challenge.java 50 private static String OPAQUE = ParameterNames.OPAQUE;
121 * get the Opaque field
125 return (String) authParams.getValue(OPAQUE);
AuthenticationHeader.java 56 public static final String OPAQUE = ParameterNames.OPAQUE;
115 || name.equalsIgnoreCase(ParameterNames.OPAQUE)
339 * Sets the Opaque value of the WWWAuthenicateHeader to the new <var>opaque</var>
342 * @param opaque -
343 * the new Opaque string of this WWWAuthenicateHeader.
346 * while parsing the opaque value.
349 public void setOpaque(String opaque) throws ParseException {
350 if (opaque == null
    [all...]
ParameterNames.java 58 public static final String OPAQUE = "opaque";
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 26 @IntDef({UNKNOWN, TRANSLUCENT, TRANSPARENT, OPAQUE})
48 /** System chooses an opaque format (no alpha bits required) */
49 public static final int OPAQUE = -1;
  /hardware/qcom/display/msm8998/libdrmutils/
drm_interface.h 167 OPAQUE = 1,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 65 private static final float OPAQUE = 1.0f;
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);
  /hardware/qcom/display/msm8909/libdrmutils/
drm_interface.h 185 OPAQUE = 1,
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_interface.h 185 OPAQUE = 1,
  /external/tcpdump/
print-snmp.c 76 #undef OPAQUE /* defined in <wingdi.h> */
116 "Opaque",
117 #define OPAQUE 4
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 219 * Surface creation flag: Indicates that the surface must be considered opaque,
222 * still draw every pixel opaque.
224 * This flag is ignored if setAlpha() is used to make the surface non-opaque.
227 * <li>OPAQUE + alpha(1.0) == opaque composition
228 * <li>OPAQUE + alpha(0.x) == blended composition
229 * <li>!OPAQUE + alpha(1.0) == blended composition
230 * <li>!OPAQUE + alpha(0.x) == blended composition
232 * If the underlying buffer lacks an alpha channel, the OPAQUE flag is effectively
235 public static final int OPAQUE = 0x00000400
    [all...]
View.java     [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 288 milliseconds

1 2 3