Searched refs:mButton (Results 1 – 9 of 9) sorted by relevance
31 ImageButton mButton; // Button to expand/collapse field in ExpandableTextView62 if (mButton.getVisibility() != View.VISIBLE) { in onClick()67 mButton.setImageDrawable(mCollapsed ? mExpandDrawable : mCollapseDrawable); in onClick()82 mButton.setVisibility(View.GONE); in onMeasure()98 mButton.setVisibility(View.VISIBLE); in onMeasure()107 mButton = (ImageButton) findViewById(R.id.expand_collapse); in findViews()108 mButton.setOnClickListener(this); in findViews()
37 private Button mButton; field in CustomMenu.DropDownMenu43 mButton = button; in DropDownMenu()44 mPopupMenu = new PopupMenu(context, mButton); in DropDownMenu()48 mButton.setOnClickListener(new OnClickListener() { in DropDownMenu()60 mButton.setText(title); in setTitle()
31 private Button mButton; field in DeleteItems45 mButton = (Button) findViewById(R.id.delete); in onCreate()46 mButton.setOnClickListener(mButtonClicked); in onCreate()
75 private Button mButton; field in EditFdnContactScreen240 mButton = (Button) findViewById(R.id.button); in setupView()241 if (mButton != null) { in setupView()242 mButton.setOnClickListener(mClicked); in setupView()348 mButton.setClickable(!mDataBusy); in displayProgress()397 mButton.requestFocus();398 } else if (v == mButton) {
72 private Button mButton; field in ChangeIccPinScreen118 mButton = (Button) findViewById(R.id.button); in onCreate()119 mButton.setOnClickListener(mClicked); in onCreate()175 mButton.requestFocus();176 } else if (v == mButton) {
48 private Button mButton; field in OtaspTestActivity70 mButton = (Button) findViewById(R.id.button1); in onCreate()71 mButton.setText("Make test call"); in onCreate()72 mButton.setOnClickListener(this); in onCreate()
53 private Button mButton; field in WpsDialog148 mButton = ((Button) mView.findViewById(R.id.wps_dialog_btn)); in onCreate()149 mButton.setText(R.string.wifi_cancel); in onCreate()150 mButton.setOnClickListener(new View.OnClickListener() { in onCreate()220 mButton.setText(mContext.getString(R.string.dlg_ok)); in updateDialog()
379 private final Button mButton; field in CredentialStorage.UnlockDialog411 mButton = dialog.getButton(DialogInterface.BUTTON_POSITIVE); in UnlockDialog()412 mButton.setEnabled(false); in UnlockDialog()416 mButton.setEnabled(mOldPassword == null || mOldPassword.getText().length() > 0); in afterTextChanged()
95 private TextView mButton; field in AddBookmarkPage249 if (v == mButton) { in onClick()645 mButton = (TextView) findViewById(R.id.OK); in onCreate()646 mButton.setOnClickListener(this); in onCreate()696 mButton.requestFocus(); in onCreate()