Searched refs:mLeftButton (Results 1 – 6 of 6) 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()
107 private lateinit var mLeftButton: Button variable in com.android.deskclock.DeskClock194 mLeftButton = findViewById(R.id.left_button) as Button in onCreate()198 mLeftButton.setOnClickListener { in onCreate()199 selectedDeskClockFragment.onLeftButtonClick(mLeftButton) in onCreate()210 val leftHideAnimation = AnimatorUtils.getScaleAnimator(mLeftButton, 1f, 0f) in onCreate()212 val leftShowAnimation = AnimatorUtils.getScaleAnimator(mLeftButton, 0f, 1f) in onCreate()223 selectedDeskClockFragment.onUpdateFabButtons(mLeftButton, mRightButton) in onCreate()382 FabContainer.BUTTONS_IMMEDIATE -> f.onUpdateFabButtons(mLeftButton, mRightButton) in updateFab()387 mLeftButton.isClickable = false in updateFab()
48 protected FooterButton mLeftButton; field in WifiDppQrCodeBaseFragment59 mLeftButton = new FooterButton.Builder(getContext()) in onViewCreated()63 mGlifLayout.getMixin(FooterBarMixin.class).setSecondaryButton(mLeftButton); in onViewCreated()
110 mLeftButton.setText(getContext(), R.string.wifi_dpp_add_another_device); in showSuccessUi()111 mLeftButton.setOnClickListener(v -> getFragmentManager().popBackStack()); in showSuccessUi()248 FooterButton finishingButton = mLeftButton; in showErrorUi()254 mLeftButton.setVisibility(View.INVISIBLE); in showErrorUi()349 mLeftButton.setText(getContext(), R.string.cancel); in onViewCreated()350 mLeftButton.setOnClickListener(v -> getActivity().finish()); in onViewCreated()
75 mLeftButton.setText(getContext(), R.string.cancel); in onViewCreated()76 mLeftButton.setOnClickListener(v -> { in onViewCreated()
56 private Button mLeftButton; field in AppStorageSettingsTest64 mLeftButton = new Button(RuntimeEnvironment.application); in setUp()76 mLeftButton.setOnClickListener((View.OnClickListener) args[0]); in setUp()112 mLeftButton.performClick(); in updateUiWithSize_hasDataAndCache_shouldEnableClearButtons()