Searched refs:HoverInterceptorView (Results 1 – 2 of 2) sorted by relevance
40 public class HoverInterceptorView extends LinearLayout { class43 public HoverInterceptorView(Context context, AttributeSet attrs) { in HoverInterceptorView() method in HoverInterceptorView
62 private HoverInterceptorView mInterceptor;72 mInterceptor = (HoverInterceptorView) findViewById(R.id.interceptor); in onCreate()