HomeSort by relevance Sort by last modified time
    Searched refs:MUTED (Results 1 - 9 of 9) sorted by null

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 35 INITIALIZING, LIVE, ENDED, MUTED
  /hardware/interfaces/broadcastradio/1.1/
types.hal 45 MUTED = 1 << 1,
  /frameworks/base/core/java/com/android/internal/graphics/palette/
Target.java 92 * A target which has the characteristics of a muted color which is light in luminance.
97 * A target which has the characteristics of a muted color which is neither light or dark.
99 public static final Target MUTED;
102 * A target which has the characteristics of a muted color which is dark in luminance.
123 MUTED = new Target();
124 setDefaultNormalLightnessValues(MUTED);
125 setDefaultMutedSaturationValues(MUTED);
Palette.java 51 * <li>Muted</li>
52 * <li>Muted Dark</li>
53 * <li>Muted Light</li>
215 * Returns a muted swatch from the palette. Might be null.
217 * @see Target#MUTED
221 return getSwatchForTarget(Target.MUTED);
225 * Returns a muted and light swatch from the palette. Might be null.
235 * Returns a muted and dark swatch from the palette. Might be null.
278 * Returns a muted color from the palette as an RGB packed int.
285 return getColorForTarget(Target.MUTED, defaultColor)
    [all...]
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
Target.java 74 * A target which has the characteristics of a muted color which is light in luminance.
79 * A target which has the characteristics of a muted color which is neither light or dark.
81 public static final Target MUTED;
84 * A target which has the characteristics of a muted color which is dark in luminance.
105 MUTED = new Target();
106 setDefaultNormalLightnessValues(MUTED);
107 setDefaultMutedSaturationValues(MUTED);
Palette.java 46 * <li>Muted</li>
47 * <li>Muted Dark</li>
48 * <li>Muted Light</li>
210 * Returns a muted swatch from the palette. Might be null.
212 * @see Target#MUTED
216 return getSwatchForTarget(Target.MUTED);
220 * Returns a muted and light swatch from the palette. Might be null.
230 * Returns a muted and dark swatch from the palette. Might be null.
273 * Returns a muted color from the palette as an RGB packed int.
280 return getColorForTarget(Target.MUTED, defaultColor)
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 489 MUTED = 1,
866 if (mode != MUTED) {
882 int toRead = (mode == MUTED) ? 0 : sampleCount;
924 if (mode != MUTED) {
  /prebuilts/sdk/current/support/v7/palette/
android-support-v7-palette.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]

Completed in 171 milliseconds