Searched refs:takeSnapshot (Results 1 – 9 of 9) sorted by relevance
187 doReturn(snapshot).when(ic).takeSnapshot(); in testTakeSnapshot()188 assertSame(snapshot, wrapper.takeSnapshot()); in testTakeSnapshot()189 verify(ic, times(1)).takeSnapshot(); in testTakeSnapshot()
603 assertThat(connection.takeSnapshot()).isNull(); in testTakeSnapshotForNoSelection()609 final TextSnapshot snapshot = connection.takeSnapshot(); in verifyTextSnapshot()
565 public TextSnapshot takeSnapshot() { in testInvalidateInputFallback() method
422 public TextSnapshot takeSnapshot() { in testInvalidateInputFallback() method
5225 public TextSnapshot takeSnapshot() {
105 public MockA11yImeEventStream.EventArray takeSnapshot() { in takeSnapshot() method in MockA11yImeSession.EventStore147 return mCurrentEventStore.takeSnapshot(); in takeEventSnapshot()
161 public ImeEventStream.ImeEventArray takeSnapshot() { in takeSnapshot() method in MockImeSession.EventStore183 return mCurrentEventStore.takeSnapshot(); in takeEventSnapshot()
366 return getMemorizedOrCurrentInputConnection().takeSnapshot(); in onHandleCommand()
55907 method @Nullable public android.view.inputmethod.TextSnapshot takeSnapshot();56224 method @Nullable public default android.view.inputmethod.TextSnapshot takeSnapshot();56283 method @Nullable public android.view.inputmethod.TextSnapshot takeSnapshot();