Home
last modified time | relevance | path

Searched defs:animView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java136 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack()
192 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
204 protected void updateSwipeProgressAlpha(View animView, float alpha) { in updateSwipeProgressAlpha()
211 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe()
236 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState()
272 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState()
354 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild()
359 protected void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
400 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength()
438 public void dismiss(View animView, float velocity) { in dismiss()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java254 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset()
258 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset()
415 public void dismissChild(final View animView, float velocity, final Consumer<Boolean> endAction, in dismissChild()
518 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength()
536 protected void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
583 private void cancelTranslateAnimation(View animView) { in cancelTranslateAnimation()
597 protected void updateSwipeProgressAlpha(View animView, float alpha) { in updateSwipeProgressAlpha()
604 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack()
626 public void onTranslationUpdate(View animView, float value, boolean canBeDismissed) { in onTranslationUpdate()
821 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
[all …]
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java37 public void dismiss(View animView, float velocity); in dismiss()
42 public void snapOpen(View animView, int targetLeft, float velocity); in snapOpen()