Home
last modified time | relevance | path

Searched refs:ImeLayoutInfo (Results 1 – 6 of 6) 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.java328 public static ImeLayoutInfo waitForInputViewLayoutStable(@NonNull ImeEventStream stream,
330 ImeLayoutInfo lastLayout = null;
342 lastLayout = ImeLayoutInfo.readFromBundle(event.get().getArguments());
DMockIme.java586 @Nullable Consumer<ImeLayoutInfo> onInputViewLayoutChangedCallback) { in KeyboardLayoutView()
663 ImeLayoutInfo.fromLayoutListenerCallback( in KeyboardLayoutView()
746 private void onInputViewLayoutChanged(@NonNull ImeLayoutInfo layoutInfo) { in onInputViewLayoutChanged()
1213 void onInputViewLayoutChanged(@NonNull ImeLayoutInfo imeLayoutInfo,
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DOnScreenPositionTest.java43 import com.android.cts.mockime.ImeLayoutInfo;
116 final ImeLayoutInfo lastLayout = in testImeIsNotBehindNavBar()
DNavigationBarColorTest.java63 import com.android.cts.mockime.ImeLayoutInfo;
277 final ImeLayoutInfo lastLayout = in getNavigationBarBitmap()
DKeyboardVisibilityControlTest.java92 import com.android.cts.mockime.ImeLayoutInfo;
777 final ImeLayoutInfo lastLayout =