Searched refs:getBaseContext (Results 1 – 25 of 45) sorted by relevance
12
184 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()188 return getBaseContext().getSystemService(name); in getSystemService()211 final Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme()
44 Context baseContext = BridgeContext.getBaseContext(thisView.getContext()); in getWindowToken()104 Context context = BridgeContext.getBaseContext(thisView.getContext()); in dispatchDetachedFromWindow()
58 import static com.android.layoutlib.bridge.android.BridgeContext.getBaseContext;102 newContext = getBaseContext(newContext); in BridgeInflater()246 context = getBaseContext(context); in createViewFromCustomInflater()357 context = getBaseContext(context); in inflate()433 context = getBaseContext(context); in setupViewInContext()
50 context = BridgeContext.getBaseContext(context); in registerMenu()
26 setContentView(new GridLayout(getBaseContext())); in onCreate()
74 setContentView(create(getBaseContext())); in onCreate()
124 setContentView(create(getBaseContext())); in onCreate()
32 g.setAdapter(new BiDiTestGalleryImages(this.getActivity().getBaseContext())); in onCreateView()
44 context = BridgeContext.getBaseContext(context); in BridgeMenuItemImpl()
131 context = ((ContextWrapper) context).getBaseContext(); in getLegacyListenerFromContext()
128 final ContextImpl impl = (ContextImpl) getBaseContext(); in destroy()
258 return getBaseContext().getMainLooper(); in getLooper()
170 context = ((ContextWrapper)context).getBaseContext(); in getActivity()
417 packageMonitor.register(getBaseContext(), null, UserHandle.ALL, true); in applyComponentAtInstall()451 boolean isInSetup = Settings.Secure.getInt(getBaseContext().getContentResolver(),453 boolean isInDeferredSetup = Settings.Secure.getInt(getBaseContext()
163 return getBaseContext().getSystemService(LayoutInflater.class).cloneInContext(this); in getSystemService()299 getBaseContext().registerComponentCallbacks(callback); in registerComponentCallbacks()305 getBaseContext().unregisterComponentCallbacks(callback); in unregisterComponentCallbacks()
52 new SysuiTestableContext(getBaseContext().createDisplayContext(display)); in createDisplayContext()
135 convertView = LayoutInflater.from(getBaseContext()) in getView()
70 if (getBaseContext().checkCallingOrSelfPermission(PERMISSION) != PERMISSION_GRANTED) { in checkPermission()
438 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()442 return getBaseContext().getSystemService(name); in getSystemService()
179 Intent settingsActivity = new Intent(getBaseContext(), SettingsActivity.class); in onOptionsItemSelected()
278 public Context getBaseContext() { in getBaseContext() method in WallpaperBackupAgentTest.IsolatedWallpaperBackupAgent
102 startService(new Intent(getBaseContext(), SoundTriggerTestService.class)); in onCreate()
146 Context ctx = getBaseContext(); in handleMessage()
71 mRs = RenderScript.create(this.getBaseContext()); in onCreate()