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

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; local
64 Notification notif = preset.buildNotification(this);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; local
64 Notification notif = preset.buildNotification(this);
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; local
64 Notification notif = preset.buildNotification(this);
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[ local
84 updateTextEditors(preset);
172 private void updateTextEditors(NotificationPreset preset) {
173 mTitleEditText.setText(getString(preset.titleResId));
174 mTextEditText.setText(getString(preset.textResId));
175 if (preset == NotificationPresets.BASIC) {
218 NotificationPreset preset = NotificationPresets.PRESETS[ local
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
227 // If actions are required, but the no-actions preset was selected, change presets.
242 Notification[] notifications = preset.buildNotifications(this, options)
268 NotificationPreset preset = NotificationPresets.PRESETS[position]; local
    [all...]
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[ local
84 updateTextEditors(preset);
172 private void updateTextEditors(NotificationPreset preset) {
173 mTitleEditText.setText(getString(preset.titleResId));
174 mTextEditText.setText(getString(preset.textResId));
175 if (preset == NotificationPresets.BASIC) {
218 NotificationPreset preset = NotificationPresets.PRESETS[ local
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
227 // If actions are required, but the no-actions preset was selected, change presets.
242 Notification[] notifications = preset.buildNotifications(this, options)
268 NotificationPreset preset = NotificationPresets.PRESETS[position]; local
    [all...]
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[ local
84 updateTextEditors(preset);
172 private void updateTextEditors(NotificationPreset preset) {
173 mTitleEditText.setText(getString(preset.titleResId));
174 mTextEditText.setText(getString(preset.textResId));
175 if (preset == NotificationPresets.BASIC) {
218 NotificationPreset preset = NotificationPresets.PRESETS[ local
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
227 // If actions are required, but the no-actions preset was selected, change presets.
242 Notification[] notifications = preset.buildNotifications(this, options)
268 NotificationPreset preset = NotificationPresets.PRESETS[position]; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
PresetReverbTest.java 39 // PRESET REVERB TESTS:
81 for (short preset = FIRST_PRESET;
82 preset <= LAST_PRESET;
83 preset++) {
84 mReverb.setPreset(preset);
85 assertEquals("got incorrect preset", preset, mReverb.getPreset());
108 short preset = (settings.preset == PresetReverb.PRESET_SMALLROOM) ? local
110 settings.preset = preset
    [all...]
EqualizerTest.java 150 short preset = mEqualizer.getCurrentPreset(); local
151 assertEquals("usePreset failed", preset, (short)(numPresets - 1));
152 String name = mEqualizer.getPresetName(preset);
AudioEffectTest.java 356 short preset = PresetReverb.PRESET_SMALLROOM; local
357 if (mEffect.byteArrayToShort(value) == preset) {
358 preset = PresetReverb.PRESET_MEDIUMROOM;
360 value = mEffect.shortToByteArray(preset);
365 assertEquals("get/set Parameter failed", preset,
424 short preset = PresetReverb.PRESET_SMALLROOM; local
425 if (value[0] == preset) {
426 preset = PresetReverb.PRESET_MEDIUMROOM;
428 status = mEffect.setParameter(param, preset);
432 assertEquals("get/set Parameter failed", preset, value[0])
530 short[] preset = new short[1]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.h 109 static CubicBezierTimingFunction* preset(SubType subType) function in class:blink::FINAL
184 static StepsTimingFunction* preset(StepAtPosition position) function in class:blink::FINAL
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 647 milliseconds