HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 228 private ImageView mDragView;
655 mDragView = new ImageView(context);
656 mDragView.setImageBitmap(mDragBitmap);
657 mDragView.setAlpha(160);
667 mWindowManager.addView(mDragView, mWindowParams);
739 if (mDragView != null) {
740 mDragView.setVisibility(INVISIBLE);
741 mWindowManager.removeView(mDragView);
742 mDragView.setImageDrawable(null);
743 mDragView = null
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 220 protected View mDragView;
355 mDragView.setTranslationX(x);
356 mDragView.setTranslationY(y);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 228 protected View mDragView;
399 if (mDragView != null) {
401 (mDragViewBaselineLeft - mDragView.getLeft());
403 mDragView.setTranslationX(x);
404 mDragView.setTranslationY(y);
    [all...]

Completed in 1213 milliseconds