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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js 139 var presets = WebInspector.overridesSupport.settings.customDevicePresets.get();
140 presets.push(device);
141 WebInspector.overridesSupport.settings.customDevicePresets.set(presets);
146 var presets = WebInspector.overridesSupport.settings.customDevicePresets.get();
149 presets.remove(device);
150 WebInspector.overridesSupport.settings.customDevicePresets.set(presets);
164 var presets = WebInspector.OverridesUI._networkConditionsPresets;
165 for (var i = 0; i < presets.length; ++i) {
166 var preset = presets[i];
190 var preset = presets[presets.length - 1]
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
116 PriorityPresets.PRESETS));
117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS)
131 ActionsPresets.PRESETS));
218 NotificationPreset preset = NotificationPresets.PRESETS[
222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
227 // If actions are required, but the no-actions preset was selected, change presets.
229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf
    [all...]
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
116 PriorityPresets.PRESETS));
117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS)
131 ActionsPresets.PRESETS));
218 NotificationPreset preset = NotificationPresets.PRESETS[
222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
227 // If actions are required, but the no-actions preset was selected, change presets.
229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf
    [all...]
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
116 PriorityPresets.PRESETS));
117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS)
131 ActionsPresets.PRESETS));
218 NotificationPreset preset = NotificationPresets.PRESETS[
222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
227 // If actions are required, but the no-actions preset was selected, change presets.
229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_design.js 7 * @fileoverview Specifications for NTP design, and an accessor to presets.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 8 var presets = [ variable
283 var preset = presets[index];

Completed in 838 milliseconds