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.java72 private final Comparator<NamedGesture> mSorter = new Comparator<NamedGesture>() {
73 public int compare(NamedGesture object1, NamedGesture object2) {
86 private NamedGesture mCurrentRenameGesture;
178 mCurrentRenameGesture = new NamedGesture(); in onRestoreInstanceState()
205 final NamedGesture gesture = (NamedGesture) menuInfo.targetView.getTag(); in onContextItemSelected()
219 private void renameGesture(NamedGesture gesture) { in renameGesture()
275 final NamedGesture renameGesture = mCurrentRenameGesture; in changeGestureName()
282 final NamedGesture gesture = adapter.getItem(i); in changeGestureName()
304 private void deleteGesture(NamedGesture gesture) { in deleteGesture()
318 private class GesturesLoadTask extends AsyncTask<Void, NamedGesture, Integer> {
[all …]