HomeSort by relevance Sort by last modified time
    Searched defs:onBoundsChange (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 271 notes = "Test onBoundsChange(Rect)",
272 method = "onBoundsChange",
284 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100));
291 mockClipDrawable.onBoundsChange(null);
454 protected void onBoundsChange(Rect bounds) {
455 super.onBoundsChange(bounds);
493 protected void onBoundsChange(Rect bounds) {
494 super.onBoundsChange(bounds);
InsetDrawableTest.java 359 method = "onBoundsChange",
375 insetDrawable.onBoundsChange(r);
384 insetDrawable.onBoundsChange(null);
453 protected void onBoundsChange(Rect bounds) {
454 super.onBoundsChange(bounds);
DrawableContainerTest.java 250 method = "onBoundsChange",
254 + "DrawableContainer#onBoundsChange(Rect) when the param bounds is null.")
259 mDrawableContainer.onBoundsChange(new Rect());
260 mDrawableContainer.onBoundsChange(null);
270 mDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1));
275 mDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1));
280 mDrawableContainer.onBoundsChange(null);
    [all...]
DrawableTest.java 669 method = "onBoundsChange",
675 // onBoundsChange is a non-operation function.
676 mockDrawable.onBoundsChange(new Rect(0, 0, 10, 10));
846 protected void onBoundsChange(Rect bounds) {
847 super.onBoundsChange(bounds);
LayerDrawableTest.java 751 method = "onBoundsChange",
770 // the children's bounds before call onBoundsChange
781 layerDrawable.onBoundsChange(bounds);
783 // all children's bounds will be changed after call onBoundsChange
    [all...]
ScaleDrawableTest.java 395 method = "onBoundsChange",
406 mockScaleDrawable.onBoundsChange(bounds);
422 mockScaleDrawable.onBoundsChange(bounds);
437 mockScaleDrawable.onBoundsChange(bounds);
448 mockScaleDrawable.onBoundsChange(bounds);
739 protected void onBoundsChange(Rect bounds) {
741 super.onBoundsChange(bounds);
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 142 protected void onBoundsChange(Rect bounds) {
143 super.onBoundsChange(bounds);
  /frameworks/base/graphics/java/android/graphics/drawable/
MipmapDrawable.java 115 onBoundsChange(getBounds());
121 protected void onBoundsChange(Rect bounds) {
127 super.onBoundsChange(bounds);
BitmapDrawable.java 360 protected void onBoundsChange(Rect bounds) {
361 super.onBoundsChange(bounds);
ClipDrawable.java 189 protected void onBoundsChange(Rect bounds) {
InsetDrawable.java 214 onBoundsChange(getBounds());
219 protected void onBoundsChange(Rect bounds) {
ScaleDrawable.java 198 onBoundsChange(getBounds());
205 onBoundsChange(getBounds());
211 protected void onBoundsChange(Rect bounds) {
ShapeDrawable.java 284 protected void onBoundsChange(Rect bounds) {
285 super.onBoundsChange(bounds);
AnimatedRotateDrawable.java 197 protected void onBoundsChange(Rect bounds) {
Drawable.java 148 onBoundsChange(mBounds);
653 protected void onBoundsChange(Rect bounds) {}
    [all...]
RotateDrawable.java 159 onBoundsChange(getBounds());
166 onBoundsChange(getBounds());
177 protected void onBoundsChange(Rect bounds) {
DrawableContainer.java 146 protected void onBoundsChange(Rect bounds) {
LayerDrawable.java 460 onBoundsChange(getBounds());
481 onBoundsChange(getBounds());
487 protected void onBoundsChange(Rect bounds) {
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
MipmapDrawableTest.java 230 protected void onBoundsChange(Rect bounds) {
231 super.onBoundsChange(bounds);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 331 milliseconds

1 2