Home
last modified time | relevance | path

Searched defs:shareButton (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingNamePreference.java73 ImageButton shareButton = (ImageButton) holder.findViewById(R.id.button_icon); in onBindViewHolder() local
90 private void configureVisibleStateForQrCodeIcon(ImageButton shareButton, View divider) { in configureVisibleStateForQrCodeIcon()
97 private void configureInvisibleStateForQrCodeIcon(ImageButton shareButton, View divider) { in configureInvisibleStateForQrCodeIcon()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSsidPreference.java81 final ImageButton shareButton = (ImageButton) holder.findViewById(R.id.button_icon); in onBindViewHolder() local
/packages/apps/Gallery/src/com/android/camera/
DImageGallery.java151 Button shareButton = (Button) findViewById(R.id.button_share); in initializeFooterButtons() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DPreviewActionGroup.kt40 private val shareButton: ToggleButton constant
/packages/apps/Traceur/uitests/src/com/android/traceur/uitest/
DTraceurAppTests.java363 UiObject2 shareButton = mDevice.wait(Until.findObject( in clickThroughShareSteps() local