OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapCoordInSelfToDescendent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java
413
public float
mapCoordInSelfToDescendent
(View descendant, int[] coord) {
414
return Utilities.
mapCoordInSelfToDescendent
(descendant, this, coord);
[
all
...]
Utilities.java
355
public static float
mapCoordInSelfToDescendent
(View descendant, View root,
[
all
...]
Completed in 102 milliseconds