Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DImeAwareEditText.java28 private boolean mHasPendingShowSoftInputRequest; field in ImeAwareEditText
61 if (mHasPendingShowSoftInputRequest) { in onCreateInputConnection()
69 if (mHasPendingShowSoftInputRequest) { in showSoftInputIfNecessary()
73 mHasPendingShowSoftInputRequest = false; in showSoftInputIfNecessary()
82 mHasPendingShowSoftInputRequest = false; in scheduleShowSoftInput()
90 mHasPendingShowSoftInputRequest = true; in scheduleShowSoftInput()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DImeAwareEditText.java28 private boolean mHasPendingShowSoftInputRequest; field in ImeAwareEditText
61 if (mHasPendingShowSoftInputRequest) { in onCreateInputConnection()
69 if (mHasPendingShowSoftInputRequest) { in showSoftInputIfNecessary()
73 mHasPendingShowSoftInputRequest = false; in showSoftInputIfNecessary()
82 mHasPendingShowSoftInputRequest = false; in scheduleShowSoftInput()
90 mHasPendingShowSoftInputRequest = true; in scheduleShowSoftInput()