HomeSort by relevance Sort by last modified time
    Searched full:draggabledot (Results 1 - 7 of 7) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 29 DraggableDot mHiddenDot;
37 DraggableDot dot = (DraggableDot) findViewById(R.id.drag_dot_1);
39 dot = (DraggableDot) findViewById(R.id.drag_dot_2);
41 dot = (DraggableDot) findViewById(R.id.drag_dot_3);
44 mHiddenDot = (DraggableDot) findViewById(R.id.drag_dot_hidden);
DraggableDot.java 33 public class DraggableDot extends View {
34 static final String TAG = "DraggableDot";
83 public DraggableDot(Context context, AttributeSet attrs) {
108 R.styleable.DraggableDot);
128 Log.i(TAG, "DraggableDot @ " + this + " : radius=" + mRadius + " legend='" + mLegend
_index.html 264 href="DraggableDot.html"><code>DraggableDot</code></a> class.) </dd>
  /development/samples/ApiDemos/res/values/
attrs.xml 49 <!-- These are attributes used with 'DraggableDot' drawables in
50 view/DragAndDropActivity.java and view/DraggableDot.java -->
51 <declare-styleable name="DraggableDot">
  /development/samples/ApiDemos/res/layout/
drag_layout.xml 32 <com.example.android.apis.view.DraggableDot
41 <com.example.android.apis.view.DraggableDot
53 <com.example.android.apis.view.DraggableDot
65 <com.example.android.apis.view.DraggableDot
  /frameworks/base/docs/html/guide/topics/ui/
drag-drop.jd 99 <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/DraggableDot.html">
100 DraggableDot.java</a> in <a href="{@docRoot}resources/samples/ApiDemos/index.html">Api Demos</a>.
    [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 832 milliseconds