OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDescendantRectRelativeToSelf
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java
107
getDescendantRectRelativeToSelf
(folder.getEditTextRegion(), mHitRect);
115
getDescendantRectRelativeToSelf
(folder, mHitRect);
149
getDescendantRectRelativeToSelf
(currentFolder, hitRect);
297
public float
getDescendantRectRelativeToSelf
(View descendant, Rect r) {
786
getDescendantRectRelativeToSelf
(workspace.getChildAt(0), childRect);
Folder.java
799
float scale = parent.
getDescendantRectRelativeToSelf
(mFolderIcon, mTempRect);
814
parent.
getDescendantRectRelativeToSelf
(boundingLayout, bounds);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java
137
getDescendantRectRelativeToSelf
(folder.getEditTextRegion(), mHitRect);
145
getDescendantRectRelativeToSelf
(folder, mHitRect);
180
getDescendantRectRelativeToSelf
(currentFolder, hitRect);
335
public float
getDescendantRectRelativeToSelf
(View descendant, Rect r) {
[
all
...]
Folder.java
[
all
...]
Completed in 26 milliseconds