OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mForwardButton
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java
46
private ImageButton
mForwardButton
;
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/
MessageHeaderView.java
123
private View
mForwardButton
;
279
mForwardButton
= findViewById(R.id.forward);
614
setChildVisibility(GONE, mReplyButton, mReplyAllButton,
mForwardButton
,
635
setChildVisibility(normalVis, mPhotoView,
mForwardButton
, mOverflowButton);
650
mForwardButton
, mOverflowButton, mSenderEmailView, mDateView);
[
all
...]
Completed in 7383 milliseconds