/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 366 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() argument 369 mTmpRectPoints[2] = descendant.getWidth(); in getDescendantRectRelativeToSelf() 370 mTmpRectPoints[3] = descendant.getHeight(); in getDescendantRectRelativeToSelf() 371 float s = getDescendantCoordRelativeToSelf(descendant, mTmpRectPoints); in getDescendantRectRelativeToSelf() 385 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() argument 388 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf() 393 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord) { in getDescendantCoordRelativeToSelf() argument 394 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf() 409 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord, in getDescendantCoordRelativeToSelf() argument 411 return Utilities.getDescendantCoordRelativeToAncestor(descendant, this, in getDescendantCoordRelativeToSelf() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 540 BrowseNode descendant = target; in getEldestChild() local 545 while (!ancestor.equals(descendant.mParent)) { in getEldestChild() 546 descendant = descendant.mParent; in getEldestChild() 547 if (descendant == null) { in getEldestChild() 551 if (DBG) Log.d(TAG, "NAVIGATING Descendant" + descendant.toString()); in getEldestChild() 552 return descendant; in getEldestChild()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetView.java | 307 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition() argument 308 float[] points = new float[]{0, 0, descendant.getWidth(), descendant.getHeight()}; in getRelativePosition() 309 Utilities.getDescendantCoordRelativeToAncestor(descendant, ancestor, points, in getRelativePosition()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 194 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument 195 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor() 213 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() argument 216 View v = descendant; in getDescendantCoordRelativeToAncestor() 220 if (v != descendant || includeRootScroll) { in getDescendantCoordRelativeToAncestor() 265 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant() argument 267 View v = descendant; in mapCoordInSelfToDescendant()
|
/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/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Utils.java | 304 @NonNull AccessibilityNodeInfo descendant) { in isDescendant() argument 305 AccessibilityNodeInfo parent = descendant.getParent(); in isDescendant()
|
/packages/apps/Settings/src/com/android/settings/slices/ |
D | SettingsSliceProvider.java | 381 for (Uri descendant : descendants) { in grantAllowlistedPackagePermissions() 383 sliceManager.grantSlicePermission(toPackage, descendant); in grantAllowlistedPackagePermissions()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |