/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/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
D | ViewfinderProcessor.java | 62 mInputHdrAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor() 64 mInputNormalAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor() 70 mPrevAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor() 72 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
|
/development/vndk/tools/header-checker/ |
D | README.md | 11 [Create Reference ABI Dumps](#Create-Reference-ABI-Dumps) to create one. 84 `utils/create_reference_dumps.py` may be used to create reference ABI dumps. 95 To create reference ABI dumps for a specific library, run the command below: 101 This will create reference dumps for `libfoo`, assuming `libfoo` is a VNDK 109 This will create reference dumps for `libfoo`, assuming `libfoo` is an LLNDK
|
/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/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/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/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/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/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/tools/repo_diff/ |
D | README.md | 8 In addition to importing to a spreadsheet, you can also create your own 11 If you wish to create your own dashboard follow the instructions below: 41 3. Create a [new Google spreadsheet](https://docs.google.com/spreadsheets/create). 43 5. Create a [new data source in Data Studio](https://datastudio.google.com/datasources/create).
|
/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/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/browseable/BasicAccessibility/ |
D | _index.jd | 8 …This sample demonstrates how to create an accessible application, using a mix of different widgets…
|
/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/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | InteractiveWatchFaceService.java | 42 Typeface.create(Typeface.SANS_SERIF, Typeface.BOLD); 44 Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL);
|
/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/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
D | InjectedApplication.java | 47 mObjectGraph = module != null ? ObjectGraph.create(module) : null; in initObjectGraph()
|
/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
|
/development/samples/browseable/DocumentCentricApps/ |
D | _index.jd | 9 It let\'s you create new documents in the system overview menu and persists its
|