HomeSort by relevance Sort by last modified time
    Searched full:area (Results 426 - 450 of 4396) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
input.h 163 * keys, where the user can slide from the virtual key area on to the
171 /* This key event was generated by a virtual (on-screen) hard key area.
172 * Typically this is an area of the touchscreen, outside of the regular
255 * even if the event did not directly pass through the obscured area.
493 * This represents some approximation of the area of the screen being
500 /* Get the current length of the major axis of an ellipse that describes the touch area
504 /* Get the current length of the minor axis of an ellipse that describes the touch area
510 * The tool area represents the estimated size of the finger or pen that is
511 * touching the device independent of its actual touch area at the point of contact. */
516 * The tool area represents the estimated size of the finger or pen that i
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
input.h 163 * keys, where the user can slide from the virtual key area on to the
171 /* This key event was generated by a virtual (on-screen) hard key area.
172 * Typically this is an area of the touchscreen, outside of the regular
255 * even if the event did not directly pass through the obscured area.
493 * This represents some approximation of the area of the screen being
500 /* Get the current length of the major axis of an ellipse that describes the touch area
504 /* Get the current length of the minor axis of an ellipse that describes the touch area
510 * The tool area represents the estimated size of the finger or pen that is
511 * touching the device independent of its actual touch area at the point of contact. */
516 * The tool area represents the estimated size of the finger or pen that i
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
input.h 163 * keys, where the user can slide from the virtual key area on to the
171 /* This key event was generated by a virtual (on-screen) hard key area.
172 * Typically this is an area of the touchscreen, outside of the regular
255 * even if the event did not directly pass through the obscured area.
493 * This represents some approximation of the area of the screen being
500 /* Get the current length of the major axis of an ellipse that describes the touch area
504 /* Get the current length of the minor axis of an ellipse that describes the touch area
510 * The tool area represents the estimated size of the finger or pen that is
511 * touching the device independent of its actual touch area at the point of contact. */
516 * The tool area represents the estimated size of the finger or pen that i
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
input.h 163 * keys, where the user can slide from the virtual key area on to the
171 /* This key event was generated by a virtual (on-screen) hard key area.
172 * Typically this is an area of the touchscreen, outside of the regular
255 * even if the event did not directly pass through the obscured area.
493 * This represents some approximation of the area of the screen being
500 /* Get the current length of the major axis of an ellipse that describes the touch area
504 /* Get the current length of the minor axis of an ellipse that describes the touch area
510 * The tool area represents the estimated size of the finger or pen that is
511 * touching the device independent of its actual touch area at the point of contact. */
516 * The tool area represents the estimated size of the finger or pen that i
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
input.h 163 * keys, where the user can slide from the virtual key area on to the
171 /* This key event was generated by a virtual (on-screen) hard key area.
172 * Typically this is an area of the touchscreen, outside of the regular
255 * even if the event did not directly pass through the obscured area.
493 * This represents some approximation of the area of the screen being
500 /* Get the current length of the major axis of an ellipse that describes the touch area
504 /* Get the current length of the minor axis of an ellipse that describes the touch area
510 * The tool area represents the estimated size of the finger or pen that is
511 * touching the device independent of its actual touch area at the point of contact. */
516 * The tool area represents the estimated size of the finger or pen that i
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
input.h 163 * keys, where the user can slide from the virtual key area on to the
171 /* This key event was generated by a virtual (on-screen) hard key area.
172 * Typically this is an area of the touchscreen, outside of the regular
255 * even if the event did not directly pass through the obscured area.
493 * This represents some approximation of the area of the screen being
500 /* Get the current length of the major axis of an ellipse that describes the touch area
504 /* Get the current length of the minor axis of an ellipse that describes the touch area
510 * The tool area represents the estimated size of the finger or pen that is
511 * touching the device independent of its actual touch area at the point of contact. */
516 * The tool area represents the estimated size of the finger or pen that i
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
input.h 163 * keys, where the user can slide from the virtual key area on to the
171 /* This key event was generated by a virtual (on-screen) hard key area.
172 * Typically this is an area of the touchscreen, outside of the regular
255 * even if the event did not directly pass through the obscured area.
493 * This represents some approximation of the area of the screen being
500 /* Get the current length of the major axis of an ellipse that describes the touch area
504 /* Get the current length of the minor axis of an ellipse that describes the touch area
510 * The tool area represents the estimated size of the finger or pen that is
511 * touching the device independent of its actual touch area at the point of contact. */
516 * The tool area represents the estimated size of the finger or pen that i
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
streambuf 182 char_type* _M_in_beg; // Start of get area.
183 char_type* _M_in_cur; // Current read area.
184 char_type* _M_in_end; // End of get area.
185 char_type* _M_out_beg; // Start of put area.
186 char_type* _M_out_cur; // Current put area.
187 char_type* _M_out_end; // End of put area.
272 // [27.5.2.2.3] get area
348 * @param __s A buffer area.
408 // [27.5.2.2.5] put area
438 * @param __s A buffer read area
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
streambuf 184 char_type* _M_in_beg; ///< Start of get area.
185 char_type* _M_in_cur; ///< Current read area.
186 char_type* _M_in_end; ///< End of get area.
187 char_type* _M_out_beg; ///< Start of put area.
188 char_type* _M_out_cur; ///< Current put area.
189 char_type* _M_out_end; ///< End of put area.
274 // [27.5.2.2.3] get area
350 * @param __s A buffer area.
410 // [27.5.2.2.5] put area
440 * @param __s A buffer read area
    [all...]
  /frameworks/av/include/camera/
CameraParameters.h 259 // first. If the value is 0, focus area is not supported.
261 // Each focus area is a five-element int array. The first four elements are
262 // the rectangle of the area (left, top, right, bottom). The direction is
271 // pixels in the area have the specified weight. This means a small area
272 // with the same weight as a larger area will have less influence on the
273 // focusing than the larger area. Focus areas can partially overlap and the
276 // A special case of single focus area (0,0,0,0,0) means driver to decide
277 // the focus area. For example, the driver may use more signals to decide
283 // currently visible camera frame. The focus area cannot be set to b
    [all...]
  /docs/source.android.com/src/devices/tech/input/
touch-devices.jd 30 some Android devices, the touch screen sensor area extends beyond the edge of
86 to an application about touches on a given sensor area. It may be useful
238 <p><code>ABS_TOOL_WIDTH</code>: <em>(optional)</em> Reports the cross-sectional area or width of the
283 <p><code>ABS_MT_TOUCH_MAJOR</code>: <em>(optional)</em> Reports the cross-sectional area of the
289 area measurement.</p>
292 <p><code>ABS_MT_WIDTH_MAJOR</code>: <em>(optional)</em> Reports the cross-sectional area of the tool itself,
299 an area measurement or if the dimensions of the tool itself are unknown.</p>
347 and <code>ABS_MT_POSITION_Y</code> axes define the bounds of the active area of the device
348 in device-specific surface units. In the case of a touch screen, the active area
356 <p>A touch screen may report touches outside of the reported active area.</p
    [all...]
  /dalvik/vm/compiler/codegen/mips/mips/
CallingConvention.S 20 * a0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox1.java 27 * Using a LogTextBox to display a scrollable text area
  /device/asus/grouper/
elan-touchscreen.idc 28 touch.size.calibration = area
  /device/samsung/manta/
Atmel_maXTouch_Touchscreen.idc 24 touch.size.calibration = area
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.h 18 // also display the Status Area and the touch enabled keyboard.
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button.h 19 // A class for the button in the status area which expands the dropdown menu for
window_switcher_button.h 20 // The window switcher button in the status area. This button allows
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.h 82 // Refresh the work area and balloon placement.
103 // Refresh the cached values for work area and drawing metrics.
162 // Get the work area on Mac OS, without inverting the coordinates.
183 // Is the current cursor in the balloon area?
  /external/chromium/chrome/browser/resources/options/
content_settings.css 51 #content-settings-exceptions-area list {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.h 19 // area of the menu and which provides the shadow.
bookmark_drag_source.h 11 // originating from the content area.
  /external/chromium/chrome/browser/ui/cocoa/
hover_button.h 23 // Tracking area for button mouseover states.
styled_text_field_cell.mm 122 // Override to show the I-beam cursor only in the area given by
129 // For NSTextFieldCell this is the area within the borders. For our
136 // TODO(shess): This code is manually drawing the cell's border area,
138 // calculating things like the editing area. This is probably
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view.mm 22 // area).

Completed in 1855 milliseconds

<<11121314151617181920>>