/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Blur25G.java | 67 Type.Builder tb = new Type.Builder(mRS, Element.U8(mRS));
|
GroupTest.java | 66 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Blur25.java | 76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
Droid.java | 72 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.I16(rs));
|
Mandelbulb.java | 64 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.I16(rs));
|
/frameworks/support/recommendation/src/android/support/app/recommendation/ |
RecommendationExtender.java | 27 * <li>Create an {@link Notification.Builder}, setting any desired properties. 31 * <li>Call {@link android.app.Notification.Builder#extend(Notification.Extender) 32 * Notification.Builder.extend(Notification.Extender)} to apply the extensions to a notification. 35 * <pre class="prettyprint">Notification notification = new Notification.Builder(context) * ... * .extend(new RecommendationExtender() * .set*(...)) * .build(); * </pre> 99 * the {@link android.app.Notification.Builder#extend(Notification.Extender) 100 * Notification.Builder.extend(Notification.Extender)} method of {@link Notification.Builder}. 103 public Notification.Builder extend(Notification.Builder builder) { [all...] |
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertSelectorTest.java | 117 TestKeyStore testKeyStore = new TestKeyStore.Builder() 125 TestKeyStore testKeyStore = new TestKeyStore.Builder()
|
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
SmsMessageReceiver.java | 56 Notification.Builder notification = new Notification.Builder(context)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/ |
A2dpMediaBrowserService.java | 317 PlaybackState.Builder pbb = new PlaybackState.Builder(playbackState); 338 PlaybackState.Builder pbb = new PlaybackState.Builder(); 353 PlaybackState.Builder pbb = new PlaybackState.Builder(); 385 PlaybackState.Builder pbb = new PlaybackState.Builder(pb);
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
PictureTakerImpl.java | 36 private final ImageSaver.Builder mImageSaverBuilder; 40 ImageSaver.Builder imageSaverBuilder, ImageCaptureCommand command) {
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
GroupNameDialogFragment.java | 45 final AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); local 46 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext()); 51 builder.setTitle(getTitleResourceId()); 52 builder.setView(view); 54 builder.setPositiveButton(android.R.string.ok, 63 builder.setNegativeButton(android.R.string.cancel, null); 64 final AlertDialog dialog = builder.create();
|
JoinContactsDialogFragment.java | 66 return new AlertDialog.Builder(getActivity()) 72 return new AlertDialog.Builder(getActivity())
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
SelectAccountDialogFragment.java | 49 final AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); local 50 final LayoutInflater inflater = LayoutInflater.from(builder.getContext()); 53 new ArrayAdapter<Account>(builder.getContext(), 86 builder.setTitle("Choose account to send to editor"); 87 builder.setSingleChoiceItems(accountAdapter, 0, clickListener); 88 final AlertDialog result = builder.create();
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/editor/ |
SelectAccountDialogFragment.java | 74 final AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); local 78 final AccountsListAdapter accountAdapter = new AccountsListAdapter(builder.getContext(), 92 builder.setTitle(args.getInt(KEY_TITLE_RES_ID)); 93 builder.setSingleChoiceItems(accountAdapter, 0, clickListener); 94 final AlertDialog result = builder.create();
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
AlertDialogFragment.java | 84 final AlertDialog.Builder builder = new AlertDialog.Builder(context) local 89 builder.setPositiveButton(positiveButtonLabel, this); 91 return builder.create();
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
FileProvider.java | 84 final Uri.Builder builder = (new Uri.Builder()).authority(authority).scheme( local 86 builder.appendPath(String.valueOf(fileId)); 88 builder.appendQueryParameter(FILE_EXTENSION_PARAM_KEY, extension); 90 return builder.build();
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
Util.java | 79 Uri.Builder uriBuilder = new Uri.Builder();
|
/packages/apps/Settings/src/com/android/settings/ |
CustomEditTextPreference.java | 62 protected void onPrepareDialogBuilder(AlertDialog.Builder builder, 100 protected void onPrepareDialogBuilder(AlertDialog.Builder builder) { 101 super.onPrepareDialogBuilder(builder); 103 getCustomizablePreference().onPrepareDialogBuilder(builder, this);
|
CustomListPreference.java | 39 protected void onPrepareDialogBuilder(AlertDialog.Builder builder, 76 protected void onPrepareDialogBuilder(AlertDialog.Builder builder) { 77 super.onPrepareDialogBuilder(builder); 80 getCustomizablePreference().onPrepareDialogBuilder(builder, getOnItemClickListener()); 82 builder.setPositiveButton(R.string.okay, new DialogInterface.OnClickListener() {
|
MonitoringCertInfoActivity.java | 57 final AlertDialog.Builder builder = new AlertDialog.Builder(this); local 58 builder.setTitle(title); 59 builder.setCancelable(true); 60 builder.setPositiveButton(getResources().getQuantityText( 62 builder.setNeutralButton(R.string.cancel, null); 63 builder.setOnDismissListener(this); 66 builder.setMessage(getResources().getQuantityString(R.plurals.ssl_ca_cert_info_message, 69 builder.setMessage(getResources().getQuantityString [all...] |
RegulatoryInfoDisplayActivity.java | 58 AlertDialog.Builder builder = new AlertDialog.Builder(this) local 82 builder.setView(view); 83 builder.show(); 85 builder.setMessage(regulatoryText); 86 AlertDialog dialog = builder.show();
|
RemoteBugreportActivity.java | 51 AlertDialog dialog = new AlertDialog.Builder(this) 70 AlertDialog dialog = new AlertDialog.Builder(this)
|
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
DvrRecordConflictFragment.java | 64 actions.add(new GuidedAction.Builder(activity) 68 actions.add(new GuidedAction.Builder(activity)
|
DvrRecordScheduleFragment.java | 37 actions.add(new GuidedAction.Builder(activity) 41 actions.add(new GuidedAction.Builder(activity)
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/ |
ScanResultFragment.java | 108 actions.add(new GuidedAction.Builder(getActivity()).id(ACTION_DONE) 111 actions.add(new GuidedAction.Builder(getActivity()).id(i).title(choices[i])
|