Home
last modified time | relevance | path

Searched refs:ImeLayoutInfo (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java34 public final class ImeLayoutInfo { class
130 ImeLayoutInfo(@NonNull Rect newLayout, @NonNull Rect oldLayout, in ImeLayoutInfo() method in ImeLayoutInfo
150 static ImeLayoutInfo readFromBundle(@NonNull Bundle bundle) { in readFromBundle()
158 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in readFromBundle()
162 static ImeLayoutInfo fromLayoutListenerCallback(View v, int left, int top, int right, in fromLayoutListenerCallback()
195 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in fromLayoutListenerCallback()
DImeEventStreamTestUtils.java306 public static ImeLayoutInfo waitForInputViewLayoutStable(@NonNull ImeEventStream stream,
308 ImeLayoutInfo lastLayout = null;
320 lastLayout = ImeLayoutInfo.readFromBundle(event.get().getArguments());
DMockIme.java401 @Nullable Consumer<ImeLayoutInfo> onInputViewLayoutChangedCallback) { in KeyboardLayoutView()
437 ImeLayoutInfo.fromLayoutListenerCallback( in KeyboardLayoutView()
488 private void onInputViewLayoutChanged(@NonNull ImeLayoutInfo layoutInfo) { in onInputViewLayoutChanged()
819 public void onInputViewLayoutChanged(@NonNull ImeLayoutInfo imeLayoutInfo,
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DOnScreenPositionTest.java42 import com.android.cts.mockime.ImeLayoutInfo;
111 final ImeLayoutInfo lastLayout = in testImeIsNotBehindNavBar()
DNavigationBarColorTest.java61 import com.android.cts.mockime.ImeLayoutInfo;
271 final ImeLayoutInfo lastLayout = in getNavigationBarBitmap()