Searched defs:animView (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java37 public void dismiss(View animView, float velocity); argument
42 public void snap(View animView, float velocity, float targetLeft); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java300 private boolean handleUpEvent(MotionEvent ev, View animView, float velocity) { argument
306 dismiss(animView, velocity);
308 snapBack(animView, velocity);
356 showMenu(animView, menuSnapTarget, velocity);
359 dismiss(animView, velocity);
361 snapBack(animView, velocity);
367 showMenu(animView, menuSnapTarget, velocity);
369 dismiss(animView, velocity);
371 snapBack(animView, velocity);
376 private void showMenu(View animView, floa argument
383 snapBack(View animView, float velocity) argument
390 dismiss(View animView, float velocity) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java205 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { argument
206 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView));
209 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, argument
211 float swipeProgress = getSwipeProgressForOffset(animView, translation);
212 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) {
216 animView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
218 animView.setLayerType(View.LAYER_TYPE_NONE, null);
221 animView.setAlpha(getSwipeAlpha(swipeProgress));
224 invalidateGlobalRegion(animView);
363 dismissChild(final View animView, float velocity, final Runnable endAction, long delay, boolean useAccelerateInterpolator, long fixedDuration, boolean isDismissAll) argument
463 snapChild(final View animView, final float targetLeft, float velocity) argument
525 onTranslationUpdate(View animView, float value, boolean canBeDismissed) argument
691 handleUpEvent(MotionEvent ev, View animView, float velocity, float translation) argument
715 onChildSnappedBack(View animView, float targetLeft) argument
722 updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) argument
732 canChildBeDragged(@onNull View animView) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1143 public void onChildSnappedBack(View animView, float targetLeft) { argument
1144 mAmbientState.onDragFinished(animView);
1146 if (!mDragAnimPendingChildren.contains(animView)) {
1148 mSnappedBackChildren.add(animView);
1154 mDragAnimPendingChildren.remove(animView);
1163 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { argument
4700 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, argument
4703 return mCurrMenuRow.onTouchEvent(animView, ev, velocity);
4724 public void snapChild(final View animView, final float targetLeft, float velocity) { argument
4725 super.snapChild(animView, targetLef
4768 dismiss(View animView, float velocity) argument
4774 snap(View animView, float targetLeft, float velocity) argument
4793 onMenuShown(View animView) argument
[all...]

Completed in 327 milliseconds