Home
last modified time | relevance | path

Searched defs:setBounds (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/src/com/android/settings/drawable/
DInsetBoundsDrawable.java34 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in InsetBoundsDrawable
DDrawableWrapper.java48 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in DrawableWrapper
/packages/apps/Settings/src/com/android/settings/widget/
DChartAxis.java29 public boolean setBounds(long min, long max); in setBounds() method
DInvertedChartAxis.java34 public boolean setBounds(long min, long max) { in setBounds() method in InvertedChartAxis
DChartGridView.java84 void setBounds(long start, long end) { in setBounds() method in ChartGridView
DChartDataUsageView.java473 public boolean setBounds(long min, long max) { in setBounds() method in ChartDataUsageView.TimeAxis
555 public boolean setBounds(long min, long max) { in setBounds() method in ChartDataUsageView.DataAxis
DChartNetworkSeriesView.java143 public void setBounds(long start, long end) { in setBounds() method in ChartNetworkSeriesView
/packages/apps/Gallery2/src/com/android/camera/ui/
DPieItem.java155 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in PieItem
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DRenderingRequest.java143 public void setBounds(Rect bounds) { in setBounds() method in RenderingRequest
/packages/apps/Camera/src/com/android/camera/ui/
DPieItem.java188 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in PieItem
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeEffect.java427 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in EdgeEffect.Drawable
DGLView.java358 private boolean setBounds(int left, int top, int right, int bottom) { in setBounds() method in GLView