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

1 2 3 4

  /device/htc/flounder/VolantisLayout/src/com/google/android/launcher/layouts/volantis/
PartnerCustomizationReceiver.java 17 package com.google.android.launcher.layouts.volantis;
  /device/moto/shamu/ShamuLayout/src/com/google/android/launcher/layouts/shamu/
PartnerCustomizationReceiver.java 17 package com.google.android.launcher.layouts.shamu;
  /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
  /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) {
  /frameworks/data-binding/library/src/main/java/android/databinding/
ViewDataBinding.java 554 * included layouts.
576 * included layouts.
680 final String[] layouts = included.layouts[includedIndex]; local
681 final int length = layouts.length;
683 final String layout = layouts[i];
932 public final String[][] layouts; field in class:ViewDataBinding.IncludedLayouts
    [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];
  /external/skia/bench/
bench_util.py 129 layout_dic: dictionary to store tile layouts. See parse() for descriptions.
137 layouts = TILE_LAYOUT_RE_COMPILED.search(line)
138 if layouts and len(layouts.groups()) == 2:
139 tile_layout = '%sx%s' % layouts.groups()
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 83 boolean useFullScreenWidth, int layouts[]) {
89 if (layouts != null) {
90 if (layouts.length != mLayouts.length) {
91 throw new RuntimeException("Wrong number of layouts");
94 mLayouts[i] = layouts[i];
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
LayoutXmlProcessor.java 45 public static final String RESOURCE_BUNDLE_PACKAGE = "android.databinding.layouts";
119 for (List<ResourceBundle.LayoutFileBundle> layouts : mResourceBundle.getLayoutBundles()
121 for (ResourceBundle.LayoutFileBundle layout : 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 244 // loop on the layouts and render them
245 File[] layouts = layoutFolder.listFiles(); local
246 for (File layout : layouts) {
  /external/doclava/src/com/google/doclava/
Doclava.java 1487 ArrayList<ClassInfo> layouts = new ArrayList<ClassInfo>(); local
    [all...]
  /prebuilts/devtools/tools/lib/
lint-tests.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha2/
lint-tests-24.3.0-alpha2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha3/
lint-tests-24.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha4/
lint-tests-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha5/
lint-tests-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta1/
lint-tests-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta2/
lint-tests-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta3/
lint-tests-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta4/
lint-tests-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.1/
lint-tests-24.3.1.jar 

Completed in 1070 milliseconds

1 2 3 4