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 101 if (ev.animationType ==
105 if (ev.animationType ==
110 if (ev.animationType == NotificationStackScrollLayout.AnimationEvent
StackStateAnimator.java 336 switch (event.animationType) {
    [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/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 580 int animationType;
599 animationType = ANIMATION_TYPE_DRAG;
601 animationType = ANIMATION_TYPE_SWIPE_SUCCESS;
603 animationType = ANIMATION_TYPE_SWIPE_CANCEL;
608 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType,
637 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/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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
Launcher.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 559 milliseconds