Searched defs:mDeleteButton (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeAttachmentTile.java13 private ImageButton mDeleteButton; field in class:ComposeAttachmentTile
33 mDeleteButton = (ImageButton) findViewById(R.id.attachment_tile_close_button);
38 mDeleteButton.setOnClickListener(clickListener);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DContactsDumpActivity.java44 private Button mDeleteButton; field in class:ContactsDumpActivity
60 mDeleteButton = (Button) findViewById(R.id.delete);
65 mDeleteButton.setEnabled(DataExporter.dumpFileExists(this));
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebugActivity.java49 private Button mDeleteButton; field in class:CalendarDebugActivity
68 mDeleteButton = (Button) findViewById(R.id.delete);
75 mDeleteButton.setEnabled(fileExist);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DButtonSwitcher.java49 private Button mDeleteButton; field in class:ButtonSwitcher
73 mDeleteButton = (Button)findViewById(R.id.dict_delete_button);
92 return mDeleteButton;
122 mDeleteButton.setTranslationX(STATUS_DELETE == status ? 0 : width);
151 mDeleteButton.setOnClickListener(mOnClickListener);

Completed in 304 milliseconds