Searched refs:onWindowAttributesChanged (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowTest.java | 173 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testOpFlags() 180 verify(mWindowCallback, times(1)).onWindowAttributesChanged(attrs); in testOpFlags() 238 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testAccessAttributes() 246 verify(mWindowCallback, times(1)).onWindowAttributesChanged(attr); in testAccessAttributes() 537 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetDefaultWindowFormat() 540 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetDefaultWindowFormat() 548 verify(mWindowCallback, times(1)).onWindowAttributesChanged(window.getAttributes()); in testSetDefaultWindowFormat() 561 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetGravity() 565 verify(mWindowCallback, times(1)).onWindowAttributesChanged(attrs); in testSetGravity() 581 verify(mWindowCallback, never()).onWindowAttributesChanged(any()); in testSetLayout() [all …]
|
/cts/tests/app/app/src/android/app/stubs/ |
D | TestDialog.java | 187 public void onWindowAttributesChanged(LayoutParams params) { in onWindowAttributesChanged() method in TestDialog 189 super.onWindowAttributesChanged(params); in onWindowAttributesChanged()
|