/frameworks/base/libs/hwui/ |
D | DisplayList.cpp | 45 , regions(stdAllocator) in DisplayList() 85 regions.clear(); in cleanupResources()
|
D | DisplayList.h | 200 LsaVector<std::unique_ptr<const SkRegion>> regions; variable
|
D | DisplayListCanvas.h | 310 mDisplayList->regions.push_back(std::move(copy)); in refRegion()
|
D | RecordingCanvas.h | 280 mDisplayList->regions.push_back(std::move(copy)); in refRegion()
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 221 protected Void doInBackground(Void... regions) { in doInBackground() argument 315 protected String doInBackground(Region... regions) { in doInBackground() argument 316 d = regions[0].findMatch(mFindRegion, mRs, mDisplayedImage); in doInBackground() 322 regions[0].heal(mHealingScript, mRs, mImage2, mImage2); in doInBackground()
|
/frameworks/base/docs/html/distribute/users/ |
D | expand-to-new-markets.jd | 74 regions. A single APK also allows you to more easily track metrics by 179 <strong>Tip:</strong> You can select regions, set regional pricing, and 190 Within your Google Play listing, you’ll need to set the regions in which your 202 In the Developer Console, you can set the regions you make your app available
|
/frameworks/rs/scriptc/ |
D | rs_for_each.rsh | 42 RS_FOR_EACH_STRATEGY_SERIAL = 0, // Prefer contiguous memory regions. 45 RS_FOR_EACH_STRATEGY_TILE_SMALL = 3, // Prefer processing small rectangular regions. 46 RS_FOR_EACH_STRATEGY_TILE_MEDIUM = 4, // Prefer processing medium rectangular regions. 47 RS_FOR_EACH_STRATEGY_TILE_LARGE = 5 // Prefer processing large rectangular regions.
|
/frameworks/base/docs/html/training/maps/ |
D | index.jd | 41 the app, draw polylines and polygons to indicate paths or regions, or provide complete image
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2On1Adapter.cpp | 2124 std::string regions; in regionStrings() local 2125 regions += " Visible Region"; in regionStrings() 2126 regions.resize(40, ' '); in regionStrings() 2127 regions += "Surface Damage\n"; in regionStrings() 2145 regions += line; in regionStrings() 2148 return regions; in regionStrings()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2411 … /// Sparse resources support: GPU can safely access non-resident regions of a resource, al… 4453 regions := pRegions[0:regionCount] 4455 region := regions[i] 4479 regions := pRegions[0:regionCount] 4481 region := regions[i] 4506 regions := pRegions[0:regionCount] 4508 region := regions[i] 4531 regions := pRegions[0:regionCount] 4533 region := regions[i] 4556 regions := pRegions[0:regionCount] [all …]
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_for_each.jd | 184 <tr><th>RS_FOR_EACH_STRATEGY_SERIAL = 0</th><td>Prefer contiguous memory regions.</td></tr> 187 …<tr><th>RS_FOR_EACH_STRATEGY_TILE_SMALL = 3</th><td>Prefer processing small rectangular regions.</… 188 …S_FOR_EACH_STRATEGY_TILE_MEDIUM = 4</th><td>Prefer processing medium rectangular regions.</td></tr> 189 …<tr><th>RS_FOR_EACH_STRATEGY_TILE_LARGE = 5</th><td>Prefer processing large rectangular regions.</…
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 435 …ecific regions of the external storage using the methods above. However, the permissions are requi… 520 <p>The {@link android.view.View} class now allows you to declare "live regions" for portions of you… 545 …regions of the external storage using methods such as {@link android.content.Context#getExternalFi…
|
D | android-4.0-highlights.jd | 827 regions in a camera preview, then manage white balance and exposure dynamically 828 for those regions. For easier focusing and image processing, a face-detection
|
/frameworks/base/docs/html/distribute/analyze/ |
D | understand-user-value.jd | 162 <li>Geography, to determine which countries, regions or cities
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 335 <h3 id=”areas”>Tap regions</h3> 337 <p>You can also use different regions of the screen to trigger different changes to the watch face.
|
/frameworks/base/docs/html/training/accessibility/ |
D | testing.jd | 89 regions where contents or controls do not provide an audio description.</li>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 248 regions and content padding.</p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 25 <dd>A PNG file with stretchable regions to allow image resizing based on content ({@code 309 <p>A {@link android.graphics.NinePatch} is a PNG image in which you can define stretchable regions 320 <p>For a complete discussion about how to create a Nine-Patch file with stretchable regions,
|
D | localization.jd | 41 <p>Android will run on many devices in many regions. To reach the most users,
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 178 the regions of the screen that need to be redrawn (the dirty region). The Android system then
|
D | 2d-graphics.jd | 471 lines identify the regions of the image that will be replicated in order to stretch the
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | apps.jd | 665 <p class="note"><strong>Note:</strong> If your custom view has distinct clickable regions, such as
|
/frameworks/base/docs/html/distribute/tools/ |
D | localization-checklist.jd | 579 specific regions might be different. If possible, match your test devices to
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 172 As shown in figure 2, there are three regions of an alert dialog:</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 642 Nine-Patch file is basically a PNG file in which you specify two-dimensional regions that are 644 stretches the Nine-Patch bitmap, but stretches only the specified regions. As such, you don't
|