HomeSort by relevance Sort by last modified time
    Searched refs:mBackButton (Results 1 - 4 of 4) 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 addView(mBackButton, 0);
228 mBackButton.setVisibility(View.VISIBLE);
230 mBackButton.setVisibility(View.GONE)
    [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 104 private Button mBackButton;
194 mBackButton = (Button)findViewById(R.id.wifi_setup_cancel);
195 mBackButton.setOnClickListener(this);
211 mBackButton.setVisibility(View.GONE);
239 } else if (view == mBackButton) {
312 mBackButton.setVisibility(View.VISIBLE);
340 mBackButton.setVisibility(View.VISIBLE);
341 mBackButton.setText(R.string.wifi_setup_back);
471 mBackButton.setText(R.string.wifi_setup_cancel);
534 mBackButton.setText(R.string.wifi_setup_back)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 139 ImageView mBackButton;
428 mBackButton.setLayoutParams(lp);
521 mBackButton = (ImageView)sb.findViewById(R.id.back);
    [all...]

Completed in 209 milliseconds