Searched refs:onWindowAttributesChanged (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowTest.java | 166 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testOpFlags() 173 verify(mWindowCallback, times(1)).onWindowAttributesChanged(attrs); in testOpFlags() 231 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testAccessAttributes() 239 verify(mWindowCallback, times(1)).onWindowAttributesChanged(attr); in testAccessAttributes() 530 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetDefaultWindowFormat() 533 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetDefaultWindowFormat() 541 verify(mWindowCallback, times(1)).onWindowAttributesChanged(window.getAttributes()); in testSetDefaultWindowFormat() 554 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetGravity() 558 verify(mWindowCallback, times(1)).onWindowAttributesChanged(attrs); in testSetGravity() 574 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetLayout() [all …]
|
/cts/tests/app/app/src/android/app/stubs/ |
D | TestDialog.java | 184 public void onWindowAttributesChanged(LayoutParams params) { in onWindowAttributesChanged() method in TestDialog 186 super.onWindowAttributesChanged(params); in onWindowAttributesChanged()
|