OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hitRect
(Results
1 - 4
of
4
) 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
153
Rect
hitRect
= new Rect();
158
child.getHitRect(
hitRect
);
159
if (
hitRect
.contains(x, y)) {
180
getDescendantRectRelativeToSelf(currentFolder,
hitRect
);
[
all
...]
/packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp
[
all
...]
Completed in 300 milliseconds