HomeSort by relevance Sort by last modified time
    Searched full:touches (Results 51 - 75 of 220) sorted by null

1 23 4 5 6 7 8 9

  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 240 // co-ordinates as there is no touch in touches anymore.
241 TouchList* touches = (evt.data.multiTouch.action == kUp_ANPTouchAction local
242 || evt.data.multiTouch.action == kCancel_ANPTouchAction) ? event->changedTouches() : event->touches();
245 int pointerCount = touches->length();
250 Touch* touch = touches->item(x);
  /external/oprofile/events/ppc/e500/
events 29 event:0x1d counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED : Number of cacheable DCBT and DCBTST instructions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, noncacheable, hid0[nopti] bit is set.)
38 event:0x26 counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED_ALLOCATED_DLFB : Touches translated and allocated to dLFB (Applies to same class of instructions as touches translated.)
  /external/oprofile/events/ppc/e500v2/
events 29 event:0x1d counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED : Number of cacheable DCBT and DCBTST instructions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, noncacheable, hid0[nopti] bit is set.)
38 event:0x26 counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED_ALLOCATED_DLFB : Touches translated and allocated to dLFB (Applies to same class of instructions as touches translated.)
  /external/llvm/include/llvm/ADT/
SparseSet.h 74 /// When SparseT is uint32_t, find() only touches 2 cache lines, but the sparse
77 /// When SparseT is uint8_t (the default), find() touches up to 2+[N/256] cache
  /frameworks/base/docs/html/guide/topics/ui/controls/
button.jd 32 occurs when the user touches it.</p>
99 /** Called when the user touches the button */
  /dalvik/libdex/
ZipArchive.h 56 * every page that the Central Directory touches. Easier to tuck a copy
  /external/chromium/base/
platform_file.h 129 // Touches the given file.
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 390 x: event.touches[0].clientX,
391 y: event.touches[0].clientY
396 gestureActive = event.touches.length > 1;
403 var t = event.touches[0];
  /external/chromium/chrome/browser/ui/options/
options_util.cc 112 // GoogleUpdateSettings touches the disk from the UI thread. MetricsService
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 170 * ever touches our thread-synchronous status, so we don't
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 162 // For each byte of the fragment that the fixup touches, mask in the bits from
  /external/llvm/utils/TableGen/
CodeGenTarget.h 32 // SDNPMemOperand: indicates that a node touches memory and therefore must
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 47 * edges and center. Touches there should be given to the owner. Instead of
390 // Steal touches events from the owner
395 // Don't want to steal any more touches
611 * @return The view that should receive the touches, or null if there is not one.
PopupWindow.java 540 * but not focusable, which means touches outside of the window will
609 * <p>Indicates whether the popup window supports splitting touches.</p>
623 * <p>Allows the popup window to split touches across other windows that also
625 * that goes down determines the window to which all subsequent touches
628 * to which all subsequent touches of that pointer will go until that
629 * pointer goes up thereby enabling touches with multiple pointers
632 * @param enabled true if the split touches should be enabled, false otherwise
698 * Set whether this window is touch modal or if outside touches will be sent to
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
controls.jd 38 the user enters text or touches a button.</p>
  /frameworks/base/docs/html/tools/help/
index.jd 50 as clicks, touches, or gestures, as well as a number of system-level events. You can use the Monkey
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountWithDataSet.java 92 * Touches DB. Don't use in the UI thread.
  /packages/apps/Phone/res/values/
dimens.xml 56 risk of false touches (from your finger wrapping around while
  /packages/apps/Phone/src/com/android/phone/
SmallerHitTargetTouchListener.java 26 * "false touches" because either (1) they're near the edge of the
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsDialog.java 182 * Callback invoked when user touches one of the settings.
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 3079 RefPtr<TouchList> touches = TouchList::create(); local
    [all...]
  /docs/source.android.com/src/tech/input/
touch-devices.md 90 to an application about touches on a given sensor area. It may be useful
314 A touch screen may report touches outside of the reported active area.
316 Touches that are initiated outside the active area are not delivered to applications
319 Touches that are initiated inside the active area, or that enter and exit the display
381 finger touches.
501 the characteristics of touches using device-specific units.
654 from its natural orientation, the absolute positions of touches are remapped such
657 This is done so that touches are reported with the same coordinate system that
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java 194 IntervalSet s2 = IntervalSet.of(5,55); // covers one and touches 2nd range
199 IntervalSet s3 = IntervalSet.of(15,55); // touches both
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 378 // d <= r1 - r2: tube2 is inside tube1 or touches tube1 from the inside
379 // d > r1 - r2: tube2 is outside or touches tube1 or crosses tube1
  /frameworks/base/docs/html/design/get-started/
principles.jd 49 <p>People love to add personal touches because it helps them feel at home and in control. Provide
169 personal touches, and creations across phones, tablets, and computers. It makes upgrading the

Completed in 1627 milliseconds

1 23 4 5 6 7 8 9