HomeSort by relevance Sort by last modified time
    Searched refs:mBackButton (Results 1 - 5 of 5) 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)) {
  /frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
SetupWizardNavBar.java 48 private Button mBackButton;
75 mBackButton = (Button) mNavigationBarView.findViewById(R.id.setup_wizard_navbar_back);
77 mBackButton.setOnClickListener(this);
149 if (v == mBackButton) {
157 return mBackButton;
  /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...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 93 private float[] mBackButton = {
465 canvas.drawCircle(offset + mBackButton[0] * getHeight(), mBackButton[1] * getHeight(),
466 mBackButton[2] * getHeight(), mCirclePaint);

Completed in 212 milliseconds