/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/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/vndk/tools/header-checker/src/dumper/ |
D | frontend_action_factory.cpp | 30 clang::FrontendAction *HeaderCheckerFrontendActionFactory::create() { in create() function in header_checker::dumper::HeaderCheckerFrontendActionFactory
|
D | frontend_action_factory.h | 38 clang::FrontendAction *create() override;
|
/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/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/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/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/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/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/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/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
|
/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/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/ElizaChat/ |
D | _index.jd | 9 … messages with a quick voice response. New messages create a notification with a "Reply" action.
|
/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/BasicManagedProfile/ |
D | _index.jd | 8 This sample demonstrates how to create a managed profile. You can also learn how to
|