HomeSort by relevance Sort by last modified time
    Searched defs:HandleView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 29 public class HandleView extends ImageView {
35 public HandleView(Context context) {
39 public HandleView(Context context, AttributeSet attrs) {
43 public HandleView(Context context, AttributeSet attrs, int defStyle) {
46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HandleView.java 32 public class HandleView extends ImageView {
51 public void onMoveBegin(HandleView view);
60 public boolean onMove(HandleView view, int left, int delta);
69 public void onMoveEnd(HandleView view, int left, int delta);
72 public HandleView(Context context, AttributeSet attrs, int defStyle) {
81 public HandleView(Context context, AttributeSet attrs) {
85 public HandleView(Context context) {
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 695 milliseconds