Searched refs:mSelectPhotosButton (Results 1 – 1 of 1) sorted by relevance
125 private @NonNull ImageView mSelectPhotosButton; field in AppPermissionFragment293 mSelectPhotosButton = root.requireViewById(R.id.edit_selected_button); in onCreateView()310 mSelectPhotosButton.setAlpha(0f); in onCreateView()444 mSelectPhotosButton.setOnClickListener((v) -> { in setRadioButtonsState()542 mSelectPhotosButton.setAlpha(endOpacity); in setButtonState()545 mSelectPhotosButton.animate().alpha(endOpacity) in setButtonState()