HomeSort by relevance Sort by last modified time
    Searched defs:mBackButton (Results 1 - 8 of 8) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
SetupLayoutActivity.java 32 protected Button mBackButton;
50 mBackButton = bar.getBackButton();
59 mBackButton.setVisibility(backButtonVisibility);
  /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/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/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchActionView.java 68 private ImageView mBackButton;
118 mBackButton.setImageResource(mDarkBgBackDrawable);
130 mBackButton.setImageResource(mLightBgBackDrawable);
143 mBackButton = (ImageView) findViewById(R.id.search_actionbar_back_button);
144 mBackButton.setOnClickListener(this);
215 if (view == mBackButton) {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
NavigationBar.java 71 private Button mBackButton;
96 mBackButton = (Button) findViewById(R.id.suw_navbar_back);
101 return mBackButton;
  /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);
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java     [all...]

Completed in 2026 milliseconds