Searched refs:ImeLayoutInfo (Results 1 – 5 of 5) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 34 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()
|
D | ImeEventStreamTestUtils.java | 306 public static ImeLayoutInfo waitForInputViewLayoutStable(@NonNull ImeEventStream stream, 308 ImeLayoutInfo lastLayout = null; 320 lastLayout = ImeLayoutInfo.readFromBundle(event.get().getArguments());
|
D | MockIme.java | 401 @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/ |
D | OnScreenPositionTest.java | 42 import com.android.cts.mockime.ImeLayoutInfo; 111 final ImeLayoutInfo lastLayout = in testImeIsNotBehindNavBar()
|
D | NavigationBarColorTest.java | 61 import com.android.cts.mockime.ImeLayoutInfo; 271 final ImeLayoutInfo lastLayout = in getNavigationBarBitmap()
|