Searched refs:mRightButton (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DActionSlider.java31 ImageButton mRightButton; field in class:ActionSlider
48 mRightButton = (ImageButton) mTopView.findViewById(R.id.rightActionButton);
49 mRightButton.setOnClickListener(new OnClickListener() {
66 if (mRightButton != null) {
68 mRightButton.setImageResource(iconId);
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsButtonsControllerTest.java49 private Button mRightButton; field in class:BluetoothDetailsButtonsControllerTest
57 mRightButton = new Button(mContext);
62 mRightButton = (Button) mLayoutPreference.findViewById(R.id.right_button);
72 assertThat(mRightButton.getText()).isEqualTo(mContext.getString(R.string.forget));
139 mRightButton.callOnClick();
155 assertThat(mRightButton.getText()).isEqualTo(mContext.getString(R.string.forget));
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.java75 /** Shrinks the {@link #mFab}, {@link #mLeftButton} and {@link #mRightButton} to nothing. */
78 /** Grows the {@link #mFab}, {@link #mLeftButton} and {@link #mRightButton} to natural sizes. */
84 /** Hides, updates, and shows only the {@link #mLeftButton} and {@link #mRightButton}. */
113 private Button mRightButton; field in class:DeskClock
204 mRightButton = (Button) findViewById(R.id.right_button);
218 mRightButton.setOnClickListener(new OnClickListener() {
221 getSelectedDeskClockFragment().onRightButtonClick(mRightButton);
231 final ValueAnimator rightHideAnimation = getScaleAnimator(mRightButton, 1f, 0f);
233 final ValueAnimator rightShowAnimation = getScaleAnimator(mRightButton, 0f, 1f);
245 getSelectedDeskClockFragment().onUpdateFabButtons(mLeftButton, mRightButton);
[all...]
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DPlayMessageActivity.java60 private TextView mRightButton; field in class:PlayMessageActivity
77 mRightButton = (TextView) findViewById(R.id.right_btn);
268 mRightButton.setText(getString(R.string.action_stop));
269 mRightButton.setOnClickListener(v -> stopMessage());
274 mRightButton.setText(getString(R.string.action_repeat));
275 mRightButton.setOnClickListener(v -> playMessage());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DUserDictionaryToolsList.java149 private Button mRightButton = null; field in class:UserDictionaryToolsList
201 mRightButton = b;
737 mRightButton.setEnabled(last < size);

Completed in 135 milliseconds