Searched defs:shareButton (Results 1 – 5 of 5) sorted by relevance
73 ImageButton shareButton = (ImageButton) holder.findViewById(R.id.button_icon); in onBindViewHolder() local90 private void configureVisibleStateForQrCodeIcon(ImageButton shareButton, View divider) { in configureVisibleStateForQrCodeIcon()97 private void configureInvisibleStateForQrCodeIcon(ImageButton shareButton, View divider) { in configureInvisibleStateForQrCodeIcon()
81 final ImageButton shareButton = (ImageButton) holder.findViewById(R.id.button_icon); in onBindViewHolder() local
151 Button shareButton = (Button) findViewById(R.id.button_share); in initializeFooterButtons() local
40 private val shareButton: ToggleButton constant
363 UiObject2 shareButton = mDevice.wait(Until.findObject( in clickThroughShareSteps() local