OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:draggabledot
(Results
1 - 6
of
6
) 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
43
<!-- These are attributes used with '
DraggableDot
' drawables in
44
view/DragAndDropActivity.java and view/
DraggableDot
.java -->
45
<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
...]
Completed in 180 milliseconds