Searched refs:mInstallButton (Results 1 – 2 of 2) sorted by relevance
47 private Button mInstallButton; field in ButtonSwitcher71 mInstallButton = (Button)findViewById(R.id.dict_install_button); in onLayout()88 return mInstallButton; in getButton()103 if (null == mInstallButton) { in setStatusAndUpdateVisuals()117 if (null == mInstallButton) return; in setButtonPositionWithoutAnimation()120 mInstallButton.setTranslationX(STATUS_INSTALL == status ? 0 : width); in setButtonPositionWithoutAnimation()151 if (null != mInstallButton) { in setInternalOnClickListener()153 mInstallButton.setOnClickListener(mOnClickListener); in setInternalOnClickListener()
86 private Button mInstallButton; field in InstantAppButtonsPreferenceControllerTest104 mInstallButton = buttons.findViewById(R.id.install); in setUp()221 assertThat(mInstallButton.getVisibility()).isEqualTo(View.GONE); in displayPreference_hasLaunchUri_shouldShowHideInstallButton()228 assertThat(mInstallButton.isEnabled()).isFalse(); in displayPreference_noAppStoreLink_shoulDisableInstallButton()237 assertThat(mInstallButton.hasOnClickListeners()).isTrue(); in displayPreference_hasAppStoreLink_shoulSetClickListenerForInstallButton()270 mInstallButton.callOnClick(); in clickInstallButton_shouldOpenAppStore()