OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDescendantRectRelativeToSelf
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java
108
getDescendantRectRelativeToSelf
(folder.getEditTextRegion(), mHitRect);
116
getDescendantRectRelativeToSelf
(folder, mHitRect);
150
getDescendantRectRelativeToSelf
(currentFolder, hitRect);
270
public float
getDescendantRectRelativeToSelf
(View descendant, Rect r) {
749
getDescendantRectRelativeToSelf
(workspace.getChildAt(0), childRect);
Folder.java
808
parent.
getDescendantRectRelativeToSelf
(mFolderIcon, mTempRect);
823
parent.
getDescendantRectRelativeToSelf
(boundingLayout, bounds);
[
all
...]
FolderIcon.java
358
scaleRelativeToDragLayer = dragLayer.
getDescendantRectRelativeToSelf
(this, to);
Workspace.java
[
all
...]
Completed in 2771 milliseconds