Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 100) sorted by relevance

1234

/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlertDialogSamples.java99 .create(); in onCreateDialog()
112 .create(); in onCreateDialog()
125 .create(); in onCreateDialog()
137 .create(); in onCreateDialog()
149 .create(); in onCreateDialog()
172 .create(); in onCreateDialog()
195 .create(); in onCreateDialog()
209 .create(); in onCreateDialog() method in AlertDialogSamples
256 .create(); in onCreateDialog()
283 .create(); in onCreateDialog()
[all …]
DSecureDialogActivity.java84 .create(); in onClick()
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DViewfinderProcessor.java62 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.jd8 This sample demonstrates how to use the Android Key Store to safely create and store
11 To create a new KeyPair, click \"Create\".\n\n
/development/host/windows/usb/
Dreadme.txt3 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/MediaRouter/
D_index.jd6 Demonstrates how to create a custom media route provider.
/development/samples/browseable/CustomTransition/
D_index.jd7 This sample demonstrates how to create and use a custom Transition.
/development/samples/browseable/CustomChoiceList/
D_index.jd7 …This sample demonstrates how to create custom checkable layouts, for use with ListView\'s choiceMo…
/development/samples/browseable/BasicAccessibility/
D_index.jd7 …This sample demonstrates how to create an accessible application, using a mix of different widgets…
/development/samples/browseable/ActionBarCompat-ListPopupMenu/
D_index.jd8 from ActionBarCompat to create a list, with each item having a dropdown menu.
/development/samples/browseable/RecyclerView/
D_index.jd8 to create a vertical list. Tap \"SHOW LOG\" to view elements as they are bound to
/development/samples/browseable/AdapterTransition/
D_index.jd7 … directly applied to AdapterViews. In this sample, we demonstrate how to create an overlay layout …
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DInterstitialMessageActivity.java35 TaskStackBuilder.create(this) in onViewContent()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGridLayout3.java39 public static View create(Context context) { in create() method in GridLayout3
114 setContentView(create(this)); in onCreate()
/development/samples/browseable/GridViewPager/Wearable/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java76 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/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java153 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/WatchFace/
D_index.jd7 This sample demonstrates how to create watch faces for android wear and includes a phone app
/development/samples/browseable/ActionBarCompat-Basic/
D_index.jd7 This sample shows you how to use ActionBarCompat to create a basic Activity which
/development/samples/browseable/DocumentCentricApps/
D_index.jd8 It let\'s you create new documents in the system overview menu and persists its
/development/samples/browseable/ElizaChat/
D_index.jd8 … messages with a quick voice response. New messages create a notification with a "Reply" action.
/development/samples/browseable/BasicManagedProfile/
D_index.jd7 This sample demonstrates how to create a managed profile. You can also learn how to
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DScreenSlidePageFragment.java47 public static ScreenSlidePageFragment create(int pageNumber) { in create() method in ScreenSlidePageFragment
/development/samples/browseable/DelayedConfirmation/
D_index.jd7 Demonstrates how to create a DelayedConfirmationView in your wearable app. In this
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlayer.java61 public static Player create(Context context, RouteInfo route) { in create() method in Player
/development/samples/Support7Demos/src/com/example/android/supportv7/view/
DGridLayout3.java50 public static View create(Context context) { in create() method in GridLayout3
126 setContentView(create(this)); in onCreate()

1234