/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 347 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() argument 350 mTmpRectPoints[2] = descendant.getWidth(); in getDescendantRectRelativeToSelf() 351 mTmpRectPoints[3] = descendant.getHeight(); in getDescendantRectRelativeToSelf() 352 float s = getDescendantCoordRelativeToSelf(descendant, mTmpRectPoints); in getDescendantRectRelativeToSelf() 366 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() argument 369 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf() 374 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord) { in getDescendantCoordRelativeToSelf() argument 375 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf() 390 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord, in getDescendantCoordRelativeToSelf() argument 392 return Utilities.getDescendantCoordRelativeToAncestor(descendant, this, in getDescendantCoordRelativeToSelf() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 537 BrowseNode descendant = target; in getEldestChild() local 542 while (!ancestor.equals(descendant.mParent)) { in getEldestChild() 543 descendant = descendant.mParent; in getEldestChild() 544 if (descendant == null) { in getEldestChild() 548 if (DBG) Log.d(TAG, "NAVIGATING Descendant" + descendant.toString()); in getEldestChild() 549 return descendant; in getEldestChild()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 164 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument 165 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor() 185 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() argument 189 View v = descendant; in getDescendantCoordRelativeToAncestor() 193 if (v != descendant || includeRootScroll) { in getDescendantCoordRelativeToAncestor() 223 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant() argument 225 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/ |
D | SettingsSliceProvider.java | 314 for (Uri descendant : descendants) { in grantWhitelistedPackagePermissions() 316 sliceManager.grantSlicePermission(toPackage, descendant); in grantWhitelistedPackagePermissions()
|
/packages/apps/Settings/src/com/android/settings/slices/ |
D | SettingsSliceProvider.java | 330 for (Uri descendant : descendants) { in grantWhitelistedPackagePermissions() 332 sliceManager.grantSlicePermission(toPackage, descendant); in grantWhitelistedPackagePermissions()
|
/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 | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
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, ... |