run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/

This commit is contained in:
Mis012
2025-02-05 16:27:17 +01:00
parent 1d2450443e
commit ab5b600bf1
148 changed files with 9559 additions and 9529 deletions

View File

@@ -1,5 +1,5 @@
package android.graphics.drawable;
public interface Animatable {
}

View File

@@ -71,7 +71,7 @@ public class Drawable {
public int getChangingConfigurations() {
return Drawable.this.getChangingConfigurations();
}
};
}
@@ -127,7 +127,7 @@ public class Drawable {
public void invalidateSelf() {
native_invalidate(paintable);
/* this shouldn't ever be needed with Gtk, but let's play it safe for now */
if (this.callback != null) {
callback.invalidateDrawable(this);

View File

@@ -9,5 +9,5 @@ public class ScaleDrawable extends Drawable {
// TODO Auto-generated method stub
throw new UnsupportedOperationException("Unimplemented method 'draw'");
}
}

View File

@@ -13,5 +13,5 @@ public class ShapeDrawable extends Drawable {
public void setPadding(Rect padding) {}
public void setShape(Shape shape) {}
}