Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPluginService.java49 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
50 onCreate(sysuiContext, pluginContext, QuickAccessWalletClient.create(sysuiContext)); in onCreate()
54 void onCreate(Context sysuiContext, Context pluginContext, QuickAccessWalletClient client) { in onCreate() argument
55 mSysuiContext = sysuiContext; in onCreate()
H A DWalletPanelViewController.java78 Context sysuiContext, in WalletPanelViewController() argument
83 mSysuiContext = sysuiContext; in WalletPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DPluginUtils.java23 public static void setId(Context sysuiContext, View view, String id) { in setId() argument
24 int i = sysuiContext.getResources().getIdentifier(id, "id", sysuiContext.getPackageName()); in setId()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt60 private val sysuiContext: Context,
86 mView.setAlphaInDuration(sysuiContext.resources.getInteger(
211 sysuiContext.display?.getRealMetrics(displayMetrics)
216 fingerprintSensorLocation = when (RotationUtils.getRotation(sysuiContext)) {
239 mView.setLockScreenColor(Utils.getColorAttrDefaultColor(sysuiContext,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt91 sysuiContext: Context,
112 sysuiContext: Context,
130 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants)
148 ContextThemeWrapper(notifPackageContext, sysuiContext.theme)
/aosp12/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
H A DPlugin.java124 default void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
H A DPluginFragment.java27 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
/aosp12/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
H A DSampleOverlayPlugin.java41 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DPluginInstanceTest.java135 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
H A DPluginActionManagerTest.java301 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java435 public static Drawable getIcon(Context sysuiContext, in getIcon() argument
445 sysuiContext.getResources().getValue(R.dimen.status_bar_icon_scale_factor, in getIcon()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java98 Context sysuiContext, Context notifPackageContext, NotificationEntry entry,
H A DNotificationEntryManagerInflationTest.java228 Context sysuiContext, Context notifPackageContext, in setUp()
H A DNotificationTestHelper.java538 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(Context sysuiContext, in inflateSmartReplyViewHolder() argument
/aosp12/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1744 Context sysuiContext = mContext.mMainThread.getSystemUiContext(); in getResourcesForApplication() local
1746 sysuiContext = sysuiContext.createConfigurationContext(configuration); in getResourcesForApplication()
1748 return sysuiContext.getResources(); in getResourcesForApplication()
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dplugins.md111 public void onCreate(Context sysuiContext, Context pluginContext);