HomeSort by relevance Sort by last modified time
    Searched refs:mRightButton (Results 1 - 9 of 9) sorted by null

  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 49 private Button mRightButton;
66 mRightButton = (Button) a.findViewById(R.id.rightButton);
80 mCenterButton.getRight() < mRightButton.getLeft());
87 assertTrue("right button should be focused", mRightButton.isFocused());
100 mRightButton.requestFocus();
106 assertTrue(mRightButton.isFocused());
Focus2AndroidTest.java 63 private Button mRightButton;
82 mRightButton = (Button) mRoot.findViewById(R.id.rightButton);
97 mCenterButton.getRight() < mRightButton.getLeft());
103 mRightButton,
111 mFocusFinder.findNextFocus(mRoot, mRightButton, View.FOCUS_LEFT));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ActionSlider.java 31 ImageButton mRightButton;
48 mRightButton = (ImageButton) mTopView.findViewById(R.id.rightActionButton);
49 mRightButton.setOnClickListener(new OnClickListener() {
66 if (mRightButton != null) {
68 mRightButton.setImageResource(iconId);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListButtonsDiagonalAcrossItemsTest.java 37 private Button mRightButton;
50 mRightButton = getActivity().getRightButton();
69 < mRightButton.getLeft());
75 mRightButton,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppStorageSettingsTest.java 52 private Button mRightButton;
58 mRightButton = new Button(RuntimeEnvironment.application);
73 mRightButton.setOnClickListener((View.OnClickListener) args[0]);
102 mRightButton.performClick();
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
PlayMessageActivity.java 60 private TextView mRightButton;
77 mRightButton = (TextView) findViewById(R.id.right_btn);
267 mRightButton.setText(getString(R.string.action_stop));
268 mRightButton.setOnClickListener(v -> stopMessage());
273 mRightButton.setText(getString(R.string.action_repeat));
274 mRightButton.setOnClickListener(v -> playMessage());
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 75 /** 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;
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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 163 private IntentButton mRightButton = new DefaultRightButton();
355 IconState state = mRightButton.getIcon();
377 return mRightButton.getIntent();
394 mRightAffordanceView.setVisibility(!mDozing && mRightButton.getIcon().isVisible
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 149 private Button mRightButton = null;
201 mRightButton = b;
737 mRightButton.setEnabled(last < size);

Completed in 211 milliseconds