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

  /sdk/layoutlib_api/src/com/android/layoutlib/api/
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>
111 ILayoutResult computeLayout(IXmlPullParser layoutDescription,
148 ILayoutResult computeLayout(IXmlPullParser layoutDescription,
181 ILayoutResult computeLayout(IXmlPullParser layoutDescription,
213 ILayoutResult computeLayout(IXmlPullParser layoutDescription
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 33 // image, another is screen. computeLayout() uses mMatrix to map from image
180 Rect r = computeLayout();
243 Rect r = computeLayout();
282 mDrawRect = computeLayout();
344 mDrawRect = computeLayout();
355 private Rect computeLayout() {
364 mDrawRect = computeLayout();
380 mDrawRect = computeLayout();
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 42 milliseconds