OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hitRect
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java
123
Rect
hitRect
= new Rect();
128
child.getHitRect(
hitRect
);
129
if (
hitRect
.contains(x, y)) {
149
getDescendantRectRelativeToSelf(currentFolder,
hitRect
);
/packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java
168
Rect
hitRect
= new Rect();
173
child.getHitRect(
hitRect
);
174
if (
hitRect
.contains(x, y)) {
[
all
...]
Completed in 69 milliseconds