Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java62 private AsyncLayoutInflater mAsyncLayoutInflater; field in KeyguardSecurityViewFlipperControllerTest
94 mLayoutInflater, mAsyncLayoutInflater, mKeyguardSecurityViewControllerFactory, in setup()
121 verify(mAsyncLayoutInflater).inflate(anyInt(), eq(mView), any( in asynchronouslyInflateView()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipperController.java52 private final AsyncLayoutInflater mAsyncLayoutInflater; field in KeyguardSecurityViewFlipperController
68 mAsyncLayoutInflater = asyncLayoutInflater; in KeyguardSecurityViewFlipperController()
146 mAsyncLayoutInflater.inflate(layoutId, mView, in asynchronouslyInflateView()