Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java139 final int configChange = configChangeCount1 + configChangeCount2; in testRotation180WithCutout() local
143 + " same configuration.").that(configChange).isLessThan(2); in testRotation180WithCutout()
151 + " or a configuration change.").that(relaunch + configChange).isLessThan(2); in testRotation180WithCutout()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java820 public boolean onShowInputRequested(int flags, boolean configChange) {
821 return getTracer().onShowInputRequested(flags, configChange, () -> {
823 final boolean originalResult = super.onShowInputRequested(flags, configChange);
1153 boolean onShowInputRequested(int flags, boolean configChange,
1157 arguments.putBoolean("configChange", configChange);
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java131 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested() argument