OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dragRegion
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
174
* @param
dragRegion
Coordinates within the bitmap b for the position of item being dragged.
207
* @param
dragRegion
Coordinates within the bitmap b for the position of item being dragged.
211
DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect
dragRegion
,
231
final int dragRegionLeft =
dragRegion
== null ? 0 :
dragRegion
.left;
232
final int dragRegionTop =
dragRegion
== null ? 0 :
dragRegion
.top;
252
if (
dragRegion
!= null) {
253
dragView.setDragRegion(new Rect(
dragRegion
));
CellLayout.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
DragController.java
178
* @param
dragRegion
Coordinates within the bitmap b for the position of item being dragged.
209
* @param
dragRegion
Coordinates within the bitmap b for the position of item being dragged.
214
DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect
dragRegion
,
234
final int dragRegionLeft =
dragRegion
== null ? 0 :
dragRegion
.left;
235
final int dragRegionTop =
dragRegion
== null ? 0 :
dragRegion
.top;
263
if (
dragRegion
!= null) {
264
dragView.setDragRegion(new Rect(
dragRegion
));
CellLayout.java
[
all
...]
Completed in 54 milliseconds