Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindowManager.java47 final IBinder windowToken = mDelegate.createInputMethodWindowToken(displayId); in getOrCreateSoftInputWindow() local
48 if (windowToken == null) { in getOrCreateSoftInputWindow()
53 final SoftInputWindow newWindow = new SoftInputWindow(displayContext, windowToken); in getOrCreateSoftInputWindow()
/development/tools/winscope/src/
Dtransform_wm.js63 [entry.windowToken.windows, transform_window],
64 [entry.windowToken.windowContainer.children.reverse(), transform_window_container_child],
143 if (entry.windowToken != null) {return transform_window_token(entry.windowToken)}