Searched refs:mProfileButton (Results 1 – 2 of 2) sorted by relevance
91 private ExtendedFloatingActionButton mProfileButton; field in TabFragment204 mProfileButton = activity.findViewById(R.id.profile_button); in onViewCreated()474 mProfileButton.setOnClickListener(v -> onClickProfileButton()); in setUpListenersForProfileButton()487 mProfileButton.hide(); in setUpListenersForProfileButton()498 mProfileButton.setOnClickListener(v -> onClickProfileButtonGeneric()); in setUpListenersForProfileButtonAndProfileMenuButton()512 mProfileButton.hide(); in setUpListenersForProfileButtonAndProfileMenuButton()794 mProfileButton.setIcon(icon); in updateProfileButtonContent()795 mProfileButton.setText(text); in updateProfileButtonContent()838 mProfileButton.setIcon(profileButtonIcon); in updateProfileButtonAndProfileMenuButtonContent()839 mProfileButton.setText(profileButtonText); in updateProfileButtonAndProfileMenuButtonContent()[all …]
125 private View mProfileButton; field in PhotoPickerActivity225 mProfileButton = findViewById(R.id.profile_button); in onCreate()574 && mProfileButton.getVisibility() == View.VISIBLE) { in createBottomSheetCallBack()575 mProfileButton.setVisibility(View.GONE); in createBottomSheetCallBack()584 mProfileButton.setVisibility(View.VISIBLE); in createBottomSheetCallBack()909 mProfileButton.setVisibility(View.GONE); in updateCommonLayouts()