/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | BandSelectionUiTest.java | 42 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testBandSelection_allFiles() 43 Rect startDir = bots.directory.findDocument(dirName1).getBounds(); in testBandSelection_allFiles() 53 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testBandSelection_someFiles() 54 Rect startDoc = bots.directory.findDocument(fileNameNoRename).getBounds(); in testBandSelection_someFiles() 55 Rect endDoc = bots.directory.findDocument(fileName1).getBounds(); in testBandSelection_someFiles()
|
D | FingerSelectionUiTest.java | 42 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testFingerSelection_outOfRange() 43 Rect firstDoc = bots.directory.findDocument(fileName1).getBounds(); in testFingerSelection_outOfRange()
|
D | ContextMenuUiTest.java | 108 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testContextMenu_onEmptyArea() 109 Rect dirBounds = bots.directory.findDocument(dirName1).getBounds(); in testContextMenu_onEmptyArea()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | NormalizedFace.java | 50 if (face.getBounds() != null) { in NormalizedFace() 52 bounds.left = (float) (face.getBounds().left - offX) / dX; in NormalizedFace() 53 bounds.top = (float) (face.getBounds().top - offY) / dY; in NormalizedFace() 54 bounds.right = (float) (face.getBounds().right - offX) / dX; in NormalizedFace() 55 bounds.bottom = (float) (face.getBounds().bottom - offY) / dY; in NormalizedFace()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FastBitmapDrawable.java | 103 Rect bounds = getBounds(); in draw() 108 drawInternal(canvas, getBounds()); in draw() 174 return getBounds().width(); in getMinimumWidth() 179 return getBounds().height(); in getMinimumHeight()
|
D | LauncherAppTransitionManager.java | 43 Rect bounds = icon.getBounds(); in getActivityLaunchOptions()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | PlaybackProgressBar.java | 140 Rect oldBounds = drawable.getBounds(); in setProgressBound() 148 int width = mProgressDrawable.getBounds().width(); in setProgressBound() 149 int height = mProgressDrawable.getBounds().height(); in setProgressBound()
|
/packages/apps/Dialer/java/com/android/dialer/lettertile/ |
D | LetterTileDrawable.java | 182 final Rect bounds = getBounds(); in draw() 202 final Rect bounds = getBounds(); in drawLetterTile() 292 outline.setOval(getBounds()); in getOutline() 294 outline.setRect(getBounds()); in getOutline()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | LetterTileDrawable.java | 123 final Rect bounds = getBounds(); in draw() 159 final Rect bounds = getBounds(); in drawLetterTile() 287 Rect bounds = getBounds(); in toBitmap()
|
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 293 Rect bounds = getBounds(); in draw() 315 mTransparentRegion.set(getBounds()); in getTransparentRegion() 632 updateLayerBounds(getBounds()); in onStateChange() 651 updateLayerBounds(getBounds()); in onLevelChange() 745 clone.setBounds(dr.getBounds()); in ChildDrawable()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | LiveTileOverlay.java | 111 canvas.translate(mCurrentRect.centerX() - mIcon.getBounds().width() / 2 * scale, in draw() 112 mCurrentRect.top - mIcon.getBounds().height() / 2 * scale); in draw()
|
D | AllAppsEduView.java | 124 final Rect circleBoundsOg = new Rect(mCircle.getBounds()); in playAnimation() 125 final Rect gradientBoundsOg = new Rect(mGradient.getBounds()); in playAnimation()
|
/packages/apps/Gallery2/src/com/android/photos/shims/ |
D | BitmapJobDrawable.java | 85 Rect bounds = getBounds(); in draw() 100 Rect bounds = getBounds(); in updateDrawMatrix()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsBackgroundDrawable.java | 89 public Rect getBounds() { in getBounds() method in AllAppsBackgroundDrawable.TransformedImageDrawable 90 return mImage.getBounds(); in getBounds()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | GestureBot.java | 61 Rect startCoord = findDocument(startLabel).getBounds(); in gestureSelectFiles() 62 Rect endCoord = findDocument(endLabel).getBounds(); in gestureSelectFiles()
|
/packages/apps/Contacts/src/com/android/contacts/lettertiles/ |
D | LetterTileDrawable.java | 103 final Rect bounds = getBounds(); in draw() 143 final Rect bounds = getBounds(); in drawLetterTile()
|
/packages/apps/Camera2/src/com/android/camera/stats/ |
D | Camera2FaceProxy.java | 36 Camera2FaceProxy convertedFace = new Camera2FaceProxy(face.getBounds(), face.getScore()); in from()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | ActivityPicker.java | 401 mOldBounds.set(icon.getBounds()); in createIconThumbnail() 416 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
|
/packages/apps/Settings/src/com/android/settings/ |
D | ActivityPicker.java | 401 mOldBounds.set(icon.getBounds()); in createIconThumbnail() 416 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayOfMonthDrawable.java | 53 Rect bounds = getBounds(); in draw()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/ |
D | CircleBitmapDrawable.java | 109 Rect bounds = getBounds(); in toBitmap()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | OrientedBitmapDrawable.java | 83 Gravity.apply(getGravity(), getIntrinsicWidth(), getIntrinsicHeight(), getBounds(), in draw()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 216 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); in getBounds() method
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitScreenBounds.java | 78 WindowBounds bounds = new WindowBounds(wm.getBounds(), in createDefaultWindowBounds()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | PieItem.java | 175 d.setBounds(drawable.getBounds()); in setImageResource()
|