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

  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 26 import android.holo.cts.LayoutAdapter.LayoutInfo;
80 LayoutInfo layoutInfo = layoutAdapter.getItem(layoutIndex);
81 mBitmapName = BitmapAssets.getBitmapName(themeInfo, layoutInfo);
86 if (layoutInfo.hasModifier()) {
87 layoutInfo.getModifier().prepare();
93 mTestView = getLayoutInflater().inflate(layoutInfo.getLayout(), mViewGroup, false);
95 if (layoutInfo.hasModifier()) {
96 mTestView = layoutInfo.getModifier().modifyView(mTestView);
107 mTestView.postDelayed(new GenerateBitmapRunnable(), layoutInfo.getTimeoutMs())
    [all...]
BitmapAssets.java 25 import android.holo.cts.LayoutAdapter.LayoutInfo;
92 public static String getBitmapName(ThemeInfo themeInfo, LayoutInfo layoutInfo) {
93 return themeInfo.getBitmapName() + "_" + layoutInfo.getBitmapName();
LayoutAdapter.java 57 static class LayoutInfo {
64 private LayoutInfo(int displayName, String fileName, int layout, LayoutModifier modifier,
99 private final List<LayoutInfo> mLayoutInfos = new ArrayList<LayoutInfo>();
302 addLayout(new LayoutInfo(displayName, fileName, layout, modifier, timeoutMs));
305 private void addLayout(LayoutInfo info) {
319 private LayoutInfo getCalendarLayoutInfo() {
320 return new LayoutInfo(R.string.calendarview_jan, "calendar_view",
324 private LayoutInfo getFebruaryCalendarLayoutInfo() {
325 return new LayoutInfo(R.string.calendarview_feb, "calendar_view_feb"
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 162 Pair<ResourceType, String> layoutInfo = Bridge.resolveResourceId(resource);
163 if (layoutInfo != null) {
165 ResourceType.LAYOUT, layoutInfo.getSecond());
167 layoutInfo = mProjectCallback.resolveResourceId(resource);
169 if (layoutInfo != null) {
171 ResourceType.LAYOUT, layoutInfo.getSecond());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 305 LayoutParamsInfo layoutInfo = new ViewClassInfo.LayoutParamsInfo(
307 attrsXmlParser.loadLayoutParamsAttributes(layoutInfo);
308 appendAttributes(customLayoutAttributes, layoutInfo.getAttributes(), appUri);
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 314 milliseconds