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

  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
InfoBarTestAnimationListener.java 70 public void notifyAnimationFinished(int animationType) {
71 switch(animationType) {
83 "Animation finished for unknown type " + animationType);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 100 if (ev.animationType ==
104 if (ev.animationType ==
StackStateAnimator.java 276 switch (event.animationType) {
    [all...]
NotificationStackScrollLayout.java     [all...]
  /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/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/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/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/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)
  /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)
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 54 void notifyAnimationFinished(int animationType);
65 public int animationType;
73 animationType = type;
345 if (info.animationType == AnimationHelper.ANIMATION_TYPE_SHOW) {
365 private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int animationType) {
366 InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow, animationType);
441 if (info.animationType == AnimationHelper.ANIMATION_TYPE_SHOW) {
452 mAnimation = new AnimationHelper(this, targetView, info.target, toShow, info.animationType);
AnimationHelper.java 66 * @param animationType Type of animation being performed.
69 View toShow, int animationType) {
75 mAnimationType = animationType;
  /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 701 final int animationType = pendingOptions.getAnimationType();
702 switch (animationType) {
723 boolean scaleUp = (animationType == ActivityOptions.ANIM_THUMBNAIL_SCALE_UP);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
Launcher.java 698 int animationType = 0;
702 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
717 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
729 animationType, boundWidget, true);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
Launcher.java     [all...]

Completed in 1603 milliseconds