/external/libchrome-gestures/src/ |
D | gestures_unittest.cc | 71 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 …]
|
D | activity_log_unittest.cc | 96 Gesture pinch(kGesturePinch, 1.0, 2.0, 3.0, 4.0); in TEST() local 107 &mousewheel, &pinch, &fling, &swipe, &swipelift, in TEST()
|
D | gestures.cc | 245 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 ==()
|
D | activity_log.cc | 271 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()
|
D | haptic_button_generator_filter_interpreter.cc | 210 active_gesture_ = (gesture.details.pinch.zoom_state != GESTURES_ZOOM_END); in ConsumeGesture()
|
D | activity_replay.cc | 495 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/ |
D | hi_Latn.txt | 297 pinch{ 298 one{"{0} pinch"} 299 other{"{0} pinch"}
|
D | de_CH.txt | 113 pinch{
|
D | yo_BJ.txt | 160 pinch{ 317 pinch{
|
D | root.txt | 831 pinch{ 832 dnam{"pinch"} 833 other{"{0} pinch"}
|
D | eu.txt | 997 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"}
|
D | ceb.txt | 975 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/ |
D | hi_Latn.txt | 297 pinch{ 298 one{"{0} pinch"} 299 other{"{0} pinch"}
|
D | de_CH.txt | 113 pinch{
|
D | yo_BJ.txt | 160 pinch{ 317 pinch{
|
D | root.txt | 831 pinch{ 832 dnam{"pinch"} 833 other{"{0} pinch"}
|
D | eu.txt | 997 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"}
|
D | ceb.txt | 975 pinch{ 976 one{"{0} ka pinch"} 977 other{"{0} ka pinch"} 1549 pinch{ 1550 one{"{0} ka pinch"} 1551 other{"{0} ka pinch"}
|
D | yo.txt | 214 pinch{ 496 pinch{
|
/external/libchrome-gestures/include/ |
D | gestures.h | 502 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/ |
D | modify_config.txt | 65 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/ |
D | control | 7 PURPOSE = "Test that touchscreen pinch zoom works as expected."
|
/external/subsampling-scale-image-view/ |
D | release.gradle | 39 …description 'Custom image views for Android with pinch to zoom, panning, rotation and animation su…
|
D | README.md | 6 …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/ |
D | viewer.md | 80 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
|