Searched refs:setBounds (Results 1 - 25 of 108) sorted by relevance

12345

/packages/apps/Settings/src/com/android/settings/drawable/
H A DInsetBoundsDrawable.java34 public void setBounds(int left, int top, int right, int bottom) { method in class:InsetBoundsDrawable
35 super.setBounds(left + mInsetBoundsSides, top, right - mInsetBoundsSides, bottom);
H A DDrawableWrapper.java48 public void setBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
49 super.setBounds(left, top, right, bottom);
50 mDrawable.setBounds(left, top, right, bottom);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartAxis.java29 public boolean setBounds(long min, long max); method in interface:ChartAxis
H A DInvertedChartAxis.java34 public boolean setBounds(long min, long max) { method in class:InvertedChartAxis
35 return mWrapped.setBounds(min, max);
H A DChartGridView.java96 void setBounds(long start, long end) { method in class:ChartGridView
117 secondary.setBounds(0, (int) y, width, bottom);
130 primary.setBounds((int) x, 0, right, height);
135 mBorder.setBounds(0, 0, width, height);
H A DChartDataUsageView.java232 final boolean changed = mVert.setBounds(0L, newMax);
361 final boolean changed = mHoriz.setBounds(visibleStart, visibleEnd);
362 mGrid.setBounds(visibleStart, visibleEnd);
363 mSeries.setBounds(visibleStart, visibleEnd);
364 mDetailSeries.setBounds(visibleStart, visibleEnd);
398 setBounds(currentTime - DateUtils.DAY_IN_MILLIS * 30, currentTime);
407 public boolean setBounds(long min, long max) { method in class:ChartDataUsageView.TimeAxis
489 public boolean setBounds(long min, long max) { method in class:ChartDataUsageView.DataAxis
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
H A DUtils.java30 drawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight());
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DPieItem.java187 public void setBounds(int left, int top, int right, int bottom) { method in class:PieItem
188 mDrawable.setBounds(left, top, right, bottom);
197 d.setBounds(mDrawable.getBounds());
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCircleBitmapDrawable.java71 mDrawable.setBounds(bounds);
122 setBounds(0, 0, canvas.getWidth(), canvas.getHeight());
124 setBounds(bounds);
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DFlipDrawable.java123 mFront.setBounds(0, 0, 0, 0);
124 mBack.setBounds(0, 0, 0, 0);
126 mFront.setBounds(bounds);
127 mBack.setBounds(bounds);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeIconView.java52 mBackground.setBounds(0, 0, mIconBackgroundSize, mIconBackgroundSize);
67 mIconDrawable.setBounds(mIconBackgroundSize / 2 - mIconDrawableSize / 2,
H A DProgressOverlay.java57 public void setBounds(RectF area) { method in class:ProgressOverlay
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPickerItem.java74 mFrame.setBounds(frameBounds);
76 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(),
H A DHighlightView.java119 mResizeDrawableDiagonal.setBounds(x, y,
143 mResizeDrawableWidth.setBounds(left - widthWidth,
149 mResizeDrawableWidth.setBounds(right - widthWidth,
155 mResizeDrawableHeight.setBounds(xMiddle - heightWidth,
161 mResizeDrawableHeight.setBounds(xMiddle - heightWidth,
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DDrawableTileSource.java80 mDrawable.setBounds(new Rect(0, 0, (int) width, (int) height));
97 mDrawable.setBounds(bounds);
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DTintedDrawableSpan.java43 mDrawable.setBounds(0, 0, iconSize, iconSize);
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorCaretLandscape.java49 caretDrawable.setBounds(0, 0, caretSize, caretSize);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeEffect.java324 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom);
327 mGlow.setBounds(0, 0, mWidth, glowBottom);
338 mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft, edgeBottom);
341 mEdge.setBounds(0, 0, mWidth, edgeBottom);
427 public void setBounds(int left, int top, int right, int bottom) { method in class:EdgeEffect.Drawable
/packages/apps/Camera2/src/com/android/camera/
H A DMultiToggleImageButton.java399 newDrawable.setBounds(0, 0, newDrawable.getIntrinsicWidth(), newDrawable.getIntrinsicHeight());
400 oldDrawable.setBounds(0, oldBitmapOffset, oldDrawable.getIntrinsicWidth(), oldDrawable.getIntrinsicHeight()+oldBitmapOffset);
408 newDrawable.setBounds(0, 0, newDrawable.getIntrinsicWidth(), newDrawable.getIntrinsicHeight());
409 oldDrawable.setBounds(oldBitmapOffset, 0, oldDrawable.getIntrinsicWidth()+oldBitmapOffset, oldDrawable.getIntrinsicHeight());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterBorder.java61 drawable.setBounds(bounds);
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DTransformingTouchDelegate.java51 public void setBounds(int left, int top, int right, int bottom) { method in class:TransformingTouchDelegate
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DDashboardDecorator.java56 mDivider.setBounds(child.getLeft(), top, child.getRight(),
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTargetDrawable.java140 d.setBounds(0, 0, maxWidth, maxHeight);
147 childDrawable.setBounds(0, 0, maxWidth, maxHeight);
150 mDrawable.setBounds(0, 0,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPreloadIconDrawable.java56 setBounds(icon.getBounds());
74 mIcon.setBounds(bounds);
78 mBgDrawable.setBounds(sTempRect);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCling.java225 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
244 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2);
257 mHandTouchGraphic.setBounds(cx + offset, cy + offset,

Completed in 826 milliseconds

12345