HomeSort by relevance Sort by last modified time
    Searched refs:editTitle (Results 1 - 4 of 4) sorted by null

  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 140 String editTitle = extras.getString(NotesDbAdapter.KEY_TITLE);
142 mDbHelper.updateNote(rowId, editTitle, editBody);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 140 String editTitle = extras.getString(NotesDbAdapter.KEY_TITLE);
142 mDbHelper.updateNote(rowId, editTitle, editBody);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 82 Button editTitle = (Button) mMainView.findViewById(R.id.applyEffect);
104 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState);
Editor.java 91 Button editTitle, Button stateButton) {
92 mEditTitle = editTitle;
94 mButton = editTitle;

Completed in 200 milliseconds