Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 29) sorted by relevance

12

/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/content/
DAssetProvider.java75 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException { in openAssetFile() argument
90 return super.openAssetFile(uri, mode); in openAssetFile()
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/content/
DAssetProvider.java75 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException { in openAssetFile() argument
90 return super.openAssetFile(uri, mode); in openAssetFile()
/developers/samples/android/common/src/java/com/example/android/common/assetprovider/
DAssetProvider.java79 public AssetFileDescriptor openAssetFile (Uri uri, String mode) in openAssetFile() argument
87 if (!"r".equals(mode)) { in openAssetFile()
/developers/samples/android/ui/window/ImmersiveMode/
DREADME.md4 One of the features introduced in KitKat is "immersive mode". Immersive mode gives the
6 click the "Toggle immersive mode" button, then try swiping the bar in and out!
/developers/build/prebuilts/gradle/ImmersiveMode/
DREADME.md4 One of the features introduced in KitKat is "immersive mode". Immersive mode gives the
6 click the "Toggle immersive mode" button, then try swiping the bar in and out!
/developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
DAssetProvider.java92 public AssetFileDescriptor openAssetFile (Uri uri, String mode) in openAssetFile() argument
100 if (!"r".equals(mode)) { in openAssetFile()
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
DMainActivity.java357 for (int mode : modes) { in createThumbnail()
358 mFilterMode = mode; in createThumbnail()
359 float f = getFilterParameter(parameter[mode]); in createThumbnail()
366 ThumbnailRadioButton button = (ThumbnailRadioButton) findViewById(ids[mode]); in createThumbnail()
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
DMainActivity.java357 for (int mode : modes) { in createThumbnail()
358 mFilterMode = mode; in createThumbnail()
359 float f = getFilterParameter(parameter[mode]); in createThumbnail()
366 ThumbnailRadioButton button = (ThumbnailRadioButton) findViewById(ids[mode]); in createThumbnail()
/developers/build/prebuilts/gradle/BasicImmersiveMode/
DREADME.md4 "Immersive Mode" is a new UI mode which improves "hide full screen" and
6 demonstrates how to enable and disable immersive mode programmatically.
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DViewfinderProcessor.java101 public void setRenderMode(int mode) { in setRenderMode() argument
102 mMode = mode; in setRenderMode()
/developers/samples/android/ui/window/BasicImmersiveMode/
DREADME.md4 "Immersive Mode" is a new UI mode which improves "hide full screen" and
6 demonstrates how to enable and disable immersive mode programmatically.
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DViewfinderProcessor.java101 public void setRenderMode(int mode) { in setRenderMode() argument
102 mMode = mode; in setRenderMode()
/developers/samples/android/renderScript/BasicRenderScript/Application/
Dproject.properties15 renderscript.support.mode=true
/developers/build/prebuilts/gradle/BasicRenderScript/Application/
Dproject.properties15 renderscript.support.mode=true
/developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DDrawableTintingFragment.java256 public void updateTint(int color, PorterDuff.Mode mode) { in updateTint() argument
261 mMode = mode; in updateTint()
266 mode.toString())); in updateTint()
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DDrawableTintingFragment.java256 public void updateTint(int color, PorterDuff.Mode mode) { in updateTint() argument
261 mMode = mode; in updateTint()
266 mode.toString())); in updateTint()
/developers/samples/android/wearable/wear/SpeedTracker/
Dgradle.properties15 # When configured, Gradle will run in incubating parallel mode.
/developers/demos/MusicDemo/
Dgradle.properties15 # When configured, Gradle will run in incubating parallel mode.
/developers/demos/JustForUs/
Dgradle.properties15 # When configured, Gradle will run in incubating parallel mode.
/developers/samples/android/ui/DrawableTinting/
DREADME.md15 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
/developers/build/prebuilts/gradle/DrawableTinting/
DREADME.md15 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
DMyCloudProvider.java292 public ParcelFileDescriptor openDocument(final String documentId, final String mode, in openDocument() argument
295 Log.v(TAG, "openDocument, mode: " + mode); in openDocument()
302 final int accessMode = ParcelFileDescriptor.parseMode(mode); in openDocument()
304 final boolean isWrite = (mode.indexOf('w') != -1); in openDocument()
322 " and mode " + mode); in openDocument()
/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
DMyCloudProvider.java292 public ParcelFileDescriptor openDocument(final String documentId, final String mode, in openDocument() argument
295 Log.v(TAG, "openDocument, mode: " + mode); in openDocument()
302 final int accessMode = ParcelFileDescriptor.parseMode(mode); in openDocument()
304 final boolean isWrite = (mode.indexOf('w') != -1); in openDocument()
322 " and mode " + mode); in openDocument()
/developers/samples/android/media/HdrViewfinder/
DREADME.md18 In split-screen mode, the even frames are shown on the left and the odd frames on the right, so the
19 user can see two different exposures of the scene simultaneously. In fused HDR mode, the even/odd
50 ![Split mode](screenshots/image1.png)
/developers/build/prebuilts/gradle/HdrViewfinder/
DREADME.md18 In split-screen mode, the even frames are shown on the left and the odd frames on the right, so the
19 user can see two different exposures of the scene simultaneously. In fused HDR mode, the even/odd
50 ![Split mode](screenshots/image1.png)

12