Searched refs:fromContext (Results 1 – 17 of 17) sorted by relevance
24 static CloudEpgFlags fromContext(Context context) { in fromContext() method
412 public static <T extends BaseActivity> T fromContext(Context context) { in fromContext() method in BaseActivity418 return fromContext(((ContextWrapper) context).getBaseContext()); in fromContext()
39 mActivity = StatefulActivity.fromContext(context); in LauncherRootView()
348 BaseDraggingActivity.fromContext(context).getDeviceProfile().isMultiWindowMode); in getDepth()
422 return fromContext(context); in getLauncher()
142 mActionsView = BaseActivity.fromContext( in getActionsView()284 Snackbar.show(BaseActivity.fromContext( in showBlockedByPolicyMessage()
208 BaseActivity baseActivity = BaseActivity.fromContext(context); in createRecentsWindowAnimator()
62 FlagFeature.from(HasCloudEpgFlags::fromContext, CloudEpgFlags::supportedRegion),
83 BaseActivity activity = BaseDraggingActivity.fromContext(mContext); in onSwipeUp()
146 mSystemUiController = BaseActivity.fromContext(getContext()).getSystemUiController(); in getSystemUiController()
99 mActivity = BaseDraggingActivity.fromContext(view.getContext()); in SysUiScrim()
340 BaseActivity activity = BaseActivity.fromContext(getActionsView().getContext()); in showDialog()
160 Intent.ShortcutIconResource.fromContext(mContext, R.mipmap.ic_launcher_settings)) in createResultIntent()
176 Intent.ShortcutIconResource shortcut = Intent.ShortcutIconResource.fromContext( in addPrivateSpaceInstallAppButton()
825 WidgetsFullSheet sheet = show(BaseActivity.fromContext(getContext()), false); in onDeviceProfileChanged()
257 return fromContext(context); in getLauncher()
711 super(PermissionEnforcer.fromContext(context)); in CarrierConfigLoader()