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

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
416 firstPageBuilder.setStyle(style);
428 firstPageBuilder.extend(
431 return new Notification[]{ firstPageBuilder.build() };
499 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
504 firstPageBuilder.extend(
507 return new Notification[]{ firstPageBuilder.build() };
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
416 firstPageBuilder.setStyle(style);
428 firstPageBuilder.extend(
431 return new Notification[]{ firstPageBuilder.build() };
499 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
504 firstPageBuilder.extend(
507 return new Notification[]{ firstPageBuilder.build() };
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
416 firstPageBuilder.setStyle(style);
428 firstPageBuilder.extend(
431 return new Notification[]{ firstPageBuilder.build() };
499 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
504 firstPageBuilder.extend(
507 return new Notification[]{ firstPageBuilder.build() };
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 144 TouchAnimator.Builder firstPageBuilder = new Builder();
185 firstPageBuilder.addFloat(tileView, "translationY", mQsPanel.getHeight(), 0);
205 firstPageBuilder.addFloat(tileView, "translationY", mQsPanel.getHeight(), 0);
219 mFirstPageAnimator = firstPageBuilder

Completed in 110 milliseconds