Searched refs:descendant (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 297 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() argument 300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf() 302 mTmpXY[0] + descendant.getWidth(), mTmpXY[1] + descendant.getHeight()); in getDescendantRectRelativeToSelf() 322 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() argument 325 descendant.getMatrix().mapPoints(pt); in getDescendantCoordRelativeToSelf() 326 scale *= descendant.getScaleX(); in getDescendantCoordRelativeToSelf() 327 pt[0] += descendant.getLeft(); in getDescendantCoordRelativeToSelf() 328 pt[1] += descendant.getTop(); in getDescendantCoordRelativeToSelf() 329 ViewParent viewParent = descendant.getParent(); in getDescendantCoordRelativeToSelf()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 371 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() argument 374 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf() 377 (int) (mTmpXY[0] + scale * descendant.getMeasuredWidth()), in getDescendantRectRelativeToSelf() 378 (int) (mTmpXY[1] + scale * descendant.getMeasuredHeight())); in getDescendantRectRelativeToSelf() 388 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() argument 389 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf() 404 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, in getDescendantCoordRelativeToSelf() argument 406 return Utilities.getDescendantCoordRelativeToParent(descendant, this, in getDescendantCoordRelativeToSelf() 413 public float mapCoordInSelfToDescendent(View descendant, int[] coord) { in mapCoordInSelfToDescendent() argument 414 return Utilities.mapCoordInSelfToDescendent(descendant, this, coord); in mapCoordInSelfToDescendent()
|
D | Utilities.java | 317 public static float getDescendantCoordRelativeToParent(View descendant, View root, in getDescendantCoordRelativeToParent() argument 323 View v = descendant; in getDescendantCoordRelativeToParent() 336 if (v0 != descendant || includeRootScroll) { in getDescendantCoordRelativeToParent() 355 public static float mapCoordInSelfToDescendent(View descendant, View root, in mapCoordInSelfToDescendent() argument 361 View v = descendant; in mapCoordInSelfToDescendent()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 406 public boolean getBoundsOf(GLView descendant, Rect out) { in getBoundsOf() argument 409 GLView view = descendant; in getBoundsOf() 417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(), in getBoundsOf() 418 yoffset + descendant.getHeight()); in getBoundsOf()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|