Searched refs:mShouldShowIme (Results 1 – 1 of 1) sorted by relevance
117 private boolean mShouldShowIme = false; field in DisplayWindowSettings.Entry141 mShouldShowIme = copyFrom.mShouldShowIme; in Entry()157 && !mShouldShowIme in isEmpty()386 return entry.mShouldShowIme; in shouldShowImeLocked()397 entry.mShouldShowIme = shouldShow; in setShouldShowImeLocked()559 entry.mShouldShowIme = getBooleanAttribute(parser, "shouldShowIme"); in readDisplay()650 if (entry.mShouldShowIme) { in writeSettings()651 out.attribute(null, "shouldShowIme", Boolean.toString(entry.mShouldShowIme)); in writeSettings()