/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/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() 155 final Rect bounds = getBounds(); in drawLetterTile() 282 Rect bounds = getBounds(); in toBitmap()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/ |
D | LetterTileDrawable.java | 128 final Rect bounds = getBounds(); in draw() 165 final Rect bounds = getBounds(); in drawLetterTile() 294 Rect bounds = getBounds(); in toBitmap()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | CenterAlignedDynamicDrawableSpan.java | 60 return getDrawable().getBounds().right; in getSize() 81 int transY = bottom - drawable.getBounds().bottom; in draw()
|
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 290 Rect bounds = getBounds(); in draw() 312 mTransparentRegion.set(getBounds()); in getTransparentRegion() 629 updateLayerBounds(getBounds()); in onStateChange() 648 updateLayerBounds(getBounds()); in onLevelChange() 742 clone.setBounds(dr.getBounds()); in ChildDrawable()
|
D | GridTileDrawable.java | 53 double size = getBounds().width(); in draw()
|
/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/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 174 final Rect circleBoundsOg = new Rect(mCircle.getBounds()); in playAnimation() 175 final Rect gradientBoundsOg = new Rect(mGradient.getBounds()); in playAnimation()
|
/packages/apps/Camera2/src/com/android/camera/stats/ |
D | Camera2FaceProxy.java | 36 Camera2FaceProxy convertedFace = new Camera2FaceProxy(face.getBounds(), face.getScore()); in from()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseDraggingActivity.java | 182 Rect bounds = icon.getBounds(); in getActivityLaunchOptions() 325 return new WindowBounds(wm.getBounds(), in getMultiWindowDisplaySize()
|
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/slider/ |
D | SliderSeekBar.java | 53 if (!mThumb.getBounds().contains((int) event.getX(), (int) event.getY())) { in onTouchEvent()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayOfMonthDrawable.java | 53 Rect bounds = getBounds(); in draw()
|
/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/Launcher3/src/com/android/launcher3/util/ |
D | WindowBounds.java | 87 return new WindowBounds(wm.getBounds(), in fromWindowMetrics()
|
/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/Messaging/src/com/android/messaging/ui/ |
D | OrientedBitmapDrawable.java | 83 Gravity.apply(getGravity(), getIntrinsicWidth(), getIntrinsicHeight(), getBounds(), in draw()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | PieItem.java | 175 d.setBounds(drawable.getBounds()); in setImageResource()
|