/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.h | 287 Vector<Area> *areas); 294 status_t validateAreas(const Vector<Area> &areas,
|
D | Parameters.cpp | 2359 Vector<Parameters::Area> *areas) { in parseAreas() argument 2361 areas->clear(); in parseAreas() 2364 areas->push(); in parseAreas() 2379 areas->push(Parameters::Area( in parseAreas() 2386 status_t Parameters::validateAreas(const Vector<Parameters::Area> &areas, in validateAreas() argument 2391 if (areas.size() == 0) return BAD_VALUE; in validateAreas() 2392 if (areas.size() == 1) { in validateAreas() 2393 if (areas[0].left == 0 && in validateAreas() 2394 areas[0].top == 0 && in validateAreas() 2395 areas[0].right == 0 && in validateAreas() [all …]
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
D | index.jd | 13 The documents below highlight important policy areas and provide tips to help
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 2271 private void set(String key, List<Area> areas) { in set() argument 2272 if (areas == null) { in set() 2276 for (int i = 0; i < areas.size(); i++) { in set() 2277 Area area = areas.get(i); in set() 2290 if (i != areas.size() - 1) buffer.append(','); in set()
|
/frameworks/base/docs/html/training/system-ui/ |
D | index.jd | 43 system bars</a> are screen areas dedicated to the display of notifications, communication
|
/frameworks/base/docs/html/tools/help/ |
D | draw9patch.jd | 55 <li><strong>Show bad patches</strong>: Adds a red border around patch areas that may
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | index.jd | 10 one-time-programmable areas to make the card read-only. More complex tags offer math operations,
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | index.jd | 32 users to copy and paste files between areas in external storage. One way a sending app can
|
/frameworks/base/docs/html/training/location/ |
D | index.jd | 78 Learn how to define one or more geographic areas as locations of interest, called geofences,
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 35 <li><a href="#metering-focus-areas">Metering and focus areas</a></li> 1093 <li><a href="#metering-focus-areas">Metering and focus areas</a></li> 1118 <td><a href="#metering-focus-areas">Metering Areas</a></td> 1120 <td>Specify one or more areas within an image for calculating white balance</td> 1123 <td><a href="#metering-focus-areas">Focus Areas</a></td> 1125 <td>Set one or more areas within an image to use for focus</td> 1297 <li>Metering and focus areas</li> 1304 <h3 id="metering-focus-areas">Metering and focus areas</h3> 1307 additional controls to allow your app or users to specify areas in an image to use for determining 1313 demonstrates setting two light metering areas for an instance of [all …]
|
/frameworks/base/docs/html/google/play-services/ |
D | location.jd | 61 … specific locations and then receive notifications when the user enters or leaves those areas. </p>
|
/frameworks/base/docs/html/design/get-started/ |
D | ui-overview.jd | 57 <p>The system bars are screen areas dedicated to the display of notifications, communication of dev…
|
/frameworks/base/docs/html/design/patterns/ |
D | app-structure.jd | 102 …s your app’s capabilities by introducing the user to the major functional areas. In many cases the… 211 People uses fixed tabs to switch between different, relatively unrelated functional areas.
|
D | widgets.jd | 79 …t your widget's offering by providing navigation links to frequently used areas of your app. This …
|
D | actionbar.jd | 26 <p>The action bar is split into four different functional areas that apply to most apps.</p>
|
/frameworks/base/docs/html/training/notepad/ |
D | index.jd | 78 areas that each covers. Each exercise assumes that you have completed any
|
D | notepad-index.jd | 78 areas that each covers. Each exercise assumes that you have completed any
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.4.jd | 77 API provided in Android 3.1. In most areas, you can use the same techniques and
|
D | android-3.2.jd | 116 in which the application UI will need to be drawn, not including screen areas 122 in "dp" units, not including screen areas reserved by the system. The width and
|
/frameworks/base/docs/html/training/multiscreen/ |
D | screensizes.jd | 341 formatted PNG files that indicate which areas can and cannot be stretched.</p> 352 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/ |
D | efficient-network-access.jd | 21 …<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/tools/debugging/ |
D | index.jd | 128 around redrawn areas. Turn these features on and off in the developer settings
|
/frameworks/base/docs/html/training/accessibility/ |
D | accessible-app.jd | 197 navigate without any visual cues. Fix problem areas as they appear, and you'll
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | console.jd | 9 tools on Google Play. This sections below introduce a few of the key areas
|
/frameworks/base/docs/html/training/custom-views/ |
D | custom-drawing.jd | 60 <p>The {@link android.graphics} framework divides drawing into two areas:</p>
|