HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 1376 - 1400 of 4661) sorted by null

<<51525354555657585960>>

  /packages/apps/Music/src/com/android/music/
VideoBrowserActivity.java 50 // Set the layout for this activity. You can find it
51 // in assets/res/any/layout/media_picker_activity.xml
52 setContentView(R.layout.media_picker_activity);
70 android.R.layout.simple_list_item_1,
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 133 return inflater.inflate(R.layout.master_clear_disallowed_screen, null);
135 mContentView = inflater.inflate(R.layout.master_clear_confirm, null);
MediaFormat.java 118 mFinalView = mInflater.inflate(R.layout.media_format_final, null);
141 mInitialView = mInflater.inflate(R.layout.media_format_primary, null);
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncStateCheckBoxPreference.java 47 setWidgetLayoutResource(R.layout.preference_widget_sync_toggle);
56 setWidgetLayoutResource(R.layout.preference_widget_sync_toggle);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SingleFolderSelectionDialog.java 92 R.layout.single_folders_view, mCurrentFolder);
102 R.layout.single_folders_view, mCurrentFolder);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
GroupsListFragment.java 60 ListView list = (ListView) inflater.inflate(R.layout.contacts_list, container, false);
63 new ResourceViewFactory(R.layout.xlarge_list_item));
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyDialogActivity.java 41 setListAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1,
94 setListAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adhoc.h 75 #warning COM interfaces layout in this header has not been verified.
76 #warning COM interfaces with incorrect layout may not work at all.
119 #warning COM interfaces layout in this header has not been verified.
120 #warning COM interfaces with incorrect layout may not work at all.
155 #warning COM interfaces layout in this header has not been verified.
156 #warning COM interfaces with incorrect layout may not work at all.
189 #warning COM interfaces layout in this header has not been verified.
190 #warning COM interfaces with incorrect layout may not work at all.
239 #warning COM interfaces layout in this header has not been verified.
240 #warning COM interfaces with incorrect layout may not work at all
    [all...]
functiondiscoveryapi.h 43 #warning COM interfaces layout in this header has not been verified.
44 #warning COM interfaces with incorrect layout may not work at all.
103 #warning COM interfaces layout in this header has not been verified.
104 #warning COM interfaces with incorrect layout may not work at all.
143 #warning COM interfaces layout in this header has not been verified.
144 #warning COM interfaces with incorrect layout may not work at all.
175 #warning COM interfaces layout in this header has not been verified.
176 #warning COM interfaces with incorrect layout may not work at all.
dvbsiparser.h 193 #warning COM interfaces layout in this header has not been verified.
194 #warning COM interfaces with incorrect layout may not work at all.
261 #warning COM interfaces layout in this header has not been verified.
262 #warning COM interfaces with incorrect layout may not work at all.
335 #warning COM interfaces layout in this header has not been verified.
336 #warning COM interfaces with incorrect layout may not work at all.
375 #warning COM interfaces layout in this header has not been verified.
376 #warning COM interfaces with incorrect layout may not work at all.
411 #warning COM interfaces layout in this header has not been verified.
412 #warning COM interfaces with incorrect layout may not work at all
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 17 package com.android.ide.eclipse.adt.internal.editors.layout;
22 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
30 * The parser emulates a layout that contains just one widget, described by the
67 // there's no embedded layout for a single widget.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasTransform.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
18 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageUtils.SHADOW_SIZE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.gre;
32 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
33 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
34 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.CanvasViewInfo;
35 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SimpleAttribute;
36 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SwtUtils;
37 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.ViewHierarchy;
38 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
170 // Cope with a badly structured XML layout
478 * isn't reloading, or we wouldn't be here editing XML for a layout rule.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 23 import org.eclipse.swt.layout.GridData;
24 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 48 import org.eclipse.swt.layout.GridData;
49 import org.eclipse.swt.layout.GridLayout;
139 GridLayout layout = new GridLayout(); local
140 layout.numColumns = 2;
141 group.setLayout(layout);
257 GridLayout layout = new GridLayout(); local
258 layout.numColumns = 2;
259 group.setLayout(layout);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 24 import org.eclipse.swt.layout.GridData;
25 import org.eclipse.swt.layout.GridLayout;
UseCompoundDrawableDetectorFix.java 21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring;
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/
UsagePreferencePage.java 27 import org.eclipse.swt.layout.GridData;
28 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 24 import org.eclipse.swt.layout.GridData;
25 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.CanvasViewInfo;
36 // Test a basic layout which performs some nesting -- tests basic grid layout conversion
UseCompoundDrawableRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
18 import static com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring.combine;
70 // Test converting an image where the LinearLayout is referenced (in a relative layout)
76 // Test converting an image where the LinearLayout is referenced (in a relative layout)
83 checkRefactoring("refactoring/usecompound/compound5.xml", "@+id/layout");
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 112 * Returns the layout name.
113 * @return {string} layout name.
120 * Returns layout data.
121 * @return {Array} Keyboard layout data.
405 var layout = getLayout();
406 for (var i = 0; i < layout.length; ++i) {
407 var identifier = remapIdentifier(layout[i][0]);
450 var format = keyboardGlyphData.keys[layout[i][0]].format;
487 * Initializes the layout of the keys.
498 var layout = getLayout()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 468 // We want to show layout transitions when pages are deleted, to close the gap.
531 // Disable all layout transitions before removing all pages to ensure that we don't get the
547 // Re-enable the layout transitions
575 mLauncher.getLayoutInflater().inflate(R.layout.workspace_screen, null);
588 mLauncher.getLayoutInflater().inflate(R.layout.workspace_screen, null);
864 CellLayout layout = mWorkspaceScreens.get(screenId); local
1002 final CellLayout layout; local
2652 CellLayout layout = (CellLayout) child.getParent().getParent(); local
3147 CellLayout layout = (CellLayout) cell.getParent().getParent(); local
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 114 HILayoutInfo layout; local
115 layout.version = kHILayoutInfoVersionZero;
116 set_bindingside(&layout.binding.left, parent, kHILayoutBindLeft);
117 set_bindingside(&layout.binding.top, parent, kHILayoutBindTop);
118 set_bindingside(&layout.binding.right, parent, kHILayoutBindRight);
119 set_bindingside(&layout.binding.bottom, parent, kHILayoutBindBottom);
120 set_axisscale(&layout.scale.x, parent);
121 set_axisscale(&layout.scale.y, parent);
122 set_axisposition(&layout.position.x, parent, kHILayoutPositionLeft);
123 set_axisposition(&layout.position.y, rootView, kHILayoutPositionTop)
    [all...]

Completed in 2657 milliseconds

<<51525354555657585960>>