Skip to content

Commit

Permalink
added getBaseScale method
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth74 committed Aug 20, 2013
1 parent adfd959 commit 01f5a69
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,10 @@ public float getRotation() {
public float getScale() {
return getScale( mSuppMatrix );
}

public float getBaseScale() {
return getScale( mBaseMatrix );
}

protected void center( boolean horizontal, boolean vertical ) {
final Drawable drawable = getDrawable();
Expand Down

0 comments on commit 01f5a69

Please sign in to comment.