HomeSort by relevance Sort by last modified time
    Searched refs:layouts (Results 1 - 25 of 36) sorted by null

1 2

  /development/tools/findunused/
find_unused_resources.rb 107 layouts = Hash.new
119 layouts[id] = FilePosition.new(filename, file.lineno)
146 layouts.delete(id)
151 layouts.delete(id)
156 layouts.delete(id)
162 result.unusedLayoutIds = layouts
  /packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java 42 SMILMediaElement sme, LayoutModel layouts, PduBody pb)
50 context, tag, src, (SMILRegionMediaElement) sme, layouts, part);
92 LayoutModel layouts, PduPart part) throws IOException, MmsException {
95 RegionModel region = layouts.findRegionById(sre.getId());
108 RegionModel region = layouts.findRegionById(rId);
SmilHelper.java 274 LayoutModel layouts = slideshow.getLayout(); local
275 rootLayoutElement.setWidth(layouts.getLayoutWidth());
276 rootLayoutElement.setHeight(layouts.getLayoutHeight());
277 String bgColor = layouts.getBackgroundColor();
284 ArrayList<RegionModel> regions = layouts.getRegions();
SlideshowModel.java 87 LayoutModel layouts, ArrayList<SlideModel> slides,
90 mLayout = layouts;
140 LayoutModel layouts = new LayoutModel(rootLayout, regions); local
163 context, sme, layouts, pb);
226 SlideshowModel slideshow = new SlideshowModel(layouts, slides, document, pb, context);
  /external/qemu/android/skin/
file.h 104 SkinLayout* layouts; member in struct:SkinFile
111 SkinLayout* __layout = (file)->layouts; \
file.c 567 SkinLayout** ptail = &file->layouts;
659 /* then load all layouts */
660 node = aconfig_find(aconfig, "layouts");
665 SkinLayout** ptail = &file->layouts;
678 if (file->layouts == NULL)
723 file->layouts = NULL;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 101 // which layouts it is referring to and list these here as reasonable
114 // Find layouts. This is based on just skimming the Fragment class and looking
119 List<Pair<String, String>> layouts = new ArrayList<Pair<String, String>>(); local
122 layouts.add(Pair.of("list_content", //$NON-NLS-1$
152 layouts.add(Pair.of(title, layout));
160 if (layouts.size() > 0) {
162 for (Pair<String, String> layout : layouts) {
IncludeFinder.java 96 /** Map from a layout resource name to a set of layouts included by the given resource */
100 * Reverse map of {@link #mIncludes}; points to other layouts that are including a
101 * given layouts
151 * @param includer the resource name to return included layouts for
152 * @return the layouts included by the given resource
161 * Gets the list of all other layouts that are including the given layout.
421 Collection<ResourceItem> layouts = resources.getResourceItemsOfType(LAYOUT); local
422 for (ResourceItem layout : layouts) {
618 * Record the list of included layouts from the given layout
620 * @param includer the layout including other layouts
    [all...]
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 112 // Set up the various ad layouts on different flip pages.
113 final int[] layouts = { local
118 int layoutId = layouts[mNum];
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 85 boolean useFullScreenWidth, int layouts[]) {
91 if (layouts != null) {
92 if (layouts.length != mLayouts.length) {
93 throw new RuntimeException("Wrong number of layouts");
96 mLayouts[i] = layouts[i];
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard_unittest.cc 169 std::set<std::string> layouts; local
178 // All 4*3*3 layouts should be different.
179 EXPECT_TRUE(layouts.insert(layout).second) << "layout: " << layout;
  /external/qemu/android/
qemulator.c 140 emulator->layout = emulator->layout_file->layouts;
457 layout = emulator->layout_file->layouts;
460 layout = emulator->layout_file->layouts;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 60 /** The document descriptor. Contains all layouts and views linked together. */
84 /** Returns the document descriptor. Contains all layouts and views linked together. */
126 * @param layouts The list of layouts in the framework.
130 public synchronized void updateDescriptors(ViewClassInfo[] views, ViewClassInfo[] layouts,
152 if (layouts != null) {
153 for (ViewClassInfo info : layouts) {
181 // Link all layouts to everything else here.. recursively
186 // The gesture overlay descriptor is really a layout but not included in the layouts list
357 "Lets you statically include XML layouts inside other XML layouts.", // toolti
    [all...]
  /external/v8/test/mjsunit/compiler/
pic.js 50 // Create a bunch of objects with different layouts.
alloc-object.js 30 // Test that inlined object allocation works for different layouts of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 252 List<IFile> layouts = getOtherLayouts(sourceFile); local
253 for (IFile file : layouts) {
397 * Returns a list of all the other layouts (in all configurations) in the project other
401 List<IFile> layouts = new ArrayList<IFile>(100); local
413 layouts.add((IFile) file);
423 return layouts;
434 // the convention for layouts (and use Locale.US to ensure that "Image" becomes
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 238 // loop on the layouts and render them
239 File[] layouts = layoutFolder.listFiles(); local
240 for (File layout : layouts) {
  /external/doclava/src/com/google/doclava/
Doclava.java 1406 ArrayList<ClassInfo> layouts = new ArrayList<ClassInfo>(); local
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 35 <li><a href="<?cs var:toroot ?>design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a></li>
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 68 * Returns layouts data.
71 return keyboardOverlayData['layouts'];
  /frameworks/base/docs/html/training/
training_toc.cs 795 <li><a href="<?cs var:toroot ?>training/tv/optimizing-layouts-tv.html">
796 Optimizing Layouts for TV
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 931 sp<ResourceTypeSet> layouts; local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 207 // Update the layouts and positions based on the new drag location.
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 1942 milliseconds

1 2