Searched refs:dragView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java2281 public FlingAlongVectorAnimatorUpdateListener(View dragView, PointF vel, Rect from, argument
2283 mDragView = dragView;
2308 private Runnable createPostDeleteAnimationRunnable(final View dragView) { argument
2312 int dragViewIndex = indexOfChild(dragView);
2393 removeView(dragView);
2394 onRemoveView(dragView);
2429 final View dragView = mDragView;
2430 from.left = (int) dragView.getTranslationX();
2431 from.top = (int) dragView.getTranslationY();
2432 AnimatorUpdateListener updateCb = new FlingAlongVectorAnimatorUpdateListener(dragView, ve
[all...]

Completed in 47 milliseconds