Home
last modified time | relevance | path

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

/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java355 final NamedGesture namedGesture = new NamedGesture(); in doInBackground() local
356 namedGesture.gesture = gesture; in doInBackground()
357 namedGesture.name = name; in doInBackground()
359 mAdapter.addBitmap(namedGesture.gesture.getID(), bitmap); in doInBackground()
360 publishProgress(namedGesture); in doInBackground()