/developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/ |
D | RevealEffectBasicFragment.java | 52 final View button = view.findViewById(R.id.button); in onViewCreated() local 54 button.setOnClickListener(new View.OnClickListener() { in onViewCreated()
|
/developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/ |
D | SettingsFragment.java | 38 Button button = (Button) view.findViewById(R.id.btn); in onCreateView() local 39 button.setOnClickListener(new View.OnClickListener() { in onCreateView()
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/contacts/ |
D | ContactsFragment.java | 87 Button button = rootView.findViewById(R.id.contact_add); in onCreateView() local 88 button.setOnClickListener(new View.OnClickListener() { in onCreateView() 96 button = rootView.findViewById(R.id.contact_load); in onCreateView() 97 button.setOnClickListener(new View.OnClickListener() { in onCreateView()
|
/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/ |
D | MainActivity.java | 71 private void setupButtonState(Button button, final Subscription subscription) { in setupButtonState() argument 73 button.setEnabled(!channelExists); in setupButtonState() 74 button.setOnClickListener( in setupButtonState()
|
/developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/ |
D | DeviceOwnerFragment.java | 234 private void setCheckedSafely(CompoundButton button, boolean checked) { in setCheckedSafely() argument 235 button.setOnCheckedChangeListener(null); in setCheckedSafely() 236 button.setChecked(checked); in setCheckedSafely() 237 button.setOnCheckedChangeListener(mOnCheckedChangeListener); in setCheckedSafely()
|
/developers/samples/android/ui/views/Clipping/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/ |
D | SampleTests.java | 69 TouchUtils.clickView(this, mTestActivity.findViewById(R.id.button)); in testClipping()
|
/developers/samples/android/ui/actionbar/DoneBar/ |
D | README.md | 5 This sample shows how to create a custom view in the ActionBar to show a done button, using 16 …contains two activities with custom views in their action bar, each with a "done" button. These are 41 …ne-bar.png" height="400" alt="Screenshot"/> <img src="screenshots/3-done-button.png" height="400" …
|
/developers/samples/android/ui/Interpolator/Application/src/main/java/com/example/android/interpolator/ |
D | InterpolatorFragment.java | 144 View button = view.findViewById(R.id.animateButton); in initAnimateButton() local 145 button.setOnClickListener(new View.OnClickListener() { in initAnimateButton()
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/ |
D | sample.css | 25 button { selector
|
/developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/ |
D | MainActivity.java | 69 Button nextButton = (Button) findViewById(R.id.button); in onCreate()
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/ |
D | AnalogComplicationConfigRecyclerViewAdapter.java | 532 ImageButton button, ImageView background) { in updateComplicationView() argument 534 button.setImageIcon(complicationProviderInfo.providerIcon); in updateComplicationView() 535 button.setContentDescription( in updateComplicationView() 541 button.setImageDrawable(mDefaultComplicationDrawable); in updateComplicationView() 542 button.setContentDescription(mContext.getString(R.string.add_complication)); in updateComplicationView()
|
/developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/ |
D | ClippingBasicFragment.java | 78 view.findViewById(R.id.button).setOnClickListener(new View.OnClickListener() { in onViewCreated()
|
/developers/samples/android/input/gestures/BasicGestureDetect/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/admin/DeviceOwner/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/admin/NfcProvisioning/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/media/ScreenCapture/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/content/webview/PermissionRequest/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/content/DirectShare/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/background/alarms/RepeatingAlarm/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/notification/ActiveNotifications/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/media/HdrViewfinder/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/build/templates/SingleView/_MODULE_/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|
/developers/samples/android/content/documentsUi/StorageProvider/Application/ |
D | README-singleview.txt | 22 -add a string for the action button's text using the element name "sample_action".
|