Home
last modified time | relevance | path

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

123456789

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
DSystemUiHider.java110 public static SystemUiHider getInstance(Activity activity, View anchorView, int flags) { in getInstance() argument
112 return new SystemUiHiderHoneycomb(activity, anchorView, flags); in getInstance()
114 return new SystemUiHiderBase(activity, anchorView, flags); in getInstance()
118 protected SystemUiHider(Activity activity, View anchorView, int flags) { in SystemUiHider() argument
121 mFlags = flags; in SystemUiHider()
DSystemUiHiderBase.java38 protected SystemUiHiderBase(Activity activity, View anchorView, int flags) { in SystemUiHiderBase() argument
39 super(activity, anchorView, flags); in SystemUiHiderBase()
/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/build/prebuilts/gradle/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/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/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/build/prebuilts/gradle/MediaRecorder/Application/src/main/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/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/build/prebuilts/gradle/SpeedTracker/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/XYZTouristAttractions/Wearable/
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/build/prebuilts/gradle/SpeedTracker/Application/
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/build/prebuilts/gradle/XYZTouristAttractions/Shared/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/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/SpeedTracker/Shared/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/build/prebuilts/gradle/SpeedTracker/Shared/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/build/prebuilts/androidtv/leanback/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/developers/build/prebuilts/gradle/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/build/prebuilts/gradle/CommitContentSampleIME/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

123456789