HomeSort by relevance Sort by last modified time
    Searched refs:mLeftButton (Results 1 - 6 of 6) 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/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);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 54 private ImageButton mLeftButton;
289 mLeftButton = (ImageButton)v.findViewById(R.id.stopwatch_left_button);
290 mLeftButton.setOnClickListener(new View.OnClickListener() {
698 setButton(mLeftButton, R.string.sw_lap_button, R.drawable.ic_lap, false,
704 setButton(mLeftButton, R.string.sw_lap_button, R.drawable.ic_lap,
710 setButton(mLeftButton, R.string.sw_reset_button, R.drawable.ic_reset, true,
    [all...]

Completed in 1566 milliseconds