Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/libs/hwui/
DDisplayList.cpp45 , regions(stdAllocator) in DisplayList()
85 regions.clear(); in cleanupResources()
DDisplayList.h200 LsaVector<std::unique_ptr<const SkRegion>> regions; variable
DDisplayListCanvas.h310 mDisplayList->regions.push_back(std::move(copy)); in refRegion()
DRecordingCanvas.h280 mDisplayList->regions.push_back(std::move(copy)); in refRegion()
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java221 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/
Dexpand-to-new-markets.jd74 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/
Drs_for_each.rsh42 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/
Dindex.jd41 the app, draw polylines and polygons to indicate paths or regions, or provide complete image
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2On1Adapter.cpp2124 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/
Dvulkan.api2411 … /// 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/
Drs_for_each.jd184 <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/
Dandroid-4.4.jd435 …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…
545regions of the external storage using methods such as {@link android.content.Context#getExternalFi…
Dandroid-4.0-highlights.jd827 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/
Dunderstand-user-value.jd162 <li>Geography, to determine which countries, regions or cities
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd335 <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/
Dtesting.jd89 regions where contents or controls do not provide an audio description.</li>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd248 regions and content padding.</p>
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd25 <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,
Dlocalization.jd41 <p>Android will run on many devices in many regions. To reach the most users,
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd178 the regions of the screen that need to be redrawn (the dirty region). The Android system then
D2d-graphics.jd471 lines identify the regions of the image that will be replicated in order to stretch the
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd665 <p class="note"><strong>Note:</strong> If your custom view has distinct clickable regions, such as
/frameworks/base/docs/html/distribute/tools/
Dlocalization-checklist.jd579 specific regions might be different. If possible, match your test devices to
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd172 As shown in figure 2, there are three regions of an alert dialog:</p>
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd642 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

12