Home
last modified time | relevance | path

Searched refs:HandleView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHandleView.java30 public class HandleView extends ImageView { class
36 public HandleView(Context context) { in HandleView() method in HandleView
40 public HandleView(Context context, AttributeSet attrs) { in HandleView() method in HandleView
44 public HandleView(Context context, AttributeSet attrs, int defStyle) { in HandleView() method in HandleView
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0); in HandleView()
DLauncher.java185 private HandleView mHandleView;
743 mHandleView = (HandleView) findViewById(R.id.all_apps_button); in setupViews()