OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tap
(Results
1 - 11
of
11
) sorted by null
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
ViewActions.java
53
return new GeneralClickAction(
Tap
.SINGLE, GeneralLocation.CENTER, Press.FINGER);
63
* versus a normal
tap
.
77
return new GeneralClickAction(
Tap
.SINGLE, GeneralLocation.CENTER, Press.FINGER,
161
return new GeneralClickAction(
Tap
.DOUBLE, GeneralLocation.CENTER, Press.FINGER);
174
return new GeneralClickAction(
Tap
.LONG, GeneralLocation.CENTER, Press.FINGER);
210
* method performs a
tap
on the view before typing to force the view into focus, if the view
211
* already contains text this
tap
may place the cursor at an arbitrary position within the text.
Tap.java
31
public enum
Tap
implements Tapper {
106
private static final String TAG =
Tap
.class.getSimpleName();
GeneralClickAction.java
75
// Native event injection is quite a tricky process. A
tap
is actually 2
88
// The net result of this is sometimes we'll want to do a regular
tap
, and for
89
// whatever reason the up event (last half) of the
tap
is delivered after long
107
// ensures that all work enqueued to process the
tap
has been run.
130
if (tapper ==
Tap
.SINGLE && view instanceof WebView) {
131
// WebViews will not process click events until double
tap
TypeTextAction.java
50
* (nothing is typed). By default this action sends a
tap
event to the center of the view to
64
* @param tapToFocus indicates whether a
tap
should be sent to the underlying view before typing.
99
new GeneralClickAction(
Tap
.SINGLE, GeneralLocation.CENTER, Press.FINGER)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
subpixel_sse2.asm
21
; Notes: filter_block1d_h6 applies a 6
tap
filter horizontally to the input pixels. The
77
pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2];
Tap
1
81
pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1];
Tap
2
87
pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0];
Tap
3
92
pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ;
Tap
4
98
pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ;
Tap
5
101
pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ;
Tap
6
151
; Notes: filter_block1d_h6 applies a 6
tap
filter horizontally to the input pixels. The
202
pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2];
Tap
1
206
pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1];
Tap
[
all
...]
/external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm
21
; Notes: filter_block1d_h6 applies a 6
tap
filter horizontally to the input pixels. The
77
pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2];
Tap
1
81
pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1];
Tap
2
87
pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0];
Tap
3
92
pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ;
Tap
4
98
pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ;
Tap
5
101
pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ;
Tap
6
151
; Notes: filter_block1d_h6 applies a 6
tap
filter horizontally to the input pixels. The
202
pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2];
Tap
1
206
pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1];
Tap
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
subpixel_sse2.asm
21
; Notes: filter_block1d_h6 applies a 6
tap
filter horizontally to the input pixels. The
77
pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2];
Tap
1
81
pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1];
Tap
2
87
pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0];
Tap
3
92
pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ;
Tap
4
98
pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ;
Tap
5
101
pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ;
Tap
6
151
; Notes: filter_block1d_h6 applies a 6
tap
filter horizontally to the input pixels. The
202
pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2];
Tap
1
206
pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1];
Tap
[
all
...]
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc
70
//
Tap
the center of the browser window.
80
void
Tap
(const gfx::Point& press_location,
204
ASSERT_NO_FATAL_FAILURE(
Tap
(tap_location, tap_location));
214
ASSERT_NO_FATAL_FAILURE(
Tap
(tap_location, tap_location));
222
ASSERT_NO_FATAL_FAILURE(
Tap
(tap2_location, tap2_location));
225
// not there was text under the
tap
, which appears to be flaky.
227
// Take the focus away and
tap
in the omnibox again, but drag a bit before
230
ASSERT_NO_FATAL_FAILURE(
Tap
(tap_location, tap2_location));
326
//
Tap
to activate touch editing.
329
Tap
(omnibox_center, omnibox_center)
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/page/actions/
tap.js
28
chrome.gpuBenchmarking.
tap
);
55
throw new Error('
Tap
position is off-screen');
57
chrome.gpuBenchmarking.
tap
(position_left, position_top,
/external/chromium_org/chrome/browser/resources/
gesture_config.js
162
label: 'Maximum Cancel to Down Time for
Tap
Suppression',
167
label: 'Maximum
Tap
Gap Time for
Tap
Suppression',
/external/chromium_org/third_party/usb_ids/
usb.ids
1159
3121 WoW
tap
chat
[
all
...]
Completed in 176 milliseconds