OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackButton
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java
49
private ImageButton
mBackButton
;
171
mBackButton
= new ImageButton(mContext);
172
mBackButton
.setImageResource(R.drawable.ic_back_hierarchy_holo_dark);
177
mBackButton
.setBackgroundResource(resid);
178
mBackButton
.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT,
180
mBackButton
.setOnClickListener(this);
181
mBackButton
.setVisibility(View.GONE);
182
mBackButton
.setContentDescription(mContext.getText(
184
addView(
mBackButton
, 0);
230
mBackButton
.setVisibility(View.VISIBLE)
[
all
...]
NavigationBarTablet.java
45
private ImageButton
mBackButton
;
95
mBackButton
= (ImageButton) findViewById(R.id.back);
104
mBackButton
.setOnClickListener(this);
142
mBackButton
.setImageResource(tab.canGoBack()
165
if ((
mBackButton
== v) && (mUiController.getCurrentTab() != null)) {
/packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java
102
private Button
mBackButton
;
191
mBackButton
= (Button)findViewById(R.id.wifi_setup_cancel);
192
mBackButton
.setOnClickListener(this);
208
mBackButton
.setVisibility(View.GONE);
236
} else if (view ==
mBackButton
) {
309
mBackButton
.setVisibility(View.VISIBLE);
337
mBackButton
.setVisibility(View.VISIBLE);
338
mBackButton
.setText(R.string.wifi_setup_back);
468
mBackButton
.setText(R.string.wifi_setup_cancel);
531
mBackButton
.setText(R.string.wifi_setup_back)
[
all
...]
Completed in 30 milliseconds