Searched defs:fillWindow (Results 1 – 12 of 12) sorted by relevance
314 FillWindowPresenter(@NonNull FillWindow fillWindow) { in FillWindowPresenter()322 final FillWindow fillWindow = mFillWindowReference.get(); in show() local332 final FillWindow fillWindow = mFillWindowReference.get(); in hide() local
66 final FillWindow fillWindow = mProxy.getFillWindow(); in autofill() local
64 final FillWindow fillWindow = response.getFillWindow(); in onSuccess() local
93 /* package-private */ FillResponse( in FillResponse()
500 public void setFillWindow(@NonNull FillWindow fillWindow) { in setFillWindow()
61 void fillWindow(int position, CursorWindow window); in fillWindow() method
46 public void fillWindow(int position, CursorWindow window) { in fillWindow() method in CrossProcessCursorWrapper
64 public void fillWindow(int position, CursorWindow window) { in fillWindow() method in RedactingCursor
129 public void fillWindow(int position, CursorWindow window) { in fillWindow() method in TranslatingCursor
280 public void fillWindow(int position, CursorWindow window) { in fillWindow() method in AbstractCursor
57 int fillWindow(CursorWindow window, int startPos, int requiredPos, boolean countAllRows) { in fillWindow() method in SQLiteQuery
138 private void fillWindow(int requiredPos) { in fillWindow() method in SQLiteCursor