Searched defs:setBounds (Results 1 - 13 of 13) sorted by relevance

/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 DChartGridView.java100 void setBounds(long start, long end) { method in class:ChartGridView
121 secondary.setBounds(0, (int) y, width, bottom);
134 primary.setBounds((int) x, 0, right, height);
139 mBorder.setBounds(0, 0, width, height);
H A DInvertedChartAxis.java34 public boolean setBounds(long min, long max) { method in class:InvertedChartAxis
35 return mWrapped.setBounds(min, max);
H A DChartNetworkSeriesView.java150 public void setBounds(long start, long end) { method in class:ChartNetworkSeriesView
H A DChartDataUsageView.java229 final boolean changed = mVert.setBounds(0L, newMax);
358 final boolean changed = mHoriz.setBounds(visibleStart, visibleEnd);
359 mGrid.setBounds(visibleStart, visibleEnd);
360 mSeries.setBounds(visibleStart, visibleEnd);
361 mDetailSeries.setBounds(visibleStart, visibleEnd);
395 setBounds(currentTime - DateUtils.DAY_IN_MILLIS * 30, currentTime);
404 public boolean setBounds(long min, long max) { method in class:ChartDataUsageView.TimeAxis
486 public boolean setBounds(long min, long max) { method in class:ChartDataUsageView.DataAxis
/packages/apps/Camera2/src/com/android/camera/ui/
H A DProgressOverlay.java57 public void setBounds(RectF area) { method in class:ProgressOverlay
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequest.java84 request.setBounds(bounds);
170 public void setBounds(Rect bounds) { method in class:RenderingRequest
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DTextDecoratorUi.java148 mAddToDictionaryIndicatorView.setBounds(indicatorBoundsInScreenCoordinates);
205 public void setBounds(final RectF rect) { method in class:TextDecoratorUi.IndicatorView
/packages/apps/Camera/src/com/android/camera/ui/
H A DPieItem.java188 public void setBounds(int left, int top, int right, int bottom) { method in class:PieItem
189 mDrawable.setBounds(left, top, right, bottom);
198 d.setBounds(mDrawable.getBounds());
/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
H A DGLView.java349 boolean sizeChanged = setBounds(left, top, right, bottom);
358 private boolean setBounds(int left, int top, int right, int bottom) { method in class:GLView

Completed in 1633 milliseconds