package com.tealium.library;

import android.graphics.Point;
import android.graphics.Rect;
import android.view.View;

final class U
  implements P.a
{
  private final Rect a = new Rect();
  private View b;

  final U a(View paramView)
  {
    this.b = paramView;
    return this;
  }

  public final void a()
  {
    Tealium.track(this.b, Tealium.map(new String[] { "autotracked", "true" }), "link");
    this.b = null;
  }

  public final boolean a(Point paramPoint)
  {
    this.b.getGlobalVisibleRect(this.a);
    if (!this.a.contains(paramPoint.x, paramPoint.y))
    {
      this.b = null;
      return false;
    }
    return true;
  }

  public final void b()
  {
    this.b = null;
  }

  public final View c()
  {
    return this.b;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.tealium.library.U
 * JD-Core Version:    0.6.2
 */