OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dragView
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
96
/** The window token used as the parent for the
DragView
. */
246
final
DragView
dragView
= mDragObject.
dragView
= new
DragView
(mLauncher, b, registrationX,
250
dragView
.setDragVisualizeOffset(new Point(dragOffset));
253
dragView
.setDragRegion(new Rect(dragRegion));
256
dragView
.show(mMotionDownX, mMotionDownY);
358
if (mDragObject.
dragView
!= null) {
361
mDragObject.
dragView
.remove()
[
all
...]
DropTarget.java
49
public
DragView
dragView
= null;
63
/** Defers removing the
DragView
from the DragLayer until after the drop animation. */
124
* @param
dragView
The
DragView
that's being dragged around on screen.
155
* @param
dragView
The
DragView
that's being dragged around on screen.
173
* @param
dragView
The
DragView
that's being dragged around on screen.
/packages/apps/Launcher3/src/com/android/launcher3/
DragController.java
88
/** The window token used as the parent for the
DragView
. */
200
public
DragView
startDrag(Bitmap b, int dragLayerX, int dragLayerY,
234
final
DragView
dragView
= mDragObject.
dragView
= new
DragView
(mLauncher, b, registrationX,
238
dragView
.setDragVisualizeOffset(new Point(dragOffset));
241
dragView
.setDragRegion(new Rect(dragRegion));
245
dragView
.show(mMotionDownX, mMotionDownY);
247
return
dragView
;
[
all
...]
DropTarget.java
49
public
DragView
dragView
= null;
63
/** Defers removing the
DragView
from the DragLayer until after the drop animation. */
124
* @param
dragView
The
DragView
that's being dragged around on screen.
154
* @param
dragView
The
DragView
that's being dragged around on screen.
Folder.java
666
final
DragView
dragView
= d.
dragView
;
668
final float[] r = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset,
dragView
, null);
705
// This is used to compute the visual center of the
dragView
. The idea is that
709
DragView
dragView
, float[] recycle) {
719
// top, as the dragRect is in that case taken to be the entire
dragView
.
725
res[0] = left +
dragView
.getDragRegion().width() / 2;
726
res[1] = top +
dragView
.getDragRegion().height() / 2
[
all
...]
PagedView.java
[
all
...]
/packages/apps/Music/src/com/android/music/
TouchInterceptor.java
327
dragView
(x, y);
400
private void
dragView
(int x, int y) {
Completed in 416 milliseconds