HomeSort by relevance Sort by last modified time
    Searched refs:IProjectCallback (Results 1 - 24 of 24) sorted by null

  /sdk/ide_common/src/com/android/ide/common/rendering/legacy/
LegacyCallback.java 19 import com.android.ide.common.rendering.api.IProjectCallback;
27 * Clients should use this instead of {@link IProjectCallback} to target both old and new
33 com.android.ide.common.rendering.api.IProjectCallback,
34 com.android.layoutlib.api.IProjectCallback {
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IProjectCallback.java 24 public interface IProjectCallback {
ILayoutBridge.java 35 * <li>new render method: {@link #computeLayout(IXmlPullParser, Object, int, int, boolean, int, float, float, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
36 * <li>deprecated {@link #computeLayout(IXmlPullParser, Object, int, int, int, float, float, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
40 * <li>new render method: {@link #computeLayout(IXmlPullParser, Object, int, int, int, float, float, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
41 * <li>deprecated {@link #computeLayout(IXmlPullParser, Object, int, int, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
46 * <li>new render method: {@link #computeLayout(IXmlPullParser, Object, int, int, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
47 * <li>deprecated {@link #computeLayout(IXmlPullParser, Object, int, int, String, Map, Map, IProjectCallback, ILayoutLog)}</li>
103 * @param projectCallback The {@link IProjectCallback} object to get information from
118 IProjectCallback projectCallback, ILayoutLog logger);
140 * @param projectCallback The {@link IProjectCallback} object to get information from
154 IProjectCallback projectCallback, ILayoutLog logger)
    [all...]
  /sdk/layoutlib_api/sample/src/com/example/android/render/
XmlParser.java 20 import com.android.ide.common.rendering.api.IProjectCallback;
31 * @deprecated {@link IProjectCallback} replaces this.
ProjectCallback.java 21 import com.android.ide.common.rendering.api.IProjectCallback;
31 * Simple implementation of {@link IProjectCallback}. This is a very basic implementation that
38 public class ProjectCallback implements IProjectCallback {
RenderService.java 23 import com.android.ide.common.rendering.api.IProjectCallback;
51 private final IProjectCallback mProjectCallback;
77 IProjectCallback projectCallback) {
RenderServiceFactory.java 23 import com.android.ide.common.rendering.api.IProjectCallback;
197 IProjectCallback projectCallback) {
207 * {@link #createService(ResourceResolver, FolderConfiguration, IProjectCallback)} since the
222 IProjectCallback projectCallback) {
  /frameworks/base/tools/layoutlib/bridge/src/android/app/
Fragment_Delegate.java 19 import com.android.ide.common.rendering.api.IProjectCallback;
33 * {@link IProjectCallback} object. They are however static methods, so the callback is set
34 * before the inflation through {@link #setProjectCallback(IProjectCallback)}.
38 private static IProjectCallback sProjectCallback;
41 * Sets the current {@link IProjectCallback} to be used to instantiate classes coming
44 public static void setProjectCallback(IProjectCallback projectCallback) {
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DrawableParams.java 50 * @param projectCallback The {@link IProjectCallback} object to get information from
62 IProjectCallback projectCallback,
RenderParams.java 38 private final IProjectCallback mProjectCallback;
73 * @param projectCallback The {@link IProjectCallback} object to get information from
84 IProjectCallback projectCallback,
197 public IProjectCallback getProjectCallback() {
IProjectCallback.java 29 public interface IProjectCallback {
SessionParams.java 80 * @param projectCallback The {@link IProjectCallback} object to get information from
93 IProjectCallback projectCallback,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ContextPullParser.java 29 import com.android.ide.common.rendering.api.IProjectCallback;
52 private final IProjectCallback mProjectCallback;
58 public ContextPullParser(IProjectCallback projectCallback, File file) {
69 * @deprecated use {@link IProjectCallback#getParser(String)}.
ProjectCallback.java 32 import com.android.ide.common.rendering.api.IProjectCallback;
67 * <p/>This implements {@link IProjectCallback} for the old and new API through
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 21 import com.android.ide.common.rendering.api.IProjectCallback;
44 IProjectCallback callback) {
BaseAdapter.java 21 import com.android.ide.common.rendering.api.IProjectCallback;
24 import com.android.ide.common.rendering.api.IProjectCallback.ViewAttribute;
99 private final IProjectCallback mCallback;
106 IProjectCallback callback) {
FakeExpandableAdapter.java 21 import com.android.ide.common.rendering.api.IProjectCallback;
40 IProjectCallback callback) {
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 19 import com.android.ide.common.rendering.api.IProjectCallback;
47 private final IProjectCallback mProjectCallback;
67 * Instantiate a new BridgeInflater with an {@link IProjectCallback} object.
70 * @param projectCallback the {@link IProjectCallback} object.
72 public BridgeInflater(Context context, IProjectCallback projectCallback) {
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 42 import com.android.layoutlib.api.IProjectCallback;
74 * {@link LegacyCallback} instead of {@link com.android.ide.common.rendering.api.IProjectCallback}.
454 com.android.layoutlib.api.IProjectCallback == false) {
506 (IProjectCallback) params.getProjectCallback(),
516 (IProjectCallback) params.getProjectCallback(), logWrapper);
524 (IProjectCallback) params.getProjectCallback(), logWrapper);
541 (IProjectCallback) params.getProjectCallback(), logWrapper);
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 19 import com.android.ide.common.rendering.api.IProjectCallback;
52 private IProjectCallback mProjectCallback;
96 IProjectCallback projectCallback) {
117 Configuration config, IProjectCallback projectCallback) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 23 import com.android.ide.common.rendering.api.IProjectCallback;
99 private final static class ProjectCallBack implements IProjectCallback {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 20 import com.android.ide.common.rendering.api.IProjectCallback;
97 private final IProjectCallback mProjectCallback;
129 IProjectCallback projectCallback,
147 * {@link DisplayMetrics}, {@link Configuration}, and {@link IProjectCallback}.
190 public IProjectCallback getProjectCallback() {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 29 import com.android.ide.common.rendering.api.IProjectCallback;
    [all...]

Completed in 901 milliseconds