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

  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 102 mCurPreset = PRESET_CUSTOM;
115 mCurPreset = PRESET_CUSTOM;
129 mCurPreset = PRESET_CUSTOM;
137 mCurPreset = PRESET_CUSTOM;
187 assert(preset < mNumPresets && preset >= PRESET_CUSTOM);
188 if (preset == PRESET_CUSTOM) {
AudioEqualizer.h 55 static const int PRESET_CUSTOM = -1;
153 // PRESET_CUSTOM is passed.
161 // Will return PRESET_CUSTOM in case the EQ parameters have been modified
169 // PRESET_CUSTOM is NOT a valid value here.
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 134 static const int PRESET_CUSTOM = -1;
EffectBundle.cpp 256 pContext->pBundledContext->CurPreset = PRESET_CUSTOM;
    [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
PresetPreference.java 46 return getValue() != CaptionStyle.PRESET_CUSTOM
CaptionPropertiesFragment.java 181 final boolean customPreset = mPreset.getValue() == CaptionStyle.PRESET_CUSTOM;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 38 public static final Integer PRESET_CUSTOM = R.string.preset_custom;
EditableItem.java 29 PRESET_BASIC, PRESET_EMAIL, PRESET_PHOTO, PRESET_CUSTOM),
121 if (this == PRESET && !PRESET_CUSTOM.equals(value))
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 77 EditableItem.PRESET.setValue(PRESET_CUSTOM);
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 130 if (preset == CaptionStyle.PRESET_CUSTOM) {
263 public static final int PRESET_CUSTOM = -1;
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 262 if (styleId == CaptionStyle.PRESET_CUSTOM) {

Completed in 148 milliseconds