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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 127 if (ev.animationType ==
131 if (ev.animationType == NotificationStackScrollLayout.AnimationEvent
134 } else if (ev.animationType == NotificationStackScrollLayout.AnimationEvent
StackStateAnimator.java 243 switch (event.animationType) {
361 if (event.animationType ==
374 } else if (event.animationType ==
420 } else if (event.animationType ==
426 } else if (event.animationType == NotificationStackScrollLayout
430 } else if (event.animationType == NotificationStackScrollLayout
437 } else if (event.animationType == NotificationStackScrollLayout
442 } else if (event.animationType == NotificationStackScrollLayout
456 } else if (event.animationType == NotificationStackScrollLayout
458 event.animationType == NotificationStackScrollLayou
    [all...]
NotificationStackScrollLayout.java     [all...]
  /developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 101 * @param animationType Defined by constants in ConfirmationActivity.
104 private void startConfirmationActivity(int animationType, String message) {
107 .putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE, animationType)
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 101 * @param animationType Defined by constants in ConfirmationActivity.
104 private void startConfirmationActivity(int animationType, String message) {
107 .putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE, animationType)
  /development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
CheckInAndDeleteDataItemsService.java 101 * @param animationType Defined by constants in ConfirmationActivity.
104 private void startConfirmationActivity(int animationType, String message) {
107 .putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE, animationType)
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java 98 private void startConfirmationActivity(int animationType, String message) {
101 .putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE, animationType)
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java 98 private void startConfirmationActivity(int animationType, String message) {
101 .putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE, animationType)
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DeleteService.java 98 private void startConfirmationActivity(int animationType, String message) {
101 .putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE, animationType)
  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 574 int animationType;
593 animationType = ANIMATION_TYPE_DRAG;
595 animationType = ANIMATION_TYPE_SWIPE_SUCCESS;
597 animationType = ANIMATION_TYPE_SWIPE_CANCEL;
602 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType,
631 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType,
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ItemTouchHelper.java 597 int animationType;
616 animationType = ANIMATION_TYPE_DRAG;
618 animationType = ANIMATION_TYPE_SWIPE_SUCCESS;
620 animationType = ANIMATION_TYPE_SWIPE_CANCEL;
625 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType,
654 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType,
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 410 * @param animationType type of animation that will happen to the shade
416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId,
422 mAnimationType = animationType;
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 701 int animationType = 0;
705 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
718 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
723 animationType, boundWidget, true);
    [all...]
Workspace.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
Launcher.java 724 int animationType = 0;
728 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
743 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
755 animationType, boundWidget, true);
    [all...]

Completed in 319 milliseconds