x.java 1018 Bytes
import android.support.v4.view.ViewCompat;
import android.view.View;

public final class x
{
  public int a;
  public int b;
  public int c;
  private final View d;
  private int e;
  
  public x(View paramView)
  {
    this.d = paramView;
  }
  
  private void b()
  {
    ViewCompat.offsetTopAndBottom(this.d, this.b - (this.d.getTop() - this.a));
    ViewCompat.offsetLeftAndRight(this.d, this.c - (this.d.getLeft() - this.e));
  }
  
  public final void a()
  {
    this.a = this.d.getTop();
    this.e = this.d.getLeft();
    b();
  }
  
  public final boolean a(int paramInt)
  {
    if (this.b != paramInt)
    {
      this.b = paramInt;
      b();
      return true;
    }
    return false;
  }
  
  public final boolean b(int paramInt)
  {
    if (this.c != paramInt)
    {
      this.c = paramInt;
      b();
      return true;
    }
    return false;
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/x.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */