Searched refs:hasPendingControls (Results 1 – 3 of 3) sorted by relevance
573 assertFalse(getController().hasPendingControls(app)); in testHasPendingControls()577 assertTrue(getController().hasPendingControls(app)); in testHasPendingControls()581 assertFalse(getController().hasPendingControls(app)); in testHasPendingControls()
499 if (mStateController.hasPendingControls(controlTarget)) { in isScheduledAndReadyToShowIme()547 sb.append(mStateController.hasPendingControls(controlTarget)); in logIsScheduledAndReadyToShowIme()
415 boolean hasPendingControls(@NonNull InsetsControlTarget target) { in hasPendingControls() method in InsetsStateController