Home
last modified time | relevance | path

Searched refs:pinch (Results 1 – 25 of 252) sorted by relevance

1234567891011

/external/libchrome-gestures/src/
Dgestures_unittest.cc71 Gesture pinch(kGesturePinch, 1.0, 2.0, 3.0, 4.0); in TEST() local
72 EXPECT_TRUE(strstr(pinch.String().c_str(), "1")); in TEST()
73 EXPECT_TRUE(strstr(pinch.String().c_str(), "2")); in TEST()
74 EXPECT_TRUE(strstr(pinch.String().c_str(), "3")); in TEST()
75 EXPECT_TRUE(strstr(pinch.String().c_str(), "4")); in TEST()
211 Gesture pinch(kGesturePinch, 1.0, 2.0, 3.0, 4.0); in TEST() local
216 EXPECT_TRUE(pinch == pinch2); in TEST()
217 EXPECT_FALSE(pinch == pinch_ne0); in TEST()
218 EXPECT_FALSE(pinch == pinch_ne1); in TEST()
219 EXPECT_FALSE(pinch == pinch_ne2); in TEST()
[all …]
Dactivity_log_unittest.cc96 Gesture pinch(kGesturePinch, 1.0, 2.0, 3.0, 4.0); in TEST() local
107 &mousewheel, &pinch, &fling, &swipe, &swipelift, in TEST()
Dgestures.cc245 end_time, details.pinch.dz, details.pinch.ordinal_dz, in String()
246 details.pinch.zoom_state); in String()
313 gestures::FloatEq(details.pinch.dz, that.details.pinch.dz); in operator ==()
Dactivity_log.cc271 Json::Value(gesture.details.pinch.dz); in EncodeGesture()
273 Json::Value(gesture.details.pinch.ordinal_dz); in EncodeGesture()
275 Json::Value(gesture.details.pinch.zoom_state); in EncodeGesture()
Dhaptic_button_generator_filter_interpreter.cc210 active_gesture_ = (gesture.details.pinch.zoom_state != GESTURES_ZOOM_END); in ConsumeGesture()
Dactivity_replay.cc495 out_gs->details.pinch.dz = entry[ActivityLog::kKeyGesturePinchDZ].asDouble(); in ParseGesturePinch()
500 out_gs->details.pinch.ordinal_dz = in ParseGesturePinch()
506 out_gs->details.pinch.zoom_state = in ParseGesturePinch()
/external/icu/icu4c/source/data/unit/
Dhi_Latn.txt297 pinch{
298 one{"{0} pinch"}
299 other{"{0} pinch"}
Dde_CH.txt113 pinch{
Dyo_BJ.txt160 pinch{
317 pinch{
Droot.txt831 pinch{
832 dnam{"pinch"}
833 other{"{0} pinch"}
Deu.txt997 pinch{
998 dnam{"pinch-a"}
999 one{"{0} pinch"}
1000 other{"{0} pinch"}
2343 pinch{
2344 dnam{"pinch-a"}
2345 one{"{0} pinch"}
2346 other{"{0} pinch"}
Dceb.txt975 pinch{
976 one{"{0} ka pinch"}
977 other{"{0} ka pinch"}
1549 pinch{
1550 one{"{0} ka pinch"}
1551 other{"{0} ka pinch"}
/external/cronet/third_party/icu/source/data/unit/
Dhi_Latn.txt297 pinch{
298 one{"{0} pinch"}
299 other{"{0} pinch"}
Dde_CH.txt113 pinch{
Dyo_BJ.txt160 pinch{
317 pinch{
Droot.txt831 pinch{
832 dnam{"pinch"}
833 other{"{0} pinch"}
Deu.txt997 pinch{
998 dnam{"pinch-a"}
999 one{"{0} pinch"}
1000 other{"{0} pinch"}
2343 pinch{
2344 dnam{"pinch-a"}
2345 one{"{0} pinch"}
2346 other{"{0} pinch"}
Dceb.txt975 pinch{
976 one{"{0} ka pinch"}
977 other{"{0} ka pinch"}
1549 pinch{
1550 one{"{0} ka pinch"}
1551 other{"{0} ka pinch"}
Dyo.txt214 pinch{
496 pinch{
/external/libchrome-gestures/include/
Dgestures.h502 details.pinch.ordinal_dz = details.pinch.dz = dz; in Gesture()
503 details.pinch.zoom_state = state; in Gesture()
534 GesturePinch pinch; member
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/tool/
Dmodify_config.txt65 locale=sq ; action=add ; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="volume-pinch"]/…
66 locale=sq ; action=add ; new_path=//ldml/units/unitLength[@type="short"]/unit[@type="volume-pinch"]…
67 locale=sq ; action=add ; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="volume-pinch"]/…
68 locale=sq ; action=add ; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="volume-pinch"]/…
69 locale=sq ; action=add ; new_path=//ldml/units/unitLength[@type="short"]/unit[@type="volume-pinch"]…
70 locale=sq ; action=add ; new_path=//ldml/units/unitLength[@type="short"]/unit[@type="volume-pinch"]…
/external/autotest/client/site_tests/touch_TouchscreenZoom/
Dcontrol7 PURPOSE = "Test that touchscreen pinch zoom works as expected."
/external/subsampling-scale-image-view/
Drelease.gradle39 …description 'Custom image views for Android with pinch to zoom, panning, rotation and animation su…
DREADME.md6 …ages (e.g. maps and building plans) without `OutOfMemoryError`s. Includes pinch to zoom, panning, …
58 * Two finger pinch to zoom
/external/skia/site/docs/user/sample/
Dviewer.md80 Swiping left and right will switch slides, pinch-zoom will zoom in and out, and
102 swipe between them, pinch-zoom to scale, and translate via panning. There is not

1234567891011