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 42 private ImageView mDragView;
96 if (mDragView != null) {
99 mDragView.getDrawingRect(r);
301 if ((mDragListener != null || mDropListener != null) && mDragView != null) {
307 mDragView.getDrawingRect(r);
396 mDragView = v;
402 int width = mDragView.getWidth();
415 mWindowManager.updateViewLayout(mDragView, mWindowParams);
418 int width = mDragView.getWidth();
430 if (mDragView != null)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 174 @Thunk View mDragView;
267 if (mDragView != null) {
269 (mDragViewBaselineLeft - mDragView.getLeft());
271 mDragView.setTranslationX(x);
272 mDragView.setTranslationY(y);
    [all...]

Completed in 283 milliseconds