Merge "Expose IME inset source control for testing" into tm-dev am: 65762373cf
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18286156 Change-Id: I5af035ad2a03f0b1cc78a3e6546b6c8db114860e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -498,6 +498,11 @@ public class DisplayImeController implements DisplayController.OnDisplaysChanged
|
||||
dispatchVisibilityChanged(mDisplayId, isShowing);
|
||||
}
|
||||
}
|
||||
|
||||
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
|
||||
public InsetsSourceControl getImeSourceControl() {
|
||||
return mImeSourceControl;
|
||||
}
|
||||
}
|
||||
|
||||
void removeImeSurface() {
|
||||
|
||||
Reference in New Issue
Block a user