Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 69) sorted by relevance

123

/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_verbose_flags_test.ts46 const flags = TreeNodeUtils.makePropertyNode(propertyRoot.id, 'flags', 0x0); constant
61 const flags = TreeNodeUtils.makePropertyNode(propertyRoot.id, 'flags', 0x1); constant
75 const flags = TreeNodeUtils.makePropertyNode(propertyRoot.id, 'flags', 0x2); constant
89 const flags = TreeNodeUtils.makePropertyNode( constant
107 const flags = TreeNodeUtils.makePropertyNode( constant
125 const flags = TreeNodeUtils.makePropertyNode( constant
143 const flags = TreeNodeUtils.makePropertyNode( constant
161 const flags = TreeNodeUtils.makePropertyNode( constant
179 const flags = TreeNodeUtils.makePropertyNode( constant
Dadd_verbose_flags.ts26 const flags = value.getChildByName('flags')?.getValue(); constant
/development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
DMainActivity.java108 private boolean onCommitContent(InputContentInfoCompat inputContentInfo, int flags, in onCommitContent()
142 private boolean onCommitContentInternal(InputContentInfoCompat inputContentInfo, int flags) { in onCommitContentInternal()
238 private static String flagsToString(int flags) { in flagsToString()
/development/tools/winscope/protos/transitions/udc/
Dwindowmanagertransitiontrace.proto60 optional int32 flags = 9; field
69 optional int32 flags = 4; field
/development/vndk/tools/header-checker/utils/
Dutils.py127 def run_header_abi_dumper(input_path, output_path, cflags=tuple(), argument
157 flags=tuple()): argument
314 flags): argument
327 flags=tuple()): argument
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSampleSpellCheckerService.java69 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSuggestions() local
126 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSentenceSuggestionsMultiple() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DFlagUtils.java52 int flags = intent.getFlags(); in discoverFlags() local
DIntentBuilderView.java328 public void selectFlags(List<String> flags) { in selectFlags()
341 public void selectFlags(Collection<IntentFlag> flags) { in selectFlags()
359 private void disableFlags(Collection<IntentFlag> flags) { in disableFlags()
DIntentFragment.java68 List<String> flags = FlagUtils.discoverFlags(intent); in onResume() local
/development/tools/winscope/src/test/e2e/
Dviewer_surface_flinger_test.ts82 const flags = curatedProperties.element(by.css('.flags')); constant
/development/host/windows/usb/api/
Dadb_interface_enum.cpp40 DWORD flags = DIGCF_DEVICEINTERFACE; in InitializeEnum() local
Dadb_api_private_defines.h96 DWORD flags() const { in flags() function
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DVdmProxyIme.java47 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested()
DVdmCompat.java36 VirtualDisplayConfig.Builder builder, int flags) { in setHomeSupported()
/development/tools/winscope/protos/test/
Dintdef_translation_test.proto22 … optional uint32 flags = 24 [(.android.typedef) = "android.view.WindowManager.LayoutParams.Flags"]; field
/development/samples/ApiDemos/src/com/example/android/apis/app/
DNotificationBackgroundService.java41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DLocalService.java73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DMediaCodecWrapper.java189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample()
245 int flags) { in writeSample()
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DMediaCodecWrapper.java189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample()
245 int flags) { in writeSample()
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DMyJobService.java64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java77 RemoteEvent createFrameProto(byte[] data, int flags, long presentationTimeUs); in createFrameProto()
369 public RemoteEvent createFrameProto(byte[] data, int flags, long presentationTimeUs) { in createFrameProto()
406 public RemoteEvent createFrameProto(byte[] data, int flags, long presentationTimeUs) { in createFrameProto()
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DEditorInfoUtil.java198 final int flags = imeOptions & ~EditorInfo.IME_MASK_ACTION; in dumpImeOptions() local
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java71 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()

123