Searched refs:addAssertion (Results 1 – 2 of 2) sorted by relevance
44 private void addAssertion( in addAssertion() method in WmTraceSubject146 addAssertion( in showsAboveAppWindow()153 addAssertion( in hidesAboveAppWindow()160 addAssertion( in showsBelowAppWindow()167 addAssertion( in hidesBelowAppWindow()174 addAssertion( in showsImeWindow()181 addAssertion( in hidesImeWindow()188 addAssertion( in showsAppWindowOnTop()201 addAssertion( in hidesAppWindowOnTop()214 addAssertion( in showsAppWindow()[all …]
50 private void addAssertion(Assertions.TraceAssertion<Entry> assertion, String name) { in addAssertion() method in LayersTraceSubject164 addAssertion(entry -> entry.coversRegion(rect), "coversRegion(" + rect + ")"); in coversRegion()169 addAssertion( in hasVisibleRegion()176 addAssertion(entry -> entry.exists(layerName).negate(), "hasNotLayer(" + layerName + ")"); in hasNotLayer()181 addAssertion(entry -> entry.exists(layerName), "hasLayer(" + layerName + ")"); in hasLayer()186 addAssertion(entry -> entry.isVisible(layerName), "showsLayer(" + layerName + ")"); in showsLayer()196 addAssertion(entry -> entry.isVisible(layerName).negate(), "hidesLayer(" + layerName + ")"); in hidesLayer()