Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 153) sorted by relevance

1234567

/developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
DMainActivity.java108 private boolean onCommitContent(InputContentInfoCompat inputContentInfo, int flags, in onCommitContent() argument
139 return onCommitContentInternal(inputContentInfo, flags); in onCommitContent()
142 private boolean onCommitContentInternal(InputContentInfoCompat inputContentInfo, int flags) { in onCommitContentInternal() argument
143 if ((flags & InputConnectionCompat.INPUT_CONTENT_GRANT_READ_URI_PERMISSION) != 0) { in onCommitContentInternal()
158 mFlags.setText(flagsToString(flags)); in onCommitContentInternal()
168 mCurrentFlags = flags; in onCommitContentInternal()
214 int flags, Bundle opts) { in createEditTextWithContentMimeTypes()
216 inputContentInfo, flags, opts, mimeTypes); in createEditTextWithContentMimeTypes()
238 private static String flagsToString(int flags) { in flagsToString() argument
240 if ((flags & InputConnectionCompat.INPUT_CONTENT_GRANT_READ_URI_PERMISSION) != 0) { in flagsToString()
[all …]
/developers/samples/android/common/src/java/com/example/android/common/media/
DMediaCodecWrapper.java186 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample() argument
210 mDecoder.queueInputBuffer(index, 0, size, presentationTimeUs, flags); in writeSample()
212 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags); in writeSample()
242 int flags) { in writeSample() argument
252 flags |= MediaCodec.BUFFER_FLAG_END_OF_STREAM; in writeSample()
258 mDecoder.queueInputBuffer(index, 0, size, presentationTimeUs, flags); in writeSample()
261 mDecoder.queueSecureInputBuffer(index, 0, sCryptoInfo, presentationTimeUs, flags); in writeSample()
289 info.flags); in peekSample()
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/wearable/wear/SpeedTracker/Application/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/wearable/wear/SpeedTracker/Shared/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/wearable/wear/SpeedTracker/Wearable/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/input/keyboard/CommitContentSampleApp/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/media/PictureInPicture/kotlinApp/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/media/PictureInPicture/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/input/keyboard/CommitContentSampleIME/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/samples/android/security/DirectBoot/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/security/ConfirmCredential/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/notification/MessagingService/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/wearable/wear/WatchFace/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/connectivity/nfc/CardEmulation/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/content/AutoBackupForApps/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/media/HdrViewfinder/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/developers/samples/android/admin/AppRestrictionSchema/Application/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified

1234567