Searched refs:hasUnfocusableWindowFlags (Results 1 – 3 of 3) sorted by relevance
30 import static com.android.inputmethod.stresstest.ImeStressTestUtil.hasUnfocusableWindowFlags;106 int iterNum = hasUnfocusableWindowFlags(activity) ? 1 : NUM_TEST_ITERATIONS; in testShowHideWithInputMethodManager_waitingVisibilityChange()120 assumeFalse("Has unfocusable window flags", hasUnfocusableWindowFlags(mWindowFocusFlags)); in testShowHideWithInputMethodManager_waitingAnimationEnd()147 assumeFalse("Has unfocusable window flags", hasUnfocusableWindowFlags(mWindowFocusFlags)); in testShowHideWithInputMethodManager_intervalAfterHide()171 assumeFalse("Has unfocusable window flags", hasUnfocusableWindowFlags(mWindowFocusFlags)); in testShowHideWithInputMethodManager_inSameFrame()267 int iterNum = hasUnfocusableWindowFlags(activity) ? 1 : NUM_TEST_ITERATIONS; in testShowHideWithWindowInsetsController_waitingVisibilityChange()281 assumeFalse("Has unfocusable window flags", hasUnfocusableWindowFlags(mWindowFocusFlags)); in testShowHideWithWindowInsetsController_waitingAnimationEnd()307 assumeFalse("Has unfocusable window flags", hasUnfocusableWindowFlags(mWindowFocusFlags)); in testShowHideWithWindowInsetsController_intervalAfterHide()502 if (hasUnfocusableWindowFlags(activity)) { in verifyShowBehavior()513 if (hasUnfocusableWindowFlags(activity)) { in verifyHideBehavior()[all …]
25 import static com.android.inputmethod.stresstest.ImeStressTestUtil.hasUnfocusableWindowFlags;323 if (hasUnfocusableWindowFlags(activity)) { in verifyAutoShowBehavior_forwardWithKeyboardOff()431 if (hasUnfocusableWindowFlags(activity)) { in verifyAutoShowBehavior_backwardWithKeyboardOff()448 if (hasUnfocusableWindowFlags(activity)) { in verifyAutoShowBehavior_backwardWithKeyboardOn()
274 public static boolean hasUnfocusableWindowFlags(Activity activity) { in hasUnfocusableWindowFlags() method in ImeStressTestUtil275 return hasUnfocusableWindowFlags(activity.getWindow().getAttributes().flags); in hasUnfocusableWindowFlags()284 public static boolean hasUnfocusableWindowFlags(int windowFlags) { in hasUnfocusableWindowFlags() method in ImeStressTestUtil