Searched refs:mLeftButton (Results 1 – 3 of 3) sorted by relevance
30 ImageButton mLeftButton; field in ActionSlider39 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()
110 private Button mLeftButton; field in DeskClock203 mLeftButton = (Button) findViewById(R.id.left_button); in onCreate()212 mLeftButton.setOnClickListener(new OnClickListener() { in onCreate()215 getSelectedDeskClockFragment().onLeftButtonClick(mLeftButton); in onCreate()230 final ValueAnimator leftHideAnimation = getScaleAnimator(mLeftButton, 1f, 0f); in onCreate()232 final ValueAnimator leftShowAnimation = getScaleAnimator(mLeftButton, 0f, 1f); in onCreate()245 getSelectedDeskClockFragment().onUpdateFabButtons(mLeftButton, mRightButton); in onCreate()433 f.onUpdateFabButtons(mLeftButton, mRightButton); in updateFab()441 mLeftButton.setClickable(false); in updateFab()
52 private Button mLeftButton; field in AppStorageSettingsTest58 mLeftButton = new Button(RuntimeEnvironment.application); in setUp()68 mLeftButton.setOnClickListener((View.OnClickListener) args[0]); in setUp()99 mLeftButton.performClick(); in updateUiWithSize_hasDataAndCache_shouldEnableClearButtons()