Searched refs:mImeScreenshot (Results 1 – 2 of 2) sorted by relevance
627 SurfaceControl mImeScreenshot; field in DisplayContent3877 final boolean renewImeSurface = mImeScreenshot == null in attachAndShowImeScreenshotOnTarget()3878 || mImeScreenshot.getWidth() != mInputMethodWindow.getFrame().width() in attachAndShowImeScreenshotOnTarget()3879 || mImeScreenshot.getHeight() != mInputMethodWindow.getFrame().height(); in attachAndShowImeScreenshotOnTarget()3887 mImeScreenshot = createImeSurface(imeBuffer, t); in attachAndShowImeScreenshotOnTarget()3892 final boolean isValidSnapshot = mImeScreenshot != null && mImeScreenshot.isValid(); in attachAndShowImeScreenshotOnTarget()3900 t.show(mImeScreenshot); in attachAndShowImeScreenshotOnTarget()3960 if (mImeScreenshot != null) { in removeImeSurfaceImmediately()3962 getSyncTransaction().remove(mImeScreenshot); in removeImeSurfaceImmediately()3963 mImeScreenshot = null; in removeImeSurfaceImmediately()
1952 assertNotNull(mDisplayContent.mImeScreenshot); in testAttachAndShowImeScreenshotOnTarget()1953 verify(t).show(mDisplayContent.mImeScreenshot); in testAttachAndShowImeScreenshotOnTarget()