OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRESET_CUSTOM
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/testlibs/
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.
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java
38
public static final Integer
PRESET_CUSTOM
= R.string.
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/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h
134
static const int
PRESET_CUSTOM
= -1;
Completed in 44 milliseconds