Home
last modified time | relevance | path

Searched refs:getBounds (Results 1 – 25 of 57) sorted by relevance

123

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DBandSelectionUiTest.java42 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()
DFingerSelectionUiTest.java42 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testFingerSelection_outOfRange()
43 Rect firstDoc = bots.directory.findDocument(fileName1).getBounds(); in testFingerSelection_outOfRange()
DContextMenuUiTest.java108 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/
DNormalizedFace.java50 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/
DFastBitmapDrawable.java103 Rect bounds = getBounds(); in draw()
108 drawInternal(canvas, getBounds()); in draw()
174 return getBounds().width(); in getMinimumWidth()
179 return getBounds().height(); in getMinimumHeight()
DLauncherAppTransitionManager.java43 Rect bounds = icon.getBounds(); in getActivityLaunchOptions()
/packages/apps/TV/src/com/android/tv/menu/
DPlaybackProgressBar.java140 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/
DLetterTileDrawable.java182 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/
DLetterTileDrawable.java123 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/
DDynamicAdaptiveIconDrawable.java293 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/
DLiveTileOverlay.java111 canvas.translate(mCurrentRect.centerX() - mIcon.getBounds().width() / 2 * scale, in draw()
112 mCurrentRect.top - mIcon.getBounds().height() / 2 * scale); in draw()
DAllAppsEduView.java124 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/
DBitmapJobDrawable.java85 Rect bounds = getBounds(); in draw()
100 Rect bounds = getBounds(); in updateDrawMatrix()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsBackgroundDrawable.java89 public Rect getBounds() { in getBounds() method in AllAppsBackgroundDrawable.TransformedImageDrawable
90 return mImage.getBounds(); in getBounds()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java61 Rect startCoord = findDocument(startLabel).getBounds(); in gestureSelectFiles()
62 Rect endCoord = findDocument(endLabel).getBounds(); in gestureSelectFiles()
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
DLetterTileDrawable.java103 final Rect bounds = getBounds(); in draw()
143 final Rect bounds = getBounds(); in drawLetterTile()
/packages/apps/Camera2/src/com/android/camera/stats/
DCamera2FaceProxy.java36 Camera2FaceProxy convertedFace = new Camera2FaceProxy(face.getBounds(), face.getScore()); in from()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DActivityPicker.java401 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
416 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
/packages/apps/Settings/src/com/android/settings/
DActivityPicker.java401 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
416 mOldBounds.set(icon.getBounds()); in createIconThumbnail()
/packages/apps/Calendar/src/com/android/calendar/
DDayOfMonthDrawable.java53 Rect bounds = getBounds(); in draw()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/
DCircleBitmapDrawable.java109 Rect bounds = getBounds(); in toBitmap()
/packages/apps/Messaging/src/com/android/messaging/ui/
DOrientedBitmapDrawable.java83 Gravity.apply(getGravity(), getIntrinsicWidth(), getIntrinsicHeight(), getBounds(), in draw()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLCanvas.java216 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/
DSplitScreenBounds.java78 WindowBounds bounds = new WindowBounds(wm.getBounds(), in createDefaultWindowBounds()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieItem.java175 d.setBounds(drawable.getBounds()); in setImageResource()

123