Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java71 private IBinder mWindowToken; field in SidecarTest
87 mWindowToken = getActivityWindowToken(mActivity); in setUp()
88 assertThat(mWindowToken).isNotNull(); in setUp()
103 SidecarCallbackCounter sidecarCallback = new SidecarCallbackCounter(mWindowToken); in testSidecarInterface_onWindowLayoutChangeListener()
107 mSidecarInterface.onWindowLayoutChangeListenerAdded(mWindowToken); in testSidecarInterface_onWindowLayoutChangeListener()
122 mSidecarInterface.onWindowLayoutChangeListenerRemoved(mWindowToken); in testSidecarInterface_onWindowLayoutChangeListener()
134 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testSidecarInterface_getWindowLayoutInfo()
139 mWindowToken); in testSidecarInterface_getWindowLayoutInfo()
186 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_activityNotAttachedToWindow_returnsCorrectValue()
200 assumeHasDisplayFeatures(mSidecarInterface, mWindowToken); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
[all …]
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DSidecarCallbackCounter.java31 private final IBinder mWindowToken; field in SidecarCallbackCounter
35 mWindowToken = windowToken; in SidecarCallbackCounter()
45 assertEquals(iBinder, mWindowToken); in onWindowLayoutChanged()