/external/chromium_org/ppapi/utility/graphics/ |
paint_aggregator.h | 68 /// Setter function setting the max ratio of paint rect area to scroll rect 69 /// area that we will tolerate before downgrading the scroll into a repaint. 71 /// If the combined area of paint rects contained within the scroll 75 /// @param[in] area The max ratio of paint rect area to scroll rect area that 77 void set_max_redundant_paint_to_scroll_area(float area) { 78 max_redundant_paint_to_scroll_area_ = area; 123 // - The scroll damange (area exposed by the scroll operation, if any) is 157 // If the combined area of paint rects contained within the scroll rect grow [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
textarea-focus.html | 14 Click in the red text area below. 18 The text area’s background will change from red to green. 22 The text area will not change to green. Only switching to another window and back to this window
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
SelfOrientingSashForm.java | 22 * client area. This is done so that the sash form can be placed in a view that will sometimes be 125 Rectangle area; local 127 area = getClientArea(); 128 if (area.width > 0 && area.height > 0) { 131 if (area.width < area.height) { 143 Rectangle area = getClientArea(); local 144 if (area.width > 0 && area.height > 0 && area.width < area.height) [all...] |
/external/icu4c/samples/layout/ |
gnomelayout.cpp | 98 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); local 107 gtk_widget_hide(area); 109 gtk_widget_show_all(area); 250 GtkWidget *area = gtk_drawing_area_new(); local 251 gtk_object_set_data(GTK_OBJECT(app), "area", area); local 253 GtkStyle *style = gtk_style_copy(gtk_widget_get_style(area)); 259 gtk_widget_set_style(area, style); 261 gnome_app_set_contents(GNOME_APP(app), area); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragScroller.java | 28 * The touch point has entered the scroll area; a scroll is imminent. 36 * The touch point has left the scroll area. 37 * NOTE: This may not be called, if a drop occurs inside the scroll area.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragScroller.java | 28 * The touch point has entered the scroll area; a scroll is imminent. 36 * The touch point has left the scroll area. 37 * NOTE: This may not be called, if a drop occurs inside the scroll area.
|
/development/scripts/ |
stack_core.py | 134 code_addr, area, symbol_present, symbol_name) = match.groups() 143 if area == UNKNOWN or area == HEAP or area == STACK: 144 trace_lines.append((code_addr, "", area)) 148 info = symbol.SymbolInformation(area, code_addr) 157 source_location = area 173 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups() 174 if area == UNKNOWN or area == HEAP or area == STACK or not area [all...] |
/external/chromium/chrome/browser/autofill/ |
phone_field.h | 19 // - area code, prefix, suffix 20 // - area code, number 47 // This string includes all area code separators, including NoText. 49 // Separator of the area code in the case fields are formatted without 51 // field4 means Country Code, Area Code, Prefix, Suffix)
|
/external/chromium/chrome/browser/resources/chromeos/ |
choose_mobile_network.html | 46 <div id="scanning" class="content-area"> 51 <div id="choosing" class="content-area" hidden> 53 <div id="no-mobile-networks" class="content-area" hidden> 56 <div class="action-area"> 57 <div class="action-area-right">
|
/external/chromium_org/printing/ |
page_setup.h | 49 // Use |requested_margins| as long as they fall inside the printable area. 52 // Ignore the printable area, and set the margins to |requested_margins|. 78 // The printable area as specified by the printer driver. We can't get 82 // The printable area for headers and footers. 85 // The printable area as selected by the user's margins.
|
/external/chromium/chrome/browser/ui/views/ |
detachable_toolbar_view.h | 35 // Paints the background (including the theme image behind content area) when 42 // Calculate the rect for the content area of the bar/shelf. This is only 44 // content area is the whole area of the bar/shelf. When detached, however, 46 // how big this area is, where it is located within the shelf and how round 59 // Paint the background of the content area (the surface behind the 66 // Paint the border around the content area (when in detached mode).
|
/external/chromium_org/chrome/browser/ui/views/ |
detachable_toolbar_view.h | 34 // Paints the background (including the theme image behind content area) for 44 // Calculate the rect for the content area of the bar/shelf. This is only 46 // content area is the whole area of the bar/shelf. When detached, however, 48 // how big this area is, where it is located within the shelf and how round 64 // Paint the background of the content area (the surface behind the 71 // Paint the border around the content area (when in detached mode).
|
/external/skia/tests/ |
BitmapGetColorTest.cpp | 62 SkIRect area; local 63 rand_irect(&area, W, H, rand); 68 bm1.eraseArea(area, SK_ColorWHITE); 69 bm8.eraseArea(area, SK_ColorWHITE); 91 // specify an area that doesn't touch (0,0) and may extend beyond the 94 const SkIRect area = { 1, 1, 3, 3 }; local 103 bm.eraseArea(area, gRec[i].fInColor);
|
/packages/apps/Camera2/src/com/android/camera/ |
FocusOverlayManager.java | 23 import android.hardware.Camera.Area; 37 * This also handles the metering area because it is the same as focus area. 51 * (8) The camera has autofocus and supports focus area. Touch the screen to 53 * (9) The camera has autofocus and supports focus area. Touch the screen to 55 * (10) The camera has no autofocus and supports metering area. Touch the screen 56 * to change metering area. 83 private List<Object> mFocusArea; // focus area in driver format 84 private List<Object> mMeteringArea; // metering area in driver format 323 mFocusArea.add(new Area(new Rect(), 1)) [all...] |
/external/pixman/demos/ |
scale.c | 264 GdkRectangle *area = &event->expose.area; local 270 pixels = calloc (1, area->width * area->height * 4); 272 PIXMAN_a8r8g8b8, area->width, area->height, pixels, area->width * 4); 274 if (area->x < app->scaled_width && area->y < app->scaled_height) 279 area->x, area->y, 0, 0, 0, 0 [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndfdic.c | 203 NJ_UINT8 *area; local 214 area = YOMI_AREA_TOP_ADDR(hdl) + DATA_YOMI(data); 225 NJ_CHAR_COPY(stroke, area); 227 area += sizeof(NJ_CHAR); 232 dic_ylen = convert_to_yomi(hdl, area, DATA_YOMI_SIZE(data), stroke, size); 359 NJ_UINT8 *area, *data; local 373 area = YOMI_AREA_TOP_ADDR(loc->handle) + DATA_YOMI(data); 385 NJ_CHAR_COPY(stroke, area); 387 area += sizeof(NJ_CHAR); 392 len = convert_to_yomi(loc->handle, area, DATA_YOMI_SIZE(data), stroke, size) 405 NJ_UINT8 *data, *area; local [all...] |
/external/chromium/chrome/browser/ |
autocomplete_history_manager.cc | 36 // A SSN is of the form AAA-GG-SSSS (A = area number, G = group number, S = 37 // serial number). The validation we do here is simply checking if the area, 39 // number is valid for the given area, but that data changes all the time. 47 int area; local 50 &area)) 52 if (area < 1 || 53 area == 666 || 54 (area > 733 && area < 750) || 55 area > 772 [all...] |
/external/chromium_org/content/common/dom_storage/ |
dom_storage_messages.h | 58 // Open the storage area for a particular origin within a namespace. 64 // Close a previously opened storage area. 68 // Retrieves the set of key/value pairs for the area. Used to prime 74 // Set a value that's associated with a key in a storage area. 82 // Remove the value associated with a key in a storage area. 89 // Clear the storage area. A completion notification is sent in response.
|
/external/chromium_org/ui/gfx/ |
display.h | 52 // Gets/Sets the display's work area in gfx::Screen's coordinates. 67 // work area. 71 // Returns the work area insets. 76 // work area. 80 // Sets the display's size. This updates the work area using the same insets 81 // between old bounds and work area.
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
spill-02.py | 17 # Arrange for %foo's spill slot to be at 8184(%r15) and the alloca area to be at 32 print ' %area = getelementptr [1000 x i64] *%array, i64 0, i64 0' 33 print ' %%base = call i64 *@foo(i64 *%%area%s)' % (', i64 0' * args) 52 # index for the alloca area. Also throw in a volatile store, so that this 58 print ' store i64 %foo, i64 *%area' 71 print ' call void @bar(i64 *%area)'
|
/packages/apps/Camera/src/com/android/camera/ |
FocusOverlayManager.java | 23 import android.hardware.Camera.Area; 39 * This also handles the metering area because it is the same as focus area. 53 * (8) The camera has autofocus and supports focus area. Touch the screen to 55 * (9) The camera has autofocus and supports focus area. Touch the screen to 57 * (10) The camera has no autofocus and supports metering area. Touch the screen 58 * to change metering area. 88 private List<Object> mFocusArea; // focus area in driver format 89 private List<Object> mMeteringArea; // metering area in driver format 317 mFocusArea.add(new Area(new Rect(), 1)) [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
FocusManager.java | 27 import android.hardware.Camera.Area; 42 // This also handles the metering area because it is the same as focus area. 67 private List<Area> mFocusArea; // focus area in driver format 68 private List<Area> mMeteringArea; // metering area in driver format 261 mFocusArea = new ArrayList<Area>(); 262 mFocusArea.add(new Area(new Rect(), 1)); 263 mMeteringArea = new ArrayList<Area>(); [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_commands_overlay.html | 9 <div class="content-area"> 17 <div class="action-area"> 18 <div class="action-area-right">
|
/external/kernel-headers/original/linux/ |
vmalloc.h | 45 extern void *__vmalloc_area(struct vm_struct *area, gfp_t gfp_mask, 68 extern int map_vm_area(struct vm_struct *area, pgprot_t prot, 70 extern void unmap_vm_area(struct vm_struct *area);
|
/external/proguard/src/proguard/gui/ |
TextAreaOutputStream.java | 29 * This <code>PrintStream</code> appends its output to a given text area. 54 // Append the accumulated buffer contents to the text area. 74 // Append the accumulated text to the text area.
|