Searched refs:mRightButton (Results 1 – 8 of 8) sorted by relevance
31 ImageButton mRightButton; field in ActionSlider48 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()
404 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()
858 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()
93 private ImageButton mRightButton; field in DeskClock164 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()
32 protected ImageButton mRightButton; field in DeskClockFragment50 mRightButton = deskClockActivity.getRightButton(); in onActivityCreated()
299 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()304 mRightButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
1464 if (mLeftButton == null || mRightButton == null || in setLeftRightButtonAppearance()1469 mRightButton.setVisibility(View.INVISIBLE); in setLeftRightButtonAppearance()
149 private Button mRightButton = null; field in UserDictionaryToolsList201 mRightButton = b; in onCreate()737 mRightButton.setEnabled(last < size); in updateWordList()