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

  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 29 * A SoftInputWindow is a Dialog that is intended to be used for a top-level input
34 class SoftInputWindow extends Dialog {
45 * Create a SoftInputWindow that uses a custom style.
56 public SoftInputWindow(Context context, int theme,
InputMethodService.java 260 SoftInputWindow mWindow;
657 mWindow = new SoftInputWindow(this, mTheme, mDispatcherState);
    [all...]

Completed in 100 milliseconds