/frameworks/support/ |
D | settings.gradle | 2 project(':support-annotations').projectDir = new File(rootDir, 'annotations') 5 project(':support-v4').projectDir = new File(rootDir, 'v4') 8 project(':support-appcompat-v7').projectDir = new File(rootDir, 'v7/appcompat') 11 project(':support-gridlayout-v7').projectDir = new File(rootDir, 'v7/gridlayout') 14 project(':support-mediarouter-v7').projectDir = new File(rootDir, 'v7/mediarouter') 17 project(':support-palette-v7').projectDir = new File(rootDir, 'v7/palette') 20 project(':support-recyclerview-v7').projectDir = new File(rootDir, 'v7/recyclerview') 23 project(':support-cardview-v7').projectDir = new File(rootDir, 'v7/cardview') 26 project(':support-v13').projectDir = new File(rootDir, 'v13') 29 project(':support-leanback-v17').projectDir = new File(rootDir, 'v17/leanback')
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFSectionProgBits.h | 47 stubs = new StubLayoutARM(); in ELFSectionProgBits() 51 stubs = new StubLayoutAARCH64(); in ELFSectionProgBits() 55 stubs = new StubLayoutMIPS(); in ELFSectionProgBits() 59 stubs = new StubLayoutX86(); in ELFSectionProgBits() 63 stubs = new StubLayoutX86_64(); in ELFSectionProgBits()
|
/frameworks/base/docs/html-intl/intl/ja/training/tv/playback/ |
D | details.jd | 87 ClassPresenterSelector selector = new ClassPresenterSelector(); 90 new DetailsOverviewRowPresenter(new DetailsDescriptionPresenter()); 94 new ListRowPresenter()); 95 mRowsAdapter = new ArrayObjectAdapter(selector); 98 DetailsOverviewRow detailsOverview = new DetailsOverviewRow( 103 detailsOverview.addAction(new Action(1, "Buy $9.99")); 104 detailsOverview.addAction(new Action(2, "Rent $2.99")); 108 ArrayObjectAdapter listRowAdapter = new ArrayObjectAdapter( 109 new StringPresenter()); 113 HeaderItem header = new HeaderItem(0, "Related Items", null); [all …]
|
D | browse.jd | 98 TextView textView = new TextView(parent.getContext()); 103 return new ViewHolder(textView); 132 mRowsAdapter = new ArrayObjectAdapter(new ListRowPresenter()); 135 ArrayObjectAdapter listRowAdapter = new ArrayObjectAdapter( 136 new StringPresenter()); 140 HeaderItem header = new HeaderItem(i, "Category " + i, null); 141 mRowsAdapter.add(new ListRow(header, listRowAdapter)); 178 return new OnItemViewSelectedListener() {
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyTransmitter.h | 80 mConn(new ARTSPConnection), in MyTransmitter() 103 sp<AMessage> reply = new AMessage('conn', id()); in MyTransmitter() 110 sp<MediaSource> source = new VideoSource(width, height); in MyTransmitter() 112 sp<MetaData> encMeta = new MetaData; in MyTransmitter() 232 sp<AMessage> reply = new AMessage('anno', id()); in issueAnnounce() 353 (new AMessage('quit', id()))->post(); in onMessageReceived() 384 (new AMessage('quit', id()))->post(); in onMessageReceived() 394 (new AMessage('quit', id()))->post(); in onMessageReceived() 417 sp<AMessage> reply = new AMessage('setu', id()); in onMessageReceived() 436 sp<ABuffer> buffer = new ABuffer(65536); in onMessageReceived() [all …]
|
D | MyHandler.h | 116 mNetLooper(new ALooper), in mNotify() 117 mConn(new ARTSPConnection(mUIDValid, mUID)), in mNotify() 118 mRTPConn(new ARTPConnection), in mNotify() 172 sp<AMessage> notify = new AMessage('biny', id()); in connect() 175 sp<AMessage> reply = new AMessage('conn', id()); in connect() 183 sp<AMessage> notify = new AMessage('biny', id()); in loadSDP() 186 sp<AMessage> reply = new AMessage('sdpl', id()); in loadSDP() 213 (new AMessage('abor', id()))->post(); in disconnect() 217 sp<AMessage> msg = new AMessage('seek', id()); in seek() 228 sp<AMessage> msg = new AMessage('paus', id()); in pause() [all …]
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGL.h | 42 mST = new GLConsumer(mConsumer, TEX_ID, GLConsumer::TEXTURE_EXTERNAL, in SetUp() 44 mSTC = new Surface(producer); in SetUp() 46 mTextureRenderer = new TextureRenderer(TEX_ID, mST); in SetUp() 48 mFW = new FrameWaiter; in SetUp()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | index.jd | 15 <p>Earlier this year, Android 3.0 launched with a new 2D rendering pipeline designed to 16 support hardware acceleration on tablets. With this new pipeline, all drawing operations performed 24 <p>This new animation system makes it easy to animate any kind of property on any object, 25 including the new properties added to the View class in 3.0. In the 3.1 release, we added a small 32 <p>Hardware accelerated graphics is nothing new to the Android platform, it has always been 33 used for windows composition or OpenGL games for instance, but with this new rendering pipeline
|
/frameworks/wilhelm/tools/mphtogen/ |
D | README.txt | 9 Diff the new files in ../../src/autogen vs. the new ones as sanity check. 10 Build and test using the new header files.
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Camera2Heap.h | 33 mHeap = new MemoryHeapBase(buf_size * num_buffers, 0, name); in mBufSize() 34 mBuffers = new sp<MemoryBase>[mNumBufs]; in mBufSize() 36 mBuffers[i] = new MemoryBase(mHeap, in mBufSize()
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | stacks.jd | 26 to provide a summary such as "2 new messages."</p> 32 card, which users can expand to view the details from each notification separately. The new 47 Notification notif = new NotificationCompat.Builder(mContext) 64 instead of as a new card:</p> 67 Notification notif2 = new NotificationCompat.Builder(mContext) 99 Notification summaryNotification = new NotificationCompat.Builder(mContext) 100 .setContentTitle("2 new messages") 103 .setStyle(new NotificationCompat.InboxStyle() 106 .setBigContentTitle("2 new messages") 144 new NotificationCompat.WearableExtender() [all …]
|
/frameworks/base/docs/html/training/tv/playback/ |
D | details.jd | 112 ClassPresenterSelector selector = new ClassPresenterSelector(); 115 new DetailsOverviewRowPresenter(new DetailsDescriptionPresenter()); 119 new ListRowPresenter()); 120 mRowsAdapter = new ArrayObjectAdapter(selector); 123 DetailsOverviewRow detailsOverview = new DetailsOverviewRow( 128 detailsOverview.addAction(new Action(1, "Buy $9.99")); 129 detailsOverview.addAction(new Action(2, "Rent $2.99")); 133 ArrayObjectAdapter listRowAdapter = new ArrayObjectAdapter( 134 new StringPresenter()); 138 HeaderItem header = new HeaderItem(0, "Related Items", null); [all …]
|
D | card.jd | 53 mRowsAdapter = new ArrayObjectAdapter(new ListRowPresenter()); 54 CardPresenter cardPresenter = new CardPresenter(); 59 ArrayObjectAdapter listRowAdapter = new ArrayObjectAdapter(cardPresenter); 65 HeaderItem header = new HeaderItem(i, entry.getKey(), null); 67 mRowsAdapter.add(new ListRow(header, listRowAdapter)); 70 HeaderItem gridHeader = new HeaderItem(i, getString(R.string.more_samples), 73 GridItemPresenter gridPresenter = new GridItemPresenter(); 74 ArrayObjectAdapter gridRowAdapter = new ArrayObjectAdapter(gridPresenter); 78 mRowsAdapter.add(new ListRow(gridHeader, gridRowAdapter)); 123 ImageCardView cardView = new ImageCardView(mContext) { [all …]
|
/frameworks/rs/driver/ |
D | rsdShaderCache.h | 84 name = new char[nameLength]; in UniformQueryData() 109 vtxAttrs = new AttrData[numVtxAttr]; in ProgramEntry() 112 vtxUniforms = new UniformData[numVtxUnis]; in ProgramEntry() 115 fragUniforms = new UniformData[numFragUnis]; in ProgramEntry() 116 fragUniformIsSTO = new bool[numFragUnis]; in ProgramEntry()
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0-highlights.jd | 43 <p>The Android 3.0 platform introduces many new and exciting features for users and developers. 44 This document provides a glimpse of some of the new features and technologies, as delivered in 45 Android 3.0. For a more detailed look at new developer APIs, see the <a 62 …new version of the Android platform that is specifically optimized for devices with larger screen … 66 …new UI brings fresh paradigms for interaction, navigation, and customization and makes them availa… 70 …e System Bar is always present and is a key touchpoint for users, but in a new "lights out mode" c… 104 … sizes. The keys are reshaped and repositioned for improved targeting, and new keys have been adde… 113 …t, a new UI lets users quickly select a word by press-hold and then adjust the selection area as n… 118 …new connectivity features that add versatility and convenience for users. Built-in support for Med… 130 …igned for use on larger screen devices. The sections below highlight some of the new features. </p> [all …]
|
D | android-3.2.jd | 30 …ink android.os.Build.VERSION_CODES#HONEYCOMB_MR2}) is an incremental platform release that adds new 32 of the new features and developer APIs.</p> 54 <p>Android 3.2 introduces a new <em>compatibility zoom</em> mode that gives 55 users a new way to view fixed-sized apps on larger devices. The new mode provides a 57 designed to run on larger screen sizes, such as on tablets. The new mode is 75 Android-powered devices. The API includes new resource qualifiers and new 81 support for various screen sizes, the platform also provides a new zoom 92 <p>Android 3.2 introduces new screens support APIs that give you more 104 space available. The platform expresses the amount of space available using three new 128 <p>The new screens support API is designed to let you manage application UI [all …]
|
D | android-2.3.3.jd | 45 <p>The sections below provide a technical overview of what's new for developers 46 in {@sdkPlatformVersion}, including new features and changes in the framework 52 applications to interact with more types of tags in new ways.</p> 54 <p>A new, comprehensive set of APIs give applications read and write access 79 The new dispatch process also lets apps listen for specific tag content and 80 tag technologies, based on two new intent actions — 142 <li>A new {@link android.graphics.BitmapRegionDecoder} class lets applications 146 <li>A new {@link 157 <li>A new {@link android.media.MediaMetadataRetriever} class provides a unified 160 android.media.MediaRecorder.OutputFormat} include new fields for specifying AMR [all …]
|
D | android-1.6-highlights.jd | 37 <p>The Android 1.6 platform introduces new features for users and developers. 38 This page provides an overview of some new features and technologies.</p> 95 <p>A new Virtual Private Network (VPN) control panel in Settings allows users 108 <p>A new battery usage screen lets users see which apps and services are consuming 116 <p>Users will be able to download new accessibility services built 117 on the new accessibility framework and enable them in Settings.</p> 167 <p>A new gestures framework provides application developers with a framework for creating, storing, 170 <p>Developers can use the new GestureBuilder tool included in the Android 1.6 SDK to generate libra… 176 <p>Android 1.6 provides a new accessibility framework. 178 such as making a sound when a new window is shown, vibrating when navigating to the top of [all …]
|
/frameworks/base/docs/html/guide/components/ |
D | recents.jd | 13 <li><a href="#flag-new-doc">Using the Intent flag to add a task</a></li> 65 attributes you can choose between always opening the document in a new task or reusing an 68 <h3 id="flag-new-doc">Using the Intent flag to add a task</h3> 70 <p>When you create a new document for your activity, you call the 73 launches the activity. To insert a logical break so that the system treats your activity as a new 83 the new document, the system always creates a new task with the target activity as the root. 100 final Intent newDocumentIntent = new Intent(this, NewDocumentActivity.class); 117 <p>When the main activity launches a new activity, the system searches through existing tasks for 120 flag, a new task will be created with the activity as its root. If it finds one, it brings that task 121 to the front and passes the new intent to {@link android.app.Activity#onNewIntent onNewIntent()}. [all …]
|
/frameworks/base/docs/html/training/volley/ |
D | requestqueue.jd | 70 Network network = new BasicNetwork(stack); 80 Cache cache = new DiskBasedCache(getCacheDir(), 1024 * 1024); // 1MB cap 83 Network network = new BasicNetwork(new HurlStack()); 86 mRequestQueue = new RequestQueue(cache, network); 94 StringRequest stringRequest = new StringRequest(Request.Method.GET, url, 95 new Response.Listener<String>() { 101 new Response.ErrorListener() { 151 mImageLoader = new ImageLoader(mRequestQueue, 152 new ImageLoader.ImageCache() { 154 cache = new LruCache<String, Bitmap>(20); [all …]
|
/frameworks/base/docs/html/guide/topics/media/ |
D | audio-capture.jd | 47 <li>Create a new instance of {@link android.media.MediaRecorder android.media.MediaRecorder}.</li> 132 mPlayer = new MediaPlayer(); 148 mRecorder = new MediaRecorder(); 172 OnClickListener clicker = new OnClickListener() { 194 OnClickListener clicker = new OnClickListener() { 222 LinearLayout ll = new LinearLayout(this); 223 mRecordButton = new RecordButton(this); 225 new LinearLayout.LayoutParams( 229 mPlayButton = new PlayButton(this); 231 new LinearLayout.LayoutParams(
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 42 mDatabaseOpenHelper = new DatabaseOpenHelper(context); 68 mDatabaseOpenHelper = new DatabaseOpenHelper(context); 116 new Thread(new Runnable() { 121 throw new RuntimeException(e); 130 BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream)); 148 ContentValues initialValues = new ContentValues(); 176 String[] selectionArgs = new String[] {query+"*"}; 182 SQLiteQueryBuilder builder = new SQLiteQueryBuilder(); 205 DatabaseTable db = new DatabaseTable(this);
|
/frameworks/base/docs/html/training/notify-user/ |
D | expanded.jd | 77 <p>The normal view provides these features through a new activity that launches 90 {@link android.app.IntentService#onHandleIntent onHandleIntent()} specifies the new activity 97 <pre>Intent resultIntent = new Intent(this, ResultActivity.class); 102 // Because clicking the notification launches a new ("special") activity, 113 // notification. Clicking the notification launches a new activity. 124 Intent dismissIntent = new Intent(this, PingService.class); 128 Intent snoozeIntent = new Intent(this, PingService.class); 144 new NotificationCompat.Builder(this) 156 .setStyle(new NotificationCompat.BigTextStyle()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 37 { new (pPtr) value_type(); } in construct() 40 { new (pPtr) value_type(pValue); } in construct() 76 { new (pPtr) value_type(); } in construct() 79 { new (pPtr) value_type(pValue); } in construct() 253 m_pRoot = new chunk_type(); in initialize() 259 chunk_type *result = new chunk_type(); in getNewChunk() 372 { ::new((void *)pObject) value_type(pValue); } in construct()
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 8 .new-value { 78 be kept, or it can submit a new data set that represents the merged data. It is 99 <li> <strong>New is better than old</strong>. In some cases, new data should 167 <td class="new-value">30</td> 175 <td class="new-value">35</td> 183 <td class="new-value">35</td> 196 <td class="new-value">35</td> 198 <td class="new-value">35</td> 280 <td class="new-value" style="white-space:nowrap">(130, +10)</td> 288 <td class="new-value" style="white-space:nowrap">(125, +115)</td> [all …]
|