Searched refs:fromContext (Results 1 – 14 of 14) sorted by relevance
/packages/apps/TV/common/src/com/android/tv/common/flags/has/ |
D | HasCloudEpgFlags.java | 24 static CloudEpgFlags fromContext(Context context) { in fromContext() method
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ShadowInfo.kt | 39 fun fromContext(context: Context, attrs: AttributeSet?, defStyle: Int): ShadowInfo { in fromContext() method
|
D | DoubleShadowBubbleTextView.java | 57 mShadowInfo = ShadowInfo.Companion.fromContext(context, attrs, defStyle); in DoubleShadowBubbleTextView()
|
/packages/apps/TV/common/src/com/android/tv/common/feature/ |
D | CommonFeatures.java | 62 FlagFeature.from(HasCloudEpgFlags::fromContext, CloudEpgFlags::supportedRegion),
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseActivity.java | 514 public static <T extends BaseActivity> T fromContext(Context context) { in fromContext() method in BaseActivity 518 return fromContext(cw.getBaseContext()); in fromContext()
|
D | Launcher.java | 429 return fromContext(context); in getLauncher()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | ShadowInfoTest.kt | 70 val actualShadowInfo = ShadowInfo.fromContext(mockContext, mockAttrs, 0) in ShadowInfo is created correctly from context()
|
/packages/apps/Settings/src/com/android/settings/shortcut/ |
D | CreateShortcutPreferenceController.java | 143 Intent.ShortcutIconResource.fromContext(mContext, R.mipmap.ic_launcher_settings)) in createResultIntent()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskOverlayFactory.java | 367 Snackbar.show(BaseActivity.fromContext( in showBlockedByPolicyMessage()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | TaskOverlayFactoryGo.java | 340 BaseActivity activity = BaseActivity.fromContext(getActionsView().getContext()); in showDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | PrivateProfileManager.java | 219 Intent.ShortcutIconResource shortcut = Intent.ShortcutIconResource.fromContext( in preparePSBitmapInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsFullSheet.java | 888 WidgetsFullSheet sheet = show(BaseActivity.fromContext(getContext()), false); in onDeviceProfileChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 292 return fromContext(context); in getLauncher()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 718 super(PermissionEnforcer.fromContext(context)); in CarrierConfigLoader()
|