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

  /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;
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 281 LayoutModel layouts = slideshow.getLayout(); local
282 rootLayoutElement.setWidth(layouts.getLayoutWidth());
283 rootLayoutElement.setHeight(layouts.getLayoutHeight());
284 String bgColor = layouts.getBackgroundColor();
291 ArrayList<RegionModel> regions = layouts.getRegions();
SlideshowModel.java 85 LayoutModel layouts, ArrayList<SlideModel> slides,
88 mLayout = layouts;
138 LayoutModel layouts = new LayoutModel(rootLayout, regions); local
161 context, sme, layouts, pb);
224 SlideshowModel slideshow = new SlideshowModel(layouts, slides, document, pb, context);
  /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];
  /device/samsung/crespo/libsensors/
ak8973b.h 45 short layouts[4][3][3]; member in struct:akm8973_platform_data
  /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) {
396 * Returns a list of all the other layouts (in all configurations) in the project other
400 List<IFile> layouts = new ArrayList<IFile>(100); local
412 layouts.add((IFile) file);
422 return layouts;
433 // the convention for layouts (and use Locale.US to ensure that "Image" becomes
  /external/qemu/android/skin/
file.h 104 SkinLayout* layouts; member in struct:SkinFile
111 SkinLayout* __layout = (file)->layouts; \
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 233 // loop on the layouts and render them
234 File[] layouts = layoutFolder.listFiles(); local
235 for (File layout : layouts) {
  /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
146 layouts.add(Pair.of(title, layout));
154 if (layouts.size() > 0) {
156 for (Pair<String, String> layout : layouts) {
IncludeFinder.java 90 /** Map from a layout resource name to a set of layouts included by the given resource */
94 * Reverse map of {@link #mIncludes}; points to other layouts that are including a
95 * given layouts
144 * @param includer the resource name to return included layouts for
145 * @return the layouts included by the given resource
154 * Gets the list of all other layouts that are including the given layout.
413 Collection<ResourceItem> layouts = resources.getResourceItemsOfType(LAYOUT); local
414 for (ResourceItem layout : layouts) {
581 * Record the list of included layouts from the given layout
583 * @param includer the layout including other layouts
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DuplicateIdDetector.java 89 "Checks for duplicate ids across layouts that are combined with include tags",
90 "It's okay for two independent layouts to use the same ids. However, if " +
91 "layouts are combined with include tags, then the id's need to be unique " +
92 "within any chain of included layouts, or Activity#findViewById() can " +
209 if (layout.startsWith(LAYOUT_RESOURCE_PREFIX)) { // Ignore @android:layout/ layouts
407 Collection<Layout> layouts = nameToLayout.get(name); local
408 if (layouts != null && layouts.size() > 0) {
409 if (layouts.size() == 1) {
410 from.include(layouts.iterator().next())
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 1207 ArrayList<ClassInfo> layouts = new ArrayList<ClassInfo>(); local
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 900 sp<ResourceTypeSet> layouts; local
    [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 4360 milliseconds