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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java172 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { argument
173 float swipeProgress = getSwipeProgressForOffset(animView);
174 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) {
178 animView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
180 animView.setLayerType(View.LAYER_TYPE_NONE, null);
182 animView.setAlpha(getSwipeProgressForOffset(animView));
185 invalidateGlobalRegion(animView);
311 final View animView = mCallback.getChildContentView(view);
317 || (velocity == 0 && getTranslation(animView) <
493 onChildSnappedBack(View animView) argument
500 updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java601 public void onChildSnappedBack(View animView) { argument
602 mAmbientState.onDragFinished(animView);
603 if (!mDragAnimPendingChildren.contains(animView)) {
605 mSnappedBackChildren.add(animView);
611 mDragAnimPendingChildren.remove(animView);
616 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { argument
617 if (!mIsExpanded && isPinnedHeadsUp(animView) && canChildBeDismissed(animView)) {
618 mScrimController.setTopHeadsUpDragAmount(animView,

Completed in 76 milliseconds