Home
last modified time | relevance | path

Searched refs:preset (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java82 NotificationPreset preset = NotificationPresets.PRESETS[ in onCreate() local
84 updateTextEditors(preset); in onCreate()
172 private void updateTextEditors(NotificationPreset preset) { in updateTextEditors() argument
173 mTitleEditText.setText(getString(preset.titleResId)); in updateTextEditors()
174 mTextEditText.setText(getString(preset.textResId)); in updateTextEditors()
175 if (preset == NotificationPresets.BASIC) { in updateTextEditors()
218 NotificationPreset preset = NotificationPresets.PRESETS[ in postNotifications() local
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) { in postNotifications()
242 Notification[] notifications = preset.buildNotifications(this, options); in postNotifications()
268 NotificationPreset preset = NotificationPresets.PRESETS[position]; in onItemSelected() local
[all …]
/development/tools/winscope/
D.babelrc3 "@babel/preset-env"
Dwebpack.config.prod.js44 preset: ['default', {discardComments: {removeAll: true}}], property
Dyarn.lock757 "@babel/preset-env@^7.14.7":
759 …resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b0…
828 "@babel/preset-modules" "^0.1.4"
836 "@babel/preset-modules@^0.1.4":
838 …resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c6…
2632 cssnano-preset-default@^4.0.8:
2634 …resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#9…
2696 cssnano-preset-default "^4.0.8"
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DMainActivity.java63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; in updateNotification() local
64 Notification notif = preset.buildNotification(this); in updateNotification()