Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DDragAndDropDemo.java28 TextView mResultText; field in DragAndDropDemo
47 mResultText = (TextView) findViewById(R.id.drag_result_text); in onCreate()
48 mResultText.setOnDragListener(new View.OnDragListener() { in onCreate()
65 mResultText.setText(dropped ? "Dropped!" : "No drop"); in onCreate()
/development/apps/Development/src/com/android/development/
DHttpEngineActivity.java52 private TextView mResultText; field in HttpEngineActivity
100 mResultText.setText(text); in onSucceeded()
116 mResultText.setText(text); in onFailed()
132 mResultText = (TextView) findViewById(R.id.resultView); in onCreate()