Home
last modified time | relevance | path

Searched defs:mTransformer (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationCollectionViewModel.java34 private final ComplicationViewModelTransformer mTransformer; field in ComplicationCollectionViewModel
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/service/
H A DObservableServiceConnectionTest.java93 ObservableServiceConnection.ServiceTransformer<Foo> mTransformer; field in ObservableServiceConnectionTest
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java84 private ServiceTransformer<Foo> mTransformer; field in ObservableServiceConnectionTest
H A DPersistentServiceConnectionTest.java68 private ServiceTransformer<Proxy> mTransformer; field in PersistentServiceConnectionTest
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DObservableServiceConnection.java117 private final ServiceTransformer<T> mTransformer; field in ObservableServiceConnection
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
H A DObservableServiceConnection.java115 private final ServiceTransformer<T> mTransformer; field in ObservableServiceConnection
/aosp14/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java252 private PasswordTransformationMethod mTransformer; field in PasswordTransformationMethod.Visible