HomeSort by relevance Sort by last modified time
    Searched refs:mDragView (Results 1 - 4 of 4) 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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 213 protected View mDragView;
337 mDragView.setTranslationX(x);
338 mDragView.setTranslationY(y);
    [all...]
KeyguardWidgetCarousel.java 129 if (v == mDragView || v == null) continue;
KeyguardWidgetPager.java 515 if (v == mDragView) continue;
    [all...]

Completed in 390 milliseconds