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

  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListButtonsDiagonalAcrossItemsTest.java 35 private Button mLeftButton;
48 mLeftButton = getActivity().getLeftButton();
61 assertTrue("left button focused", mLeftButton.isFocused());
64 mLeftButton.getRight()
73 FocusFinder.getInstance().findNextFocus(mListView, mLeftButton, View.FOCUS_RIGHT));
78 mLeftButton,
89 assertTrue("left should still be focused", mLeftButton.isFocused());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ActionSlider.java 30 ImageButton mLeftButton;
39 mLeftButton = (ImageButton) mTopView.findViewById(R.id.leftActionButton);
40 mLeftButton.setOnClickListener(new OnClickListener() {
62 if (mLeftButton != null) {
64 mLeftButton.setImageResource(iconId);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 47 private Button mLeftButton;
64 mLeftButton = (Button) a.findViewById(R.id.leftButton);
78 mLeftButton.getRight() < mCenterButton.getLeft());
81 assertTrue("left button should be focused", mLeftButton.isFocused());
Focus2AndroidTest.java 61 private Button mLeftButton;
80 mLeftButton = (Button) mRoot.findViewById(R.id.leftButton);
93 assertNotNull(mLeftButton);
95 mLeftButton.getRight() < mCenterButton.getLeft());
104 mFocusFinder.findNextFocus(mRoot, mLeftButton, View.FOCUS_RIGHT));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppStorageSettingsTest.java 51 private Button mLeftButton;
57 mLeftButton = new Button(RuntimeEnvironment.application);
67 mLeftButton.setOnClickListener((View.OnClickListener) args[0]);
98 mLeftButton.performClick();
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
PlayMessageActivity.java 59 private TextView mLeftButton;
76 mLeftButton = (TextView) findViewById(R.id.left_btn);
173 mLeftButton.setText(getString(R.string.action_close_messages));
174 mLeftButton.setOnClickListener(v -> finish());
183 mLeftButton.setText(getString(R.string.action_reply));
184 mLeftButton.setOnClickListener(v -> showAutoReply());
230 mLeftButton.setVisibility(View.GONE);
  /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}. */
110 private Button mLeftButton;
203 mLeftButton = (Button) findViewById(R.id.left_button);
212 mLeftButton.setOnClickListener(new OnClickListener() {
215 getSelectedDeskClockFragment().onLeftButtonClick(mLeftButton);
230 final ValueAnimator leftHideAnimation = getScaleAnimator(mLeftButton, 1f, 0f);
232 final ValueAnimator leftShowAnimation = getScaleAnimator(mLeftButton, 0f, 1f);
245 getSelectedDeskClockFragment().onUpdateFabButtons(mLeftButton, mRightButton)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 146 private Button mLeftButton = null;
188 mLeftButton = b;
730 ((View)mLeftButton.getParent()).setVisibility(View.GONE);
732 ((View)mLeftButton.getParent()).setVisibility(View.VISIBLE);
736 mLeftButton.setEnabled(start != 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 166 private IntentButton mLeftButton = new DefaultLeftButton();
407 IconState state = mLeftButton.getIcon();
621 mActivityStarter.startActivity(mLeftButton.getIntent(), dismissShade);
696 mLeftPreview = mPreviewInflater.inflatePreview(mLeftButton.getIntent());
    [all...]

Completed in 494 milliseconds