Merge "Expose IME inset source control for testing" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
65762373cf
@@ -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