Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java1175 packageContext = new RtlEnabledContext(packageContext);
1309 private static class RtlEnabledContext extends ContextWrapper {
1310 private RtlEnabledContext(Context packageContext) {
DNotificationRowContentBinderImpl.kt419 packageContext = RtlEnabledContext(packageContext) in <lambda>()
542 class RtlEnabledContext(packageContext: Context) : ContextWrapper(packageContext) { in <lambda>() class in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask