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

  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 72 public static <T extends View> T getViewOrNull(Activity parent, int viewId) {
78 public static <T extends View> T getViewOrNull(View parent, int viewId) {
MessageViewFragment.java 216 mForwardButton = UiUtilities.getViewOrNull(view, R.id.forward);
220 mMoreButton = UiUtilities.getViewOrNull(view, R.id.more);
MessageCompose.java 704 ViewGroup toParent = UiUtilities.getViewOrNull(this, R.id.to_content);
756 final View addCcBccView = UiUtilities.getViewOrNull(this, R.id.add_cc_bcc);
762 final View addAttachmentView = UiUtilities.getViewOrNull(this, R.id.add_attachment);
    [all...]

Completed in 92 milliseconds