Home
last modified time | relevance | path

Searched refs:mLeftButton (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java858 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
867 mLeftButton.setImageResource(R.drawable.ic_lap); in setLeftRightButtonAppearance()
868 mLeftButton.setContentDescription(getString(R.string.sw_lap_button)); in setLeftRightButtonAppearance()
869 mLeftButton.setEnabled(false); in setLeftRightButtonAppearance()
870 mLeftButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
874 mLeftButton.setImageResource(R.drawable.ic_lap); in setLeftRightButtonAppearance()
875 mLeftButton.setContentDescription(getString(R.string.sw_lap_button)); in setLeftRightButtonAppearance()
876 mLeftButton.setEnabled(!reachedMaxLaps()); in setLeftRightButtonAppearance()
877 mLeftButton.setVisibility(View.VISIBLE); in setLeftRightButtonAppearance()
881 mLeftButton.setImageResource(R.drawable.ic_reset); in setLeftRightButtonAppearance()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DActionSlider.java30 ImageButton mLeftButton; field in ActionSlider
39 mLeftButton = (ImageButton) mTopView.findViewById(R.id.leftActionButton); in setUp()
40 mLeftButton.setOnClickListener(new OnClickListener() { in setUp()
62 if (mLeftButton != null) { in updateUI()
64 mLeftButton.setImageResource(iconId); in updateUI()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java402 mLeftButton, show ? 0.0f : 1.0f, show ? 1.0f : 0.0f); in getScaleFooterButtonsAnimator()
411 mLeftButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE); in getScaleFooterButtonsAnimator()
413 restoreScale(mLeftButton); in getScaleFooterButtonsAnimator()
549 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
554 mLeftButton.setEnabled(true); in setLeftRightButtonAppearance()
556 mLeftButton.setVisibility(mLastView != mTimerView ? View.GONE : View.VISIBLE); in setLeftRightButtonAppearance()
558 mLeftButton.setImageResource(R.drawable.ic_delete); in setLeftRightButtonAppearance()
559 mLeftButton.setContentDescription(getString(R.string.timer_delete)); in setLeftRightButtonAppearance()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DUserDictionaryToolsList.java146 private Button mLeftButton = null; field in UserDictionaryToolsList
188 mLeftButton = b; in onCreate()
730 ((View)mLeftButton.getParent()).setVisibility(View.GONE); in updateWordList()
732 ((View)mLeftButton.getParent()).setVisibility(View.VISIBLE); in updateWordList()
736 mLeftButton.setEnabled(start != 0); in updateWordList()
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java92 private ImageButton mLeftButton; field in DeskClock
163 mLeftButton = (ImageButton) findViewById(R.id.left_button); in initViews()
179 mLeftButton.setOnClickListener(new OnClickListener() { in initViews()
550 mLeftButton.setVisibility(View.INVISIBLE); in onTabSelected()
726 return mLeftButton; in getLeftButton()
DDeskClockFragment.java31 protected ImageButton mLeftButton; field in DeskClockFragment
49 mLeftButton = deskClockActivity.getLeftButton(); in onActivityCreated()
DClockFragment.java299 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
303 mLeftButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
DAlarmClockFragment.java1464 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
1468 mLeftButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()