Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DActionSlider.java31 ImageButton mRightButton; field in ActionSlider
48 mRightButton = (ImageButton) mTopView.findViewById(R.id.rightActionButton); in setUp()
49 mRightButton.setOnClickListener(new OnClickListener() { in setUp()
66 if (mRightButton != null) { in updateUI()
68 mRightButton.setImageResource(iconId); in updateUI()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java404 mRightButton, show ? 0.0f : 1.0f, show ? 1.0f : 0.0f); in getScaleFooterButtonsAnimator()
412 mRightButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE); in getScaleFooterButtonsAnimator()
414 restoreScale(mRightButton); in getScaleFooterButtonsAnimator()
549 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
555 mRightButton.setEnabled(true); in setLeftRightButtonAppearance()
557 mRightButton.setVisibility(mLastView != mTimerView ? View.GONE : View.VISIBLE); in setLeftRightButtonAppearance()
560 mRightButton.setImageResource(R.drawable.ic_add_timer); in setLeftRightButtonAppearance()
561 mRightButton.setContentDescription(getString(R.string.timer_add_timer)); in setLeftRightButtonAppearance()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java858 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
862 mRightButton.setImageResource(R.drawable.ic_share); in setLeftRightButtonAppearance()
863 mRightButton.setContentDescription(getString(R.string.sw_share_button)); in setLeftRightButtonAppearance()
871 mRightButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
878 mRightButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
885 mRightButton.setVisibility(View.VISIBLE); in setLeftRightButtonAppearance()
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java93 private ImageButton mRightButton; field in DeskClock
164 mRightButton = (ImageButton) findViewById(R.id.right_button); in initViews()
185 mRightButton.setOnClickListener(new OnClickListener() { in initViews()
551 mRightButton.setVisibility(View.INVISIBLE); in onTabSelected()
730 return mRightButton; in getRightButton()
DDeskClockFragment.java32 protected ImageButton mRightButton; field in DeskClockFragment
50 mRightButton = deskClockActivity.getRightButton(); in onActivityCreated()
DClockFragment.java299 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
304 mRightButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
DAlarmClockFragment.java1464 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()
1469 mRightButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DUserDictionaryToolsList.java149 private Button mRightButton = null; field in UserDictionaryToolsList
201 mRightButton = b; in onCreate()
737 mRightButton.setEnabled(last < size); in updateWordList()