You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
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:
@@ -1,5 +1,5 @@
|
||||
package android.graphics.drawable;
|
||||
|
||||
public interface Animatable {
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -9,5 +9,5 @@ public class ScaleDrawable extends Drawable {
|
||||
// TODO Auto-generated method stub
|
||||
throw new UnsupportedOperationException("Unimplemented method 'draw'");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -13,5 +13,5 @@ public class ShapeDrawable extends Drawable {
|
||||
public void setPadding(Rect padding) {}
|
||||
|
||||
public void setShape(Shape shape) {}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user