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

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 44 public final Integer[] backgroundIds;
49 boolean vibrate, Integer[] backgroundIds) {
58 this.backgroundIds = backgroundIds;
NotificationPresets.java 409 Integer firstBackground = options.backgroundIds == null
410 ? null : options.backgroundIds[0];
419 Integer secondBackground = options.backgroundIds == null
420 ? null : options.backgroundIds[1];
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 44 public final Integer[] backgroundIds;
49 boolean vibrate, Integer[] backgroundIds) {
58 this.backgroundIds = backgroundIds;
NotificationPresets.java 409 Integer firstBackground = options.backgroundIds == null
410 ? null : options.backgroundIds[0];
419 Integer secondBackground = options.backgroundIds == null
420 ? null : options.backgroundIds[1];
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 44 public final Integer[] backgroundIds;
49 boolean vibrate, Integer[] backgroundIds) {
58 this.backgroundIds = backgroundIds;
NotificationPresets.java 409 Integer firstBackground = options.backgroundIds == null
410 ? null : options.backgroundIds[0];
419 Integer secondBackground = options.backgroundIds == null
420 ? null : options.backgroundIds[1];

Completed in 154 milliseconds