Home
last modified time | relevance | path

Searched refs:transactionSupplier (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java63 Supplier<Transaction> transactionSupplier, InsetsController controller) { in InsetsSourceConsumer() argument
66 mTransactionSupplier = transactionSupplier; in InsetsSourceConsumer()
DImeInsetsSourceConsumer.java48 InsetsState state, Supplier<Transaction> transactionSupplier, in ImeInsetsSourceConsumer() argument
50 super(TYPE_IME, state, transactionSupplier, controller); in ImeInsetsSourceConsumer()