Home
last modified time | relevance | path

Searched refs:insetsSb (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java943 final StringBuilder insetsSb = new StringBuilder(); in testDispatchApplyWindowInsetsCount_ime() local
946 insetsSb.append("\n").append(insets); in testDispatchApplyWindowInsetsCount_ime()
961 assertWithMessage("insets should be dispatched exactly once, received: " + insetsSb) in testDispatchApplyWindowInsetsCount_ime()
966 insetsSb.setLength(0); in testDispatchApplyWindowInsetsCount_ime()
975 assertWithMessage("insets should be dispatched exactly once, received: " + insetsSb) in testDispatchApplyWindowInsetsCount_ime()