Searched refs:mForwardButton (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarTablet.java46 private ImageButton mForwardButton; field in class:NavigationBarTablet
96 mForwardButton = (ImageButton) findViewById(R.id.forward);
105 mForwardButton.setOnClickListener(this);
145 mForwardButton.setImageResource(tab.canGoForward()
167 } else if ((mForwardButton == v) && (mUiController.getCurrentTab() != null)) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java119 private View mForwardButton; field in class:MessageHeaderView
265 mForwardButton = findViewById(R.id.forward);
275 registerMessageClickTargets(mReplyButton, mReplyAllButton, mForwardButton,
617 setChildVisibility(GONE, mReplyButton, mReplyAllButton, mForwardButton,
639 setChildVisibility(normalVis, mPhotoView, mForwardButton, mOverflowButton);
651 mForwardButton, mOverflowButton, mRecipientSummary,

Completed in 108 milliseconds