Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 50) sorted by relevance

12

/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
DActionBarCompat.java32 static void setDisplayHomeAsUpEnabled(Activity activity, boolean enable) { in setDisplayHomeAsUpEnabled() argument
33 activity.getActionBar().setDisplayHomeAsUpEnabled(enable); in setDisplayHomeAsUpEnabled()
37 public static void setDisplayHomeAsUpEnabled(Activity activity, boolean enable) { in setDisplayHomeAsUpEnabled() argument
39 ActionBarCompatImpl.setDisplayHomeAsUpEnabled(activity, enable); in setDisplayHomeAsUpEnabled()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingFragment.java165 private void setButtonsState(boolean enable) { in setButtonsState() argument
166 mSendSingleConversation.setEnabled(enable); in setButtonsState()
167 mSendTwoConversations.setEnabled(enable); in setButtonsState()
168 mSendConversationWithThreeMessages.setEnabled(enable); in setButtonsState()
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
Dgpio.h45 void (*set_gpio_dataout)(int gpio, int enable);
Dboard.h63 unsigned enable:1; member
/development/samples/browseable/BasicImmersiveMode/
D_index.jd10 demonstrates how to enable and disable immersive mode programmatically.
/development/samples/browseable/BasicManagedProfile/
D_index.jd9 enable or disable other apps and how to set restrictions to them. Intents can be
/development/samples/training/NsdChat/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
Dproguard.cfg1 # To enable ProGuard in your project, edit project.properties
/development/samples/training/basic/FragmentBasics/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/testingfun/app/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ControllerSample/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
/development/samples/training/testingfun/app/tests/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/ndk/platforms/android-18/samples/MoreTeapots/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/ndk/platforms/android-17/samples/Teapot/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/ndk/platforms/android-3/include/linux/
Dirq.h58 void (*enable)(unsigned int irq); member
/development/samples/browseable/BasicMediaRouter/
D_index.jd11 you may need to enable "Wireless Display" functionality in the system settings.
/development/scripts/gdb/
Ddalvik.gdb38 printf "re-enable normal SIGSEGV handling using this command:\n"
71 Use the command "art-on" to enable ART debugging mode.
/development/ndk/platforms/android-21/include/linux/
Dixjuser.h66 char enable; member
70 char enable; member
501 char enable; member
/development/samples/browseable/SpeedTracker/
D_index.jd14 can also enable recording of coordinates and when it pairs back
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java123 public static void storeGeofenceEnabled(Context context, boolean enable) { in storeGeofenceEnabled() argument
126 editor.putBoolean(PREFERENCES_GEOFENCE_ENABLED, enable); in storeGeofenceEnabled()
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.h181 void ResetSmoothing(bool enable) { m_do_motion_smoothing = enable; } in ResetSmoothing() argument
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceScanActivity.java161 private void scanLeDevice(final boolean enable) { in scanLeDevice() argument
162 if (enable) { in scanLeDevice()
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPlaybackControlSupportHelper.java279 public void enableProgressUpdating(boolean enable) { in enableProgressUpdating() argument
281 if (enable) { in enableProgressUpdating()
DPlaybackControlHelper.java277 public void enableProgressUpdating(boolean enable) { in enableProgressUpdating() argument
279 if (enable) { in enableProgressUpdating()

12