HomeSort by relevance Sort by last modified time
    Searched defs:Resources_Delegate (Results 1 - 2 of 2) sorted by null

  /frameworks/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 71 public class Resources_Delegate {
88 "Resources_Delegate.initSystem called twice before disposeSystem was called";
89 Resources resources = new Resources(Resources_Delegate.class.getClassLoader());
101 "Resources_Delegate.getContext called before initSystem";
110 "Resources_Delegate.getLayoutlibCallback called before initSystem";
135 assert Resources.mSystem != null : "Resources_Delegate.initSystem wasn't called";
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 64 import android.content.res.Resources_Delegate;
259 mSystemResources = Resources_Delegate.initSystem(
272 Resources_Delegate.disposeSystem();
758 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, isPlatformFile);
    [all...]

Completed in 77 milliseconds