Home
last modified time | relevance | path

Searched refs:descendant (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java297 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/dragndrop/
DDragLayer.java383 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() argument
386 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf()
389 (int) (mTmpXY[0] + scale * descendant.getMeasuredWidth()), in getDescendantRectRelativeToSelf()
390 (int) (mTmpXY[1] + scale * descendant.getMeasuredHeight())); in getDescendantRectRelativeToSelf()
400 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() argument
401 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf()
416 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, in getDescendantCoordRelativeToSelf() argument
418 return Utilities.getDescendantCoordRelativeToAncestor(descendant, this, in getDescendantCoordRelativeToSelf()
425 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant() argument
426 Utilities.mapCoordInSelfToDescendant(descendant, this, coord); in mapCoordInSelfToDescendant()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java406 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/apps/Launcher3/src/com/android/launcher3/
DUtilities.java163 View descendant, View ancestor, int[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument
168 View v = descendant; in getDescendantCoordRelativeToAncestor()
172 if (v != descendant || includeRootScroll) { in getDescendantCoordRelativeToAncestor()
193 public static void mapCoordInSelfToDescendant(View descendant, View root, int[] coord) { in mapCoordInSelfToDescendant() argument
195 View v = descendant; in mapCoordInSelfToDescendant()
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...