HomeSort by relevance Sort by last modified time
    Searched refs:mLeftButton (Results 1 - 11 of 11) 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/DeskClock/src/com/android/deskclock/
DeskClockFragment.java 31 protected ImageButton mLeftButton;
49 mLeftButton = deskClockActivity.getLeftButton();
DeskClock.java 93 private ImageButton mLeftButton;
165 mLeftButton = (ImageButton) findViewById(R.id.left_button);
181 mLeftButton.setOnClickListener(new OnClickListener() {
551 mLeftButton.setVisibility(View.INVISIBLE);
727 return mLeftButton;
ClockFragment.java 299 if (mLeftButton == null || mRightButton == null ||
303 mLeftButton.setVisibility(View.INVISIBLE);
AlarmClockFragment.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 819 if (mLeftButton == null || mRightButton == null |
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 389 mLeftButton, show ? 0.0f : 1.0f, show ? 1.0f : 0.0f);
398 mLeftButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE);
400 restoreScale(mLeftButton);
535 if (mLeftButton == null || mRightButton == null ||
540 mLeftButton.setEnabled(true);
542 mLeftButton.setVisibility(mLastView != mTimerView ? View.GONE : View.VISIBLE);
544 mLeftButton.setImageResource(R.drawable.ic_delete);
545 mLeftButton.setContentDescription(getString(R.string.timer_delete));
  /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);

Completed in 598 milliseconds