HomeSort by relevance Sort by last modified time
    Searched full:layoutinfo (Results 1 - 25 of 31) sorted by null

1 2

  /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...]
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...]
BitmapAssets.java 25 import android.holo.cts.LayoutAdapter.LayoutInfo;
92 public static String getBitmapName(ThemeInfo themeInfo, LayoutInfo layoutInfo) {
93 return themeInfo.getBitmapName() + "_" + layoutInfo.getBitmapName();
  /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());
  /external/llvm/lib/IR/
DataLayout.cpp 412 LayoutInfoTy LayoutInfo;
417 for (LayoutInfoTy::iterator I = LayoutInfo.begin(), E = LayoutInfo.end();
426 return LayoutInfo[STy];
  /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);
  /frameworks/base/docs/image_sources/training/basics/basic-simple-screen-mock.graffle/
data.plist 513 <key>LayoutInfo</key>
  /frameworks/base/docs/image_sources/training/fragments-screen-mock.graffle/
data.plist 726 <key>LayoutInfo</key>
  /frameworks/base/docs/image_sources/in-app-billing/v3/
iab_v3_consumption_flow.graffle 888 <key>LayoutInfo</key>
iab_v3_purchase_flow.graffle     [all...]
  /frameworks/base/docs/image_sources/play-services-diagram.graffle/
data.plist 917 <key>LayoutInfo</key>
  /external/chromium/chrome/common/extensions/docs/images/intermediate/
i18n-before.graffle 465 <key>LayoutInfo</key>
    [all...]
i18n-hierarchy.graffle 1080 <key>LayoutInfo</key>
    [all...]
i18n-strings.graffle 560 <key>LayoutInfo</key>
    [all...]
i18n-after.graffle 1100 <key>LayoutInfo</key>
    [all...]
overview-arch.graffle 1413 <key>LayoutInfo</key>
    [all...]
  /external/clang/docs/
PCHLayout.graffle 459 <key>LayoutInfo</key>
    [all...]
  /frameworks/base/docs/image_sources/fundamentals/
fragments.graffle     [all...]
service_lifecycle.graffle     [all...]
restore_instance.graffle     [all...]
  /frameworks/base/docs/image_sources/providers/
datamodel.graffle 1004 <key>LayoutInfo</key>
    [all...]
  /frameworks/base/docs/image_sources/
activity_lifecycle.graffle     [all...]
rs_compute.graffle 1141 <key>LayoutInfo</key>
    [all...]
rs_graphics.graffle     [all...]
  /frameworks/base/docs/image_sources/resources/
res-selection-flowchart.graffle 1188 <key>LayoutInfo</key>
    [all...]

Completed in 2845 milliseconds

1 2