Searched refs:CustomView (Results 1 – 2 of 2) sorted by relevance
75 final CustomView customView = findViewById(R.id.custom_view); in onCreate()81 CustomView.CustomItem itemB = in onCreate()85 CustomView.CustomItem itemC = in onCreate()90 CustomView.CustomItem itemD = in onCreate()101 public static class CustomView extends View { class in ExploreByTouchHelperActivity109 public CustomView(Context context, AttributeSet attrs) { in CustomView() method in ExploreByTouchHelperActivity.CustomView364 node.setParent(CustomView.this, item.mParent.mId); in onPopulateNodeForVirtualView()367 node.addChild(CustomView.this, id); in onPopulateNodeForVirtualView()
26 public class CustomView extends View { class30 public CustomView(Context context, @Nullable AttributeSet attrs) { in CustomView() method in CustomView