commit | 446bf0092e8db2811d2ce47eea1bac76851f7c9b | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Mon Jan 28 18:46:49 2019 -0800 |
committer | vadimt <vadimt@google.com> | Tue Jan 29 11:40:59 2019 -0800 |
tree | c45eed6d10ed07bbb6176982caff5bf94916a35d | |
parent | e0c5f5d0ab86417e21992f520a53dc5ec410f29a [diff] |
Fixing flakiness of ShortcutsToHomeTest More precisely, an experiment on whether this will help. The theory is that the current implementation where we long-press an icon for a fixed period of time sometimes doesn't work because Launcher might start measuring the press time with some delay. Now we keep pressed the icon until the menu appears. Change-Id: I1cead505726a998316a73d81b10160517f17f08f Tests:ShortcutsToHomeTest.testDragIcon