Searched defs:setBounds (Results 1 - 14 of 14) 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.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 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.java231 final boolean changed = mVert.setBounds(0L, newMax);
360 final boolean changed = mHoriz.setBounds(visibleStart, visibleEnd);
361 mGrid.setBounds(visibleStart, visibleEnd);
362 mSeries.setBounds(visibleStart, visibleEnd);
363 mDetailSeries.setBounds(visibleStart, visibleEnd);
397 setBounds(currentTime - DateUtils.DAY_IN_MILLIS * 30, currentTime);
406 public boolean setBounds(long min, long max) { method in class:ChartDataUsageView.TimeAxis
488 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/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
/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/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 173 milliseconds