Searched refs:HandleView (Results 1 – 2 of 2) sorted by relevance
30 public class HandleView extends ImageView { class36 public HandleView(Context context) { in HandleView() method in HandleView40 public HandleView(Context context, AttributeSet attrs) { in HandleView() method in HandleView44 public HandleView(Context context, AttributeSet attrs, int defStyle) { in HandleView() method in HandleView47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0); in HandleView()
185 private HandleView mHandleView;743 mHandleView = (HandleView) findViewById(R.id.all_apps_button); in setupViews()