Searched refs:mLeftButton (Results 1 – 5 of 5) sorted by relevance
48 private Button mLeftButton; field in BluetoothDetailsButtonsControllerTest56 mLeftButton = new Button(mContext); in setUp()61 mLeftButton = (Button) mLayoutPreference.findViewById(R.id.left_button); in setUp()70 assertThat(mLeftButton.getText()).isEqualTo( in connected()78 mLeftButton.callOnClick(); in clickOnDisconnect()87 assertThat(mLeftButton.getText()).isEqualTo( in clickOnConnect()90 mLeftButton.callOnClick(); in clickOnConnect()98 assertThat(mLeftButton.getText()).isEqualTo( in becomeDisconnected()104 assertThat(mLeftButton.getText()).isEqualTo( in becomeDisconnected()108 mLeftButton.callOnClick(); in becomeDisconnected()[all …]
30 ImageButton mLeftButton; field in ActionSlider39 mLeftButton = (ImageButton) mTopView.findViewById(R.id.leftActionButton); in setUp()40 mLeftButton.setOnClickListener(new OnClickListener() { in setUp()62 if (mLeftButton != null) { in updateUI()64 mLeftButton.setImageResource(iconId); in updateUI()
110 private Button mLeftButton; field in DeskClock203 mLeftButton = (Button) findViewById(R.id.left_button); in onCreate()212 mLeftButton.setOnClickListener(new OnClickListener() { in onCreate()215 getSelectedDeskClockFragment().onLeftButtonClick(mLeftButton); in onCreate()230 final ValueAnimator leftHideAnimation = getScaleAnimator(mLeftButton, 1f, 0f); in onCreate()232 final ValueAnimator leftShowAnimation = getScaleAnimator(mLeftButton, 0f, 1f); in onCreate()245 getSelectedDeskClockFragment().onUpdateFabButtons(mLeftButton, mRightButton); in onCreate()433 f.onUpdateFabButtons(mLeftButton, mRightButton); in updateFab()441 mLeftButton.setClickable(false); in updateFab()
59 private TextView mLeftButton; field in PlayMessageActivity76 mLeftButton = (TextView) findViewById(R.id.left_btn); in onCreate()174 mLeftButton.setText(getString(R.string.action_close_messages)); in showAutoReply()175 mLeftButton.setOnClickListener(v -> finish()); in showAutoReply()184 mLeftButton.setText(getString(R.string.action_reply)); in hideAutoReply()185 mLeftButton.setOnClickListener(v -> showAutoReply()); in hideAutoReply()232 mLeftButton.setVisibility(View.GONE); in processIntent()
146 private Button mLeftButton = null; field in UserDictionaryToolsList188 mLeftButton = b; in onCreate()730 ((View)mLeftButton.getParent()).setVisibility(View.GONE); in updateWordList()732 ((View)mLeftButton.getParent()).setVisibility(View.VISIBLE); in updateWordList()736 mLeftButton.setEnabled(start != 0); in updateWordList()