Searched refs:tapOnViewCenter (Results 1 – 3 of 3) sorted by relevance
260 mTouchHelper.tapOnViewCenter(mContainer); in testWhenOneSawWindowAboveThreshold_allowsTouch()270 mTouchHelper.tapOnViewCenter(mContainer); in testWhenOneSawWindowBelowThreshold_allowsTouch()279 mTouchHelper.tapOnViewCenter(mContainer); in testWhenOneSawWindowWithZeroOpacity_allowsTouch()288 mTouchHelper.tapOnViewCenter(mContainer); in testWhenOneSawWindowAtThreshold_allowsTouch()300 mTouchHelper.tapOnViewCenter(mContainer); in testWhenTwoSawWindowsFromSameAppTogetherBelowThreshold_allowsTouch()312 mTouchHelper.tapOnViewCenter(mContainer); in testWhenTwoSawWindowsFromSameAppTogetherAboveThreshold_blocksTouch()323 mTouchHelper.tapOnViewCenter(mContainer); in testWhenTwoSawWindowsFromDifferentAppsEachBelowThreshold_allowsTouch()334 mTouchHelper.tapOnViewCenter(mContainer); in testWhenOneSawWindowAboveThresholdAndSelfSawWindow_allowsTouch()346 mTouchHelper.tapOnViewCenter(mContainer); in testWhenOneSawWindowBelowThresholdAndSelfSawWindow_allowsTouch()359 mTouchHelper.tapOnViewCenter(mContainer); in testWhenTwoSawWindowsTogetherBelowThresholdAndSelfSawWindow_allowsTouch()[all …]
114 public void tapOnViewCenter(View view) { in tapOnViewCenter() method in TouchHelper115 tapOnViewCenter(view, true /* waitAnimations */); in tapOnViewCenter()118 public void tapOnViewCenter(View view, boolean waitAnimations) { in tapOnViewCenter() method in TouchHelper
850 protected void tapOnViewCenter(View view) { in tapOnViewCenter() method in ActivityManagerTestBase851 mTouchHelper.tapOnViewCenter(view); in tapOnViewCenter()