/packages/apps/Settings/src/com/android/settings/widget/ |
D | ChartDataUsageView.java | 233 final boolean changed = mVert.setBounds(0L, newMax); in updateVertAxisBounds() 362 final boolean changed = mHoriz.setBounds(visibleStart, visibleEnd); in setVisibleRange() 363 mGrid.setBounds(visibleStart, visibleEnd); in setVisibleRange() 364 mSeries.setBounds(visibleStart, visibleEnd); in setVisibleRange() 365 mDetailSeries.setBounds(visibleStart, visibleEnd); in setVisibleRange() 399 setBounds(currentTime - DateUtils.DAY_IN_MILLIS * 30, currentTime); in TimeAxis() 408 public boolean setBounds(long min, long max) { in setBounds() method in ChartDataUsageView.TimeAxis 490 public boolean setBounds(long min, long max) { in setBounds() method in ChartDataUsageView.DataAxis
|
D | ChartGridView.java | 96 void setBounds(long start, long end) { in setBounds() method in ChartGridView 117 secondary.setBounds(0, (int) y, width, bottom); in onDraw() 130 primary.setBounds((int) x, 0, right, height); in onDraw() 135 mBorder.setBounds(0, 0, width, height); in onDraw()
|
D | InvertedChartAxis.java | 34 public boolean setBounds(long min, long max) { in setBounds() method in InvertedChartAxis 35 return mWrapped.setBounds(min, max); in setBounds()
|
D | SetupWizardIllustration.java | 131 mForeground.setBounds(mForegroundBounds); in onLayout() 136 mBackground.setBounds(0, 0, (int) Math.ceil(layoutWidth / mScale), in onLayout()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | EdgeEffect.java | 324 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); in draw() 327 mGlow.setBounds(0, 0, mWidth, glowBottom); in draw() 338 mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft, edgeBottom); in draw() 341 mEdge.setBounds(0, 0, mWidth, edgeBottom); in draw() 427 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in EdgeEffect.Drawable
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
D | FlipDrawable.java | 123 mFront.setBounds(0, 0, 0, 0); in onBoundsChange() 124 mBack.setBounds(0, 0, 0, 0); in onBoundsChange() 126 mFront.setBounds(bounds); in onBoundsChange() 127 mBack.setBounds(bounds); in onBoundsChange()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | HighlightView.java | 119 mResizeDrawableDiagonal.setBounds(x, y, in draw() 143 mResizeDrawableWidth.setBounds(left - widthWidth, in draw() 149 mResizeDrawableWidth.setBounds(right - widthWidth, in draw() 155 mResizeDrawableHeight.setBounds(xMiddle - heightWidth, in draw() 161 mResizeDrawableHeight.setBounds(xMiddle - heightWidth, in draw()
|
D | GalleryPickerItem.java | 74 mFrame.setBounds(frameBounds); in onDraw() 76 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(), in onDraw()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | MultiToggleImageButton.java | 399 … newDrawable.setBounds(0, 0, newDrawable.getIntrinsicWidth(), newDrawable.getIntrinsicHeight()); in combine() 400 …oldDrawable.setBounds(0, oldBitmapOffset, oldDrawable.getIntrinsicWidth(), oldDrawable.getIntrinsi… in combine() 408 … newDrawable.setBounds(0, 0, newDrawable.getIntrinsicWidth(), newDrawable.getIntrinsicHeight()); in combine() 409 …oldDrawable.setBounds(oldBitmapOffset, 0, oldDrawable.getIntrinsicWidth()+oldBitmapOffset, oldDraw… in combine()
|
/packages/apps/Settings/src/com/android/settings/drawable/ |
D | DrawableWrapper.java | 48 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in DrawableWrapper 49 super.setBounds(left, top, right, bottom); in setBounds() 50 mDrawable.setBounds(left, top, right, bottom); in setBounds()
|
D | InsetBoundsDrawable.java | 34 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in InsetBoundsDrawable 35 super.setBounds(left + mInsetBoundsSides, top, right - mInsetBoundsSides, bottom); in setBounds()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | PieItem.java | 187 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in PieItem 188 mDrawable.setBounds(left, top, right, bottom); in setBounds() 197 d.setBounds(mDrawable.getBounds()); in setImageResource()
|
/packages/apps/Camera/src/com/android/camera/ui/ |
D | PieItem.java | 188 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in PieItem 189 mDrawable.setBounds(left, top, right, bottom); in setBounds() 198 d.setBounds(mDrawable.getBounds()); in setImageResource()
|
/packages/apps/Settings/src/com/android/settings/ |
D | ActivityPicker.java | 400 icon.setBounds(x, y, x + width, y + height); in createIconThumbnail() 402 icon.setBounds(mOldBounds); in createIconThumbnail() 415 icon.setBounds(x, y, x + iconWidth, y + iconHeight); in createIconThumbnail() 417 icon.setBounds(mOldBounds); in createIconThumbnail()
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
D | TargetDrawable.java | 140 d.setBounds(0, 0, maxWidth, maxHeight); in resizeDrawables() 147 childDrawable.setBounds(0, 0, maxWidth, maxHeight); in resizeDrawables() 150 mDrawable.setBounds(0, 0, in resizeDrawables()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PreloadIconDrawable.java | 56 setBounds(icon.getBounds()); in PreloadIconDrawable() 74 mIcon.setBounds(bounds); in onBoundsChange() 78 mBgDrawable.setBounds(sTempRect); in onBoundsChange()
|
D | PendingAppWidgetHostView.java | 219 mCenterDrawable.setBounds(mRect); in updateDrawableBounds() 258 mCenterDrawable.setBounds(mRect); in updateDrawableBounds() 264 mSettingIconDrawable.setBounds(mRect); in updateDrawableBounds()
|
D | WidgetPreviewLoader.java | 401 drawable.setBounds(x, 0, x + previewWidth, previewHeight); in generateWidgetPreview() 435 icon.setBounds(hoffset, yoffset, in generateWidgetPreview() 475 icon.setBounds(paddingLeft, paddingTop, in generateShortcutPreview() 485 icon.setBounds(0, 0, appIconSize, appIconSize); in generateShortcutPreview()
|
D | BaseRecyclerViewFastScrollPopup.java | 57 mBg.setBounds(0, 0, mBgOriginalSize, mBgOriginalSize); in BaseRecyclerViewFastScrollPopup() 146 mBg.setBounds(mTmpRect); in draw()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Cling.java | 225 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight()); in dispatchDraw() 244 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2); in dispatchDraw() 257 mHandTouchGraphic.setBounds(cx + offset, cy + offset, in dispatchDraw()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ModeTransitionView.java | 200 mIconDrawable.setBounds(mIconRect); in onLayout() 253 mIconDrawable.setBounds(mPeepHoleCenterX - size / 2, in startPeepHoleAnimation() 276 mIconDrawable.setBounds(mIconRect); in startPeepHoleAnimation()
|
D | ModeIconView.java | 52 mBackground.setBounds(0, 0, mIconBackgroundSize, mIconBackgroundSize); in ModeIconView() 67 mIconDrawable.setBounds(mIconBackgroundSize / 2 - mIconDrawableSize / 2, in setIconDrawable()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | DrawableTileSource.java | 80 mDrawable.setBounds(new Rect(0, 0, (int) width, (int) height)); in getPreview() 97 mDrawable.setBounds(bounds); in getTile()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | RenderingRequest.java | 84 request.setBounds(bounds); in post() 170 public void setBounds(Rect bounds) { in setBounds() method in RenderingRequest
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallTypeIconsView.java | 137 drawable.setBounds(left, 0, right, drawable.getIntrinsicHeight()); in onDraw() 146 drawable.setBounds(left, 0, right, mResources.videoCall.getIntrinsicHeight()); in onDraw()
|