/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | SampleInputMethodAccessibilityService.java | 78 return Pair.create(label, value); in item() 216 item("(0,0)", Pair.create(0, 0)), in onServiceConnected() 217 item("(0,1)", Pair.create(0, 1)), in onServiceConnected() 218 item("(1,1)", Pair.create(1, 1)), in onServiceConnected() 219 item("(0,999)", Pair.create(0, 999))), in onServiceConnected() 224 item("(0,0)", Pair.create(0, 0)), in onServiceConnected() 225 item("(0,1)", Pair.create(0, 1)), in onServiceConnected() 226 item("(1,0)", Pair.create(1, 0)), in onServiceConnected() 227 item("(1,1)", Pair.create(1, 1)), in onServiceConnected() 228 item("(999,0)", Pair.create(999, 0)), in onServiceConnected() [all …]
|
/development/tools/winscope/src/trace_processor/ |
D | engine.ts | 132 perfetto.protos.QueryResult.create() as {} as QueryResultBypass; 235 const rpc = TraceProcessorRpc.create(); 247 const rpc = TraceProcessorRpc.create(); 261 const rpc = TraceProcessorRpc.create(); 279 const rpc = TraceProcessorRpc.create(); 289 const rpc = TraceProcessorRpc.create(); 318 const rpc = TraceProcessorRpc.create(); 338 const rpc = TraceProcessorRpc.create(); 356 const rpc = TraceProcessorRpc.create(); 370 const outerProto = TraceProcessorRpcStream.create();
|
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/ |
D | Utils.java | 40 return Pair.create(matched ? payload : null, matched ? null : payload); in partition() 53 return Pair.create(null, payload); in partition() 56 return Pair.create(payload, null); in partition() 64 return Pair.create(accepted, remaining); in partition()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AlertDialogSamples.java | 101 .create(); in onCreateDialog() 114 .create(); in onCreateDialog() 127 .create(); in onCreateDialog() 139 .create(); in onCreateDialog() 151 .create(); in onCreateDialog() 174 .create(); in onCreateDialog() 197 .create(); in onCreateDialog() 211 .create(); in onCreateDialog() method in AlertDialogSamples 258 .create(); in onCreateDialog() 285 .create(); in onCreateDialog() [all …]
|
/development/samples/browseable/BasicAndroidKeyStore/ |
D | _index.jd | 9 This sample demonstrates how to use the Android Key Store to safely create and store 12 To create a new KeyPair, click \"Create\".\n\n
|
/development/host/windows/usb/ |
D | readme.txt | 3 package that is compliant with android_winusb.inf, you need to create 34 template to create new .inf file for new devices. Note that you also need 37 The simplest way to create .cat files would be using inf2cat.exe utility, 39 create an installation folder a sdesribed at the beginning of this document,
|
/development/samples/browseable/WatchFace/ |
D | _index.jd | 8 This sample demonstrates how to create watch faces for android wear and includes a phone app 22 To authenticate and communicate with Google Fit, you must create a project in the Google Developers 23 Console, activate the Fitness API, create an OAuth 2.0 client ID, and register the public
|
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/ |
D | ShortcutPublisher.java | 181 Pair.create("Google Search", "http://www.google.com"), 182 Pair.create("Google Mail", "http://mail.google.com"), 183 Pair.create("Google Maps", "http://maps.google.com"), 184 Pair.create("Google Drive", "http://drive.google.com"), 185 Pair.create("Google Photos", "http://photos.google.com"), 186 Pair.create("Google Hangouts", "http://hangouts.google.com"), 187 Pair.create("Google+", "http://plus.google.com")
|
/development/vndk/tools/header-checker/src/dumper/ |
D | frontend_action_factory.cpp | 33 HeaderCheckerFrontendActionFactory::create() { in create() function in header_checker::dumper::HeaderCheckerFrontendActionFactory
|
D | frontend_action_factory.h | 38 std::unique_ptr<clang::FrontendAction> create() override;
|
/development/samples/browseable/MediaRouter/ |
D | _index.jd | 7 Demonstrates how to create a custom media route provider.
|
/development/samples/browseable/CustomTransition/ |
D | _index.jd | 8 This sample demonstrates how to create and use a custom Transition.
|
/development/samples/browseable/CustomChoiceList/ |
D | _index.jd | 8 …This sample demonstrates how to create custom checkable layouts, for use with ListView\'s choiceMo…
|
/development/samples/AconfigDemo/src/com/example/android/aconfig/demo/ |
D | AconfigDemoApplication.java | 26 ApplicationComponent appComponent = DaggerApplicationComponent.create();
|
/development/tools/repo_diff/service/repodiff/ |
D | Makefile | 112 gcloud compute instances create $(REMOTE_MACHINE_NAME) \ 129 gcloud iam service-accounts keys create $(TMP_CREDENTIAL_FNAME) --iam-account $(SERVICE_ACCOUNT) 140 …&& gcloud compute firewall-rules create $(FIREWALL_NAME) --allow tcp:$(DOCKER_TARGET_PORT) 2>/dev/… 179 gcloud container clusters create $(DOCKER_CLUSTER_NAME) \
|
/development/samples/browseable/BasicAccessibility/ |
D | _index.jd | 8 …This sample demonstrates how to create an accessible application, using a mix of different widgets…
|
/development/tools/ota_analysis/src/services/ |
D | update_metadata_pb.js | 68 Extent.create = function create(properties) { function 83 writer = $Writer.create(); 117 reader = $Reader.create(reader); 298 Signatures.create = function create(properties) { function in Signatures 313 writer = $Writer.create(); 346 reader = $Reader.create(reader); 520 Signature.create = function create(properties) { function in Signature 535 writer = $Writer.create(); 571 reader = $Reader.create(reader); 755 PartitionInfo.create = function create(properties) { function in PartitionInfo [all …]
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/ |
D | _index.jd | 9 from ActionBarCompat to create a list, with each item having a dropdown menu.
|
/development/samples/browseable/RecyclerView/ |
D | _index.jd | 9 to create a vertical list. Tap \"SHOW LOG\" to view elements as they are bound to
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/ |
D | MainActivity.java | 153 mRS = RenderScript.create(this); in createScript() 169 mScriptBlur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS)); in createScript() 170 mScriptConvolve = ScriptIntrinsicConvolve5x5.create(mRS, in createScript() 172 mScriptMatrix = ScriptIntrinsicColorMatrix.create(mRS, in createScript()
|
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/ |
D | SampleGridPagerAdapter.java | 76 protected Drawable create(final Integer row) { 96 protected Drawable create(final Point page) { 120 CardFragment.create(res.getText(titleRes), res.getText(textRes)); in cardFragment()
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
D | InjectedApplication.java | 47 mObjectGraph = module != null ? ObjectGraph.create(module) : null; in initObjectGraph()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GridLayout3.java | 39 public static View create(Context context) { in create() method in GridLayout3 114 setContentView(create(this)); in onCreate()
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
D | InterstitialMessageActivity.java | 35 TaskStackBuilder.create(this) in onViewContent()
|
/development/samples/browseable/ActionBarCompat-Basic/ |
D | _index.jd | 8 This sample shows you how to use ActionBarCompat to create a basic Activity which
|