Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraSettings.java369 public void setMeteringAreas(List<Camera.Area> areas) { in setMeteringAreas() argument
371 if (areas != null) { in setMeteringAreas()
372 mMeteringAreas.addAll(areas); in setMeteringAreas()
415 public void setFocusAreas(List<Camera.Area> areas) { in setFocusAreas() argument
417 if (areas != null) { in setFocusAreas()
418 mFocusAreas.addAll(areas); in setFocusAreas()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h308 Vector<Area> *areas);
315 status_t validateAreas(const Vector<Area> &areas,
DParameters.cpp2501 Vector<Parameters::Area> *areas) { in parseAreas() argument
2503 areas->clear(); in parseAreas()
2506 areas->push(); in parseAreas()
2521 areas->push(Parameters::Area( in parseAreas()
2528 status_t Parameters::validateAreas(const Vector<Parameters::Area> &areas, in validateAreas() argument
2533 if (areas.size() == 0) return BAD_VALUE; in validateAreas()
2534 if (areas.size() == 1) { in validateAreas()
2535 if (areas[0].left == 0 && in validateAreas()
2536 areas[0].top == 0 && in validateAreas()
2537 areas[0].right == 0 && in validateAreas()
[all …]
/frameworks/base/docs/html/design/tv/
Dstyle.jd50 screens, areas outside that zone may not be visible.</p>
69 large areas of the screen. For highly saturated colors (especially reds, greens and blues) you
70 should review them when used to fill significant areas of the screen. You
Dindex.jd68 <p>Apps and Games rows both have special areas on the Home Screen. Within their respective
69 areas, Apps and Games titles are ordered to reflect the user’s recent usage.</p>
/frameworks/base/core/java/android/hardware/
DCamera.java2569 private void set(String key, List<Area> areas) { in set() argument
2570 if (areas == null) { in set()
2574 for (int i = 0; i < areas.size(); i++) { in set()
2575 Area area = areas.get(i); in set()
2588 if (i != areas.size() - 1) buffer.append(','); in set()
/frameworks/base/docs/html/training/performance/battery/network/
Dindex.jd26 identifies areas of your app that you can make more battery-efficient.
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd35 <li><a href="#metering-focus-areas">Metering and focus areas</a></li>
1100 <li><a href="#metering-focus-areas">Metering and focus areas</a></li>
1125 <td><a href="#metering-focus-areas">Metering Areas</a></td>
1127 <td>Specify one or more areas within an image for calculating white balance</td>
1130 <td><a href="#metering-focus-areas">Focus Areas</a></td>
1132 <td>Set one or more areas within an image to use for focus</td>
1304 <li>Metering and focus areas</li>
1311 <h3 id="metering-focus-areas">Metering and focus areas</h3>
1314 additional controls to allow your app or users to specify areas in an image to use for determining
1320 demonstrates setting two light metering areas for an instance of
[all …]
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd10 one-time-programmable areas to make the card read-only. More complex tags offer math operations,
/frameworks/base/docs/html/training/secure-file-sharing/
Dindex.jd32 users to copy and paste files between areas in external storage. One way a sending app can
/frameworks/base/docs/html/training/system-ui/
Dindex.jd70 system bars</a> are screen areas dedicated to the display of notifications, communication
/frameworks/base/docs/html/distribute/stories/games/
Ddoctor-who-legacy.jd19 creating blockbuster console, PC, and mobile games in the areas of production,
/frameworks/base/docs/html/training/location/
Dindex.jd99 Learn how to define one or more geographic areas as locations of interest,
/frameworks/base/docs/html/design/handhelds/
Dindex.jd65 <p>The system bars are screen areas dedicated to the display of notifications, communication of dev…
/frameworks/base/docs/html/work/
Dmanaged-profiles.jd59 <li>Since the managed and unmanaged profiles have separate storage areas, a
131 managed profile and the personal profile use separate storage areas, a file URI
/frameworks/base/docs/html/preview/features/
Dmulti-window.jd157 as needed. If the app lags behind in drawing in newly-exposed areas, the
158 system temporarily fills those areas with the color specified by the {@link
535 to one of the highlighted areas on the screen.
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd111 …s your app’s capabilities by introducing the user to the major functional areas. In many cases the…
220 People uses fixed tabs to switch between different, relatively unrelated functional areas.
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.4.jd77 API provided in Android 3.1. In most areas, you can use the same techniques and
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd340 formatted PNG files that indicate which areas can and cannot be stretched.</p>
351 SDK (which is located in the <code>tools/</code> directory), in which you can mark the areas that
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd21 …<li><a href="#DDMSNetworkTraffic">Use the DDMS Network Traffic Tool to identify areas of concern</…
152 …d the amount of data transferred during each connection, you can identify areas of your applicatio…
/frameworks/base/docs/html/training/accessibility/
Daccessible-app.jd197 navigate without any visual cues. Fix problem areas as they appear, and you'll
/frameworks/base/docs/html/distribute/googleplay/
Dauto.jd216 developer account address</strong>, with a summary of the areas that you need to address. When
/frameworks/base/docs/html/ndk/guides/audio/
Dopensl-for-android.jd626 areas of OpenSL ES that are not supported by Android.
674 Khronos Group. The likely areas of change include:
678 <li>The buffer queue interface is expected to have significant changes, especially in the areas
697 all of these are expected to be in areas that are not supported by Android.</li>
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd60 <p>The {@link android.graphics} framework divides drawing into two areas:</p>
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd90 dial with hour and minute hands. In this case, consider the corner areas that are exposed
335 <h3 id=”areas”>Tap regions</h3>

12