Home
last modified time | relevance | path

Searched defs:windowToken (Results 1 – 6 of 6) sorted by relevance

/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/
DWindowManagerUtil.java157 final WindowTokenProto windowToken = activity.getWindowToken(); in collectWindowStates() local
161 final WindowTokenProto windowToken = child.getWindowToken(); in collectWindowStates() local
201 final WindowTokenProto windowToken = activity.getWindowToken(); in collectActivityRecords() local
205 final WindowTokenProto windowToken = child.getWindowToken(); in collectActivityRecords() local
/cts/tests/tests/widget/src/android/widget/cts/
DToastPresenterTest.java67 Binder windowToken = new Binder(); in testUpdateLayoutParams() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DSidecarCallbackCounter.java38 public SidecarCallbackCounter(IBinder windowToken, int expectedCallbackCount) { in SidecarCallbackCounter()
DSidecarUtil.java119 IBinder windowToken) { in assumeHasDisplayFeatures()
DTestGetWindowLayoutInfoActivity.java82 IBinder windowToken = getActivityWindowToken(this); in assertCorrectWindowLayoutInfoOrException() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextTests.java225 final IBinder windowToken = activity.getWindow().getAttributes().token; in testWindowProviderServiceLifecycle() local