/external/chromium_org/base/files/ |
file_util_proxy.h | 45 // Touches a file. The callback can be null.
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
touch_operation.h | 43 // Touches the file by updating last access time and last modified time.
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
TouchEventContext.h | 45 TouchList& touches() { return *m_touches; } function in class:blink::TouchEventContext
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
ColorPickerSimple.java | 61 * @param onColorChangedListener The listener that gets notified when the user touches
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
splitter.js | 147 if (e.touches.length == 1) { 148 this.startDrag(e.touches[0].clientX, true); 168 if (e.touches.length == 1) 169 this.handleMove_(e.touches[0].clientX);
|
/external/chromium_org/content/renderer/pepper/ |
event_conversion.cc | 221 void SetPPTouchPoints(const WebTouchPoint* touches, 226 const WebTouchPoint& touch_point = touches[i]; 256 touch_event.touches, touch_event.touchesLength, ACTIVE, &result.touches); 257 SetPPTouchPoints(touch_event.touches, 261 SetPPTouchPoints(touch_event.touches, 348 // First add all changed touches, then add only the remaining unset 349 // (stationary) touches. 352 web_event->touches, 354 SetWebTouchPointsIfNotYetSet(event.touches, [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture_controller_unittest.cc | 164 start_.SetPoint(touch_event.touches[0].position.x, 165 touch_event.touches[0].position.y); 172 gfx::PointF touch_point(touch_event.touches[0].position.x, 173 touch_event.touches[0].position.y); 214 start_0_ = gfx::PointF(touch_event.touches[0].position); 215 start_1_ = gfx::PointF(touch_event.touches[1].position); 225 gfx::PointF current_0 = gfx::PointF(touch_event.touches[0].position); 226 gfx::PointF current_1 = gfx::PointF(touch_event.touches[1].position); 314 position_ = gfx::PointF(touch_event.touches[0].position); 321 EXPECT_EQ(position_, gfx::PointF(touch_event.touches[0].position)) [all...] |
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_history_swiper.h | 62 // Touches on the trackpad enter the run loop as NSEvents, grouped into 102 // 1. The -[NSView touches*WithEvent:] APIs provide detailed information 103 // about the touches within a gesture. The callbacks happen with more
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventConversion.cpp | 458 m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touches[i])); 558 if (!event.touches()) 560 if (event.touches()->length() != 1) { 561 if (event.touches()->length() || event.type() != EventTypeNames::touchend || !event.changedTouches() || event.changedTouches()->length() != 1) 565 const Touch* touch = event.touches()->length() == 1 ? event.touches()->item(0) : event.changedTouches()->item(0); 767 static void addTouchPointsIfNotYetAdded(const Widget* widget, WebTouchPoint::State state, TouchList* touches, WebTouchPoint* touchPoints, unsigned* touchPointsLength, const RenderObject* renderObject) 770 for (unsigned i = 0; i < touches->length(); ++i) { 775 const Touch* touch = touches->item(i); 804 addTouchPointsIfNotYetAdded(widget, toWebTouchPointState(event.type()), event.changedTouches(), touches, &touchesLength, renderObject) [all...] |
/frameworks/base/docs/html/design/patterns/ |
buttons.jd | 69 interrupted by accidental touches and swipes. 135 touches or gestures anywhere outside the system bars. 144 responds to touches but appears dimmed.
|
fullscreen.jd | 69 interrupted by accidental touches and swipes. 135 touches or gestures anywhere outside the system bars. 144 responds to touches but appears dimmed.
|
/developers/samples/android/input/multitouch/BasicMultitouch/ |
README.md | 4 This samples demonstrates the use of MotionEvent properties to keep track of individual touches
|
/developers/samples/android/ui/views/Elevation/ElevationBasic/ |
template-params.xml | 73 changes its elevation using [setTranslationZ()][1] when a user touches it:
|
/external/chromium_org/chrome/browser/resources/standalone/ |
standalone_hack.js | 191 x: event.touches[0].clientX, 192 y: event.touches[0].clientY 197 gestureActive = event.touches.length > 1; 204 var t = event.touches[0];
|
/external/chromium_org/chrome/browser/ui/views/ |
javascript_app_modal_event_blocker_x11.cc | 39 // WindowModalityController will cancel touches as appropriate.
|
/external/chromium_org/content/browser/renderer_host/ |
ui_events_helper.cc | 124 const blink::WebTouchPoint& point = touch.touches[i]; 254 point = &web_event->touches[web_event->touchesLength++]; 266 point = web_event->touches + i; 298 blink::WebTouchPoint* iter = web_event->touches + i;
|
/external/chromium_org/content/public/browser/ |
render_widget_host_view_mac_delegate.h | 45 // This is a low level API which provides touches associated with an event.
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
threads_windows.h | 35 // Every time a thread touches the CV, it winds up in one of these lists.
|
/external/valgrind/main/drd/tests/ |
pth_barrier.c | 45 /** Single thread, which touches p->iterations elements of array p->array.
|
/frameworks/base/core/java/android/text/method/ |
MovementMethod.java | 27 * The {@link TextView} delegates handling of key events, trackball motions and touches to
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationsQuickSettingsContainer.java | 69 // touches first but the panel gets drawn above.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-t | 10 # make 3.79.1 touches only interm-[ab] but reports final-[a] as
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SecureView.java | 41 * are innocuous. Since the toast cannot receive input, the touches are passed down to the 56 * attribute to ask the framework to filter out touches when the window is obscured.
|
/external/chromium_org/athena/wm/ |
bezel_controller.cc | 120 // Reset the state when the first finger touches and starts a gesture. 126 // finger touches the screen.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
resizable_vertical_split_view.js | 145 * Called when the user touches the sizer. Starts moving the sizer in 160 this.onDragSizer_(event.touches[0].pageX);
|