HomeSort by relevance Sort by last modified time
    Searched refs:mDragView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 43 private ImageView mDragView;
97 if (mDragView != null) {
100 mDragView.getDrawingRect(r);
302 if ((mDragListener != null || mDropListener != null) && mDragView != null) {
308 mDragView.getDrawingRect(r);
397 mDragView = v;
403 int width = mDragView.getWidth();
416 mWindowManager.updateViewLayout(mDragView, mWindowParams);
419 int width = mDragView.getWidth();
431 if (mDragView != null)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 169 @Thunk View mDragView;
273 if (mDragView != null) {
275 (mDragViewBaselineLeft - mDragView.getLeft());
277 mDragView.setTranslationX(x);
278 mDragView.setTranslationY(y);
    [all...]

Completed in 97 milliseconds