Searched refs:mBackButton (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBreadCrumbView.java49 private ImageButton mBackButton; field in class:BreadCrumbView
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
[all...]
H A DNavigationBarTablet.java45 private ImageButton mBackButton; field in class:NavigationBarTablet
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/
H A DWifiSettingsForSetupWizardXL.java102 private Button mBackButton; field in class:WifiSettingsForSetupWizardXL
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
[all...]

Completed in 84 milliseconds