/packages/apps/Camera2/src/com/android/camera/settings/ |
ResolutionUtil.java | 74 * This is the area of the largest size, used for sorting 90 // sort area greatest to least 110 * (sorted by maximum area), and sorted within aspect ratio by area) 143 * Get the area in pixels of a size. 146 * @return the area. 148 private static int area(Size size) { method in class:ResolutionUtil 170 double targetArea = Math.pow(.5, result.size()) * area(largest); 171 if (area(size) < targetArea) { 176 && (targetArea - area(lastSize) < area(size) - targetArea)) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 30 // A basic_streambuf<> manages an input (get) area and an output (put) 31 // area. Each is described by three pointers: a beginning, an end, and a 61 char_type* _M_gbegin; // Beginning of get area 62 char_type* _M_gnext; // Current position within the get area 63 char_type* _M_gend; // End of get area 65 char_type* _M_pbegin; // Beginning of put area 66 char_type* _M_pnext; // Current position within the put area 67 char_type* _M_pend; // End of put area 86 protected: // Protected interface to the get area. 109 protected: // Protected interface to the put area [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 30 // A basic_streambuf<> manages an input (get) area and an output (put) 31 // area. Each is described by three pointers: a beginning, an end, and a 61 char_type* _M_gbegin; // Beginning of get area 62 char_type* _M_gnext; // Current position within the get area 63 char_type* _M_gend; // End of get area 65 char_type* _M_pbegin; // Beginning of put area 66 char_type* _M_pnext; // Current position within the put area 67 char_type* _M_pend; // End of put area 86 protected: // Protected interface to the get area. 109 protected: // Protected interface to the put area [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 30 // A basic_streambuf<> manages an input (get) area and an output (put) 31 // area. Each is described by three pointers: a beginning, an end, and a 61 char_type* _M_gbegin; // Beginning of get area 62 char_type* _M_gnext; // Current position within the get area 63 char_type* _M_gend; // End of get area 65 char_type* _M_pbegin; // Beginning of put area 66 char_type* _M_pnext; // Current position within the put area 67 char_type* _M_pend; // End of put area 86 protected: // Protected interface to the get area. 109 protected: // Protected interface to the put area [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 30 // A basic_streambuf<> manages an input (get) area and an output (put) 31 // area. Each is described by three pointers: a beginning, an end, and a 61 char_type* _M_gbegin; // Beginning of get area 62 char_type* _M_gnext; // Current position within the get area 63 char_type* _M_gend; // End of get area 65 char_type* _M_pbegin; // Beginning of put area 66 char_type* _M_pnext; // Current position within the put area 67 char_type* _M_pend; // End of put area 86 protected: // Protected interface to the get area. 109 protected: // Protected interface to the put area [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_streambuf.h | 30 // A basic_streambuf<> manages an input (get) area and an output (put) 31 // area. Each is described by three pointers: a beginning, an end, and a 61 char_type* _M_gbegin; // Beginning of get area 62 char_type* _M_gnext; // Current position within the get area 63 char_type* _M_gend; // End of get area 65 char_type* _M_pbegin; // Beginning of put area 66 char_type* _M_pnext; // Current position within the put area 67 char_type* _M_pend; // End of put area 86 protected: // Protected interface to the get area. 109 protected: // Protected interface to the put area [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
presentation_mode_controller.mm | 122 // Set up the tracking area used to activate the sliding bar or keep it active 124 // area if one was previously set up. 132 // The tracking area can "falsely" report exits when the menu slides down over 264 // Make sure |trackingAreaBounds_| always reflects either the tracking area or 265 // the desired tracking area. 267 // The tracking area should always be at least the height of activation zone. 275 // If an animation is currently running, do not set up a tracking area now. 281 // within the tracking area bounds. 366 // The tracking area shouldn't be active during animation. 378 // The tracking area shouldn't be active during animation [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
FocusOverlayManager.java | 23 import android.hardware.Camera.Area; 45 * This also handles the metering area because it is the same as focus area. 59 * (8) The camera has autofocus and supports focus area. Touch the screen to 61 * (9) The camera has autofocus and supports focus area. Touch the screen to 63 * (10) The camera has no autofocus and supports metering area. Touch the screen 64 * to change metering area. 94 private List<Area> mFocusArea; // focus area in driver format 95 private List<Area> mMeteringArea; // metering area in driver forma [all...] |
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/assets/ |
recipelist.json | 12 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
|
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
Bouncer.java | 88 * Moving the shape in x or y causes an invalidation of the area it used to occupy 89 * plus the area it now occupies. 101 * Moving the shape in x or y causes an invalidation of the area it used to occupy 102 * plus the area it now occupies.
|
/development/samples/wearable/RecipeAssistant/Application/src/main/assets/ |
recipelist.json | 12 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
|
/external/chromium_org/cc/base/ |
invalidation_region.h | 15 // is, InvalidationRegion can be simplified to encompass a larger area than the
|
/external/chromium_org/cc/debug/ |
rendering_stats_instrumentation.cc | 125 void RenderingStatsInstrumentation::AddVisibleContentArea(int64 area) { 130 impl_thread_rendering_stats_.visible_content_area += area; 134 int64 area) { 139 impl_thread_rendering_stats_.approximated_visible_content_area += area;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
choose_mobile_network.css | 23 .content-area {
|
/external/chromium_org/chrome/browser/resources/login/ |
user_pod_row.css | 139 .password-area { 187 .pod.need-password.focused .password-area { 229 .action-box-area { 246 .action-box-area:focus, 247 .action-box-area.hovered, 248 .action-box-area.active { 262 .user-type-icon-area { 277 html[dir=rtl] .user-type-icon-area { 291 .user-type-icon-area.supervised .user-type-icon-image { 295 .user-type-icon-area.policy .user-type-icon-image [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
import_data_overlay.html | 4 <div class="content-area"> 95 <div class="action-area"> 97 <div class="action-area-right"> 110 <div class="action-area-right">
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_button.h | 13 // instead of firing an action when clicked in a certain area.
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
app_window_desktop_window_tree_host_win.h | 35 // Updates the glass frame area by calling the DwmExtendFrameIntoClientArea
|
/external/chromium_org/chrome/test/chromedriver/js/ |
get_element_region.js | 16 if (element.tagName.toLowerCase() == 'area') { 20 throw new Error('failed to detect the region of the area'); 33 throw new Error('failed to detect the region of the area'); 45 throw new Error('failed to detect the region of the area');
|
/external/chromium_org/components/feedback/proto/ |
annotations.proto | 19 // A rectangular area covered by this annotation on annotated image.
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
SmartClipProvider.java | 19 * from the rectangle area defined by starting positions (x and y), and width and height.
|
/external/chromium_org/ppapi/api/dev/ |
pp_print_settings_dev.idl | 35 /** This is the size of the printable area in points (1/72 of an inch). */
|
/external/chromium_org/remoting/host/ |
desktop_shape_tracker.h | 17 // Tracks changes in the area of the desktop that is occupied by windows.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
caretScrolling.html | 2 <p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
|
/external/chromium_org/third_party/WebKit/ManualTests/chromium/ |
autofill-popup-shiftupdown.hml | 6 <li> Type the text 'hogehoge' in the following text input area. And press ENTER to submit. </li>
|