HomeSort by relevance Sort by last modified time
    Searched refs:newWindow (Results 1 - 3 of 3) sorted by null

  /development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
SoftInputWindowManager.java 53 final SoftInputWindow newWindow = new SoftInputWindow(displayContext, windowToken);
54 mSoftInputWindows.put(displayId, newWindow);
55 return newWindow;
  /external/lzma/CPP/Windows/Control/
Window2.h 15 CWindow2(HWND newWindow = NULL): CWindow(newWindow){};
  /external/lzma/CPP/Windows/
Window.h 60 CWindow(HWND newWindow = NULL): _window(newWindow){};
61 CWindow& operator=(HWND newWindow)
63 _window = newWindow;
67 void Attach(HWND newWindow) { _window = newWindow; }

Completed in 293 milliseconds