Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindowManager.java52 final Context displayContext = mContext.createDisplayContext(display); in getOrCreateSoftInputWindow() local
53 final SoftInputWindow newWindow = new SoftInputWindow(displayContext, windowToken); in getOrCreateSoftInputWindow()