OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDragView
(Results
1 - 6
of
6
) 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
228
protected View
mDragView
;
397
if (
mDragView
!= null) {
399
(mDragViewBaselineLeft -
mDragView
.getLeft());
401
mDragView
.setTranslationX(x);
402
mDragView
.setTranslationY(y);
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
220
protected View
mDragView
;
355
mDragView
.setTranslationX(x);
356
mDragView
.setTranslationY(y);
[
all
...]
KeyguardWidgetCarousel.java
127
if (v ==
mDragView
|| v == null) continue;
KeyguardWidgetPager.java
533
if (v ==
mDragView
) continue;
[
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
...]
Completed in 60 milliseconds