Searched refs:ImeLayoutInfo (Results 1 – 5 of 5) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 33 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()
|
D | ImeEventStreamTestUtils.java | 288 public static ImeLayoutInfo waitForInputViewLayoutStable(@NonNull ImeEventStream stream, 290 ImeLayoutInfo lastLayout = null; 302 lastLayout = ImeLayoutInfo.readFromBundle(event.get().getArguments());
|
D | MockIme.java | 287 @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/ |
D | OnScreenPositionTest.java | 41 import com.android.cts.mockime.ImeLayoutInfo; 110 final ImeLayoutInfo lastLayout = in testImeIsNotBehindNavBar()
|
D | NavigationBarColorTest.java | 60 import com.android.cts.mockime.ImeLayoutInfo; 270 final ImeLayoutInfo lastLayout = in getNavigationBarBitmap()
|