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.java33 public final class ImeLayoutInfo { class
129 ImeLayoutInfo(@NonNull Rect newLayout, @NonNull Rect oldLayout, in ImeLayoutInfo() method in ImeLayoutInfo
149 static ImeLayoutInfo readFromBundle(@NonNull Bundle bundle) { in readFromBundle()
157 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in readFromBundle()
161 static ImeLayoutInfo fromLayoutListenerCallback(View v, int left, int top, int right, in fromLayoutListenerCallback()
194 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in fromLayoutListenerCallback()
DImeEventStreamTestUtils.java288 public static ImeLayoutInfo waitForInputViewLayoutStable(@NonNull ImeEventStream stream,
290 ImeLayoutInfo lastLayout = null;
302 lastLayout = ImeLayoutInfo.readFromBundle(event.get().getArguments());
DMockIme.java287 @Nullable Consumer<ImeLayoutInfo> onInputViewLayoutChangedCallback) { in KeyboardLayoutView()
323 ImeLayoutInfo.fromLayoutListenerCallback( in KeyboardLayoutView()
374 private void onInputViewLayoutChanged(@NonNull ImeLayoutInfo layoutInfo) { in onInputViewLayoutChanged()
684 public void onInputViewLayoutChanged(@NonNull ImeLayoutInfo imeLayoutInfo,
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DOnScreenPositionTest.java41 import com.android.cts.mockime.ImeLayoutInfo;
110 final ImeLayoutInfo lastLayout = in testImeIsNotBehindNavBar()
DNavigationBarColorTest.java60 import com.android.cts.mockime.ImeLayoutInfo;
270 final ImeLayoutInfo lastLayout = in getNavigationBarBitmap()