Searched refs:findView (Results 1 – 3 of 3) sorted by relevance
99 return startDrag(mViewFinder.findView(event.getX(), event.getY()), event); in onDragEvent()191 @Nullable View findView(float x, float y); in findView() method
325 public static @Nullable <T> T findView(Activity activity, int... resources) { in findView() method in Shared
164 Shared.findView(this, R.id.dropdown_breadcrumb, R.id.horizontal_breadcrumb); in onCreate()