Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsAnimationControlImpl.java68 private final Supplier<SyncRtSurfaceTransactionApplier> mTransactionApplierSupplier; field in InsetsAnimationControlImpl
87 mTransactionApplierSupplier = transactionApplierSupplier; in InsetsAnimationControlImpl()
165 SyncRtSurfaceTransactionApplier applier = mTransactionApplierSupplier.get(); in applyChangeInsets()