Merge "Expose IME inset source control for testing" into tm-dev am: 65762373cf am: 1eab50575f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18286156 Change-Id: I3e967626bc538b3657e49f956d80ba8be444552d 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