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

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.d 1 #name: C6X unwinding bad frame layouts
  /device/huawei/angler/AnglerLayout/src/com/google/android/launcher/layouts/angler/
PartnerCustomizationReceiver.java 17 package com.google.android.launcher.layouts.angler;
  /device/lge/bullhead/BullheadLayout/src/com/google/android/launcher/layouts/bullhead/
PartnerCustomizationReceiver.java 17 package com.google.android.launcher.layouts.bullhead;
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
ItemLayoutTest.java 41 * Sanity test for all the item layouts to make sure they won't crash when being inflated in
58 int[] layouts = new int[] { local
64 // Test all the possible combinations of themes and layouts.
67 for (int layout : layouts) {
  /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/TV/src/com/android/tv/menu/
MenuLayoutManager.java 122 * Layouts main menu view.
144 List<Rect> layouts = getViewLayouts(left, top, right, bottom); local
146 Rect rect = layouts.get(i);
257 List<Rect> layouts = new ArrayList<>(); local
278 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom));
282 layouts.add(null);
285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
292 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
294 layouts.add(0, null);
303 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom))
428 List<Rect> layouts = getViewLayouts(mMenuView.getLeft(), mMenuView.getTop(), local
720 List<Rect> layouts = getViewLayouts(mMenuView.getLeft(), mMenuView.getTop(), local
    [all...]
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
TextViewFontFamilyLayoutPerfTest.java 44 public static Collection layouts() { method in class:TextViewFontFamilyLayoutPerfTest
TextViewAutoSizeLayoutPerfTest.java 51 public static Collection layouts() { method in class:TextViewAutoSizeLayoutPerfTest
  /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) {
  /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/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java 562 * included layouts.
972 * included layouts.
1077 final String[] layouts = included.layouts[includedIndex]; local
1330 public final String[][] layouts; field in class:ViewDataBinding.IncludedLayouts
    [all...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 409 Slog.d(TAG, "Reloading keyboard layouts.");
834 final List<KeyboardLayout> layouts = new ArrayList<>(); local
1139 KeyboardLayout[] layouts = new KeyboardLayout[enabledLayoutSize + potentialLayoutSize]; local
1361 String[] layouts = mDataStore.getKeyboardLayouts(key); local
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentWithAspectRatioTest.java 132 public List<Pair<Integer, Integer>> layouts = new ArrayList<>(); field in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior
179 layouts.add(new Pair<>(right - left, bottom - top));
  /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
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
LayoutXmlProcessor.java 48 public static final String RESOURCE_BUNDLE_PACKAGE = "android.databinding.layouts";
236 for (List<ResourceBundle.LayoutFileBundle> layouts : mResourceBundle.getLayoutBundles()
238 for (ResourceBundle.LayoutFileBundle layout : layouts) {
  /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/vulkan-validation-layers/tests/
vktestbinding.cpp 636 const std::vector<const DescriptorSetLayout *> &layouts) {
637 const std::vector<VkDescriptorSetLayout> layout_handles = make_handles<VkDescriptorSetLayout>(layouts);
665 const std::vector<const DescriptorSetLayout *> &layouts) {
666 const std::vector<VkDescriptorSetLayout> layout_handles = make_handles<VkDescriptorSetLayout>(layouts);
  /external/doclava/src/com/google/doclava/
Doclava.java 1749 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 

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011