/packages/apps/Contacts/res/layout/ |
raw_contact_readonly_editor_view.xml | 26 layout="@layout/editor_account_header" /> 54 layout="@layout/item_photo_editor" />
|
/packages/apps/Contacts/res/layout-sw580dp/ |
external_group_editor_view.xml | 47 layout="@layout/editor_account_header"/> 61 layout="@layout/group_editor_existing_member_list"
|
/packages/apps/Contacts/res/layout-w470dp/ |
quickcontact_activity.xml | 38 <include layout="@layout/quickcontact_photo_container" /> 44 <include layout="@layout/quickcontact_track" />
|
/packages/apps/DeskClock/res/layout-sw600dp/ |
desk_clock.xml | 41 <include layout="@layout/desk_clock_time_date" 50 <include layout="@layout/desk_clock_battery"
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 536 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex); local 537 final CellLayoutChildren children = layout.getChildrenLayout(); 538 final View newIcon = getIconInDirection(layout, children, -1, 1); 568 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, 571 final int cellCountX = layout.getCountX(); 608 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, 610 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); 613 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, 615 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); 624 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v 668 final CellLayout layout = (CellLayout) parent.getParent(); local 823 final CellLayout layout = (CellLayout) parent.getParent(); local [all...] |
AppsCustomizePagedView.java | 295 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage); local 296 PagedViewCellLayoutChildren childrenLayout = layout.getChildrenLayout(); 304 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage); local 306 int childCount = layout.getChildCount(); 361 // Note that we transpose the counts in portrait so that we get a similar layout 480 // The next layout pass will trigger data-ready if both widgets and apps are set, so request 481 // a layout to do this test and invalidate the page data when ready. 631 // target layout we were dropping on. 637 CellLayout layout = (CellLayout) workspace.getChildAt(currentScreen); local 639 if (layout != null) 753 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page); local 1111 final PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page + mNumAppsPages); local 1219 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page + mNumAppsPages); local 1253 ViewGroup layout = (ViewGroup) getPageAt(page); local 1279 PagedViewGridLayout layout = new PagedViewGridLayout(context, mWidgetCountX, local 1287 PagedViewCellLayout layout = new PagedViewCellLayout(context); local [all...] |
/packages/apps/Settings/res/layout/ |
power_usage_details.xml | 29 <include layout="@layout/app_percentage_item" /> 39 layout="@layout/two_buttons_panel"/>
|
/packages/apps/Settings/res/layout-sw600dp/ |
crypt_keeper_password_entry.xml | 23 <include layout="@layout/crypt_keeper_status" /> 58 <include layout="@layout/crypt_keeper_password_field" />
|
/packages/experimental/DreamTheater/src/com/android/dreamtheater/ |
Demos.java | 21 setContentView(R.layout.slideshow);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoringTest.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 62 // Test to make sure layout attributes are updated 74 "res/layout-land/sample3.xml").getProjectRelativePath(), 77 "res/layout-xlarge-land/sample3.xml").getProjectRelativePath(), 90 "res/layout-land/sample3.xml").getProjectRelativePath(), 93 "res/layout-xlarge-land/sample3.xml").getProjectRelativePath(), 107 "res/layout/sample1a.xml").getProjectRelativePath(), 109 extraFiles.put(getTestDataFile(getProject(), "sample7.xml", "res/layout/sample7.xml") 111 extraFiles.put(getTestDataFile(getProject(), "sample8.xml", "res/layout/sample8.xml")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion6.txt | 16 @android:layout/
|
manifest-expected-completion69.txt | 25 @layout/
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
FrameLayoutRuleTest.java | 17 package com.android.ide.common.layout; 28 INode layout = TestNode.create("android.widget.FrameLayout").id("@+id/FrameLayout01") local 39 super.dragInto(new FrameLayoutRule(), layout, dragBounds, dragPoint, null, 49 // Expected insert location: We just append in absolute layout
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
Capability.java | 20 * Enum describing the layout bridge capabilities. 24 /** Ability to render at full size, as required by the layout, and unbound by the screen */ 31 /** Ability to ask for a layout only with no rendering through 36 * Ability to control embedded layout parsers through {@link ILayoutPullParser#getParser(String)}
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
LayoutAnalysis.java | 27 * Contains the results of a layout analysis. Instances of this class are 34 * Default layout analysis used to describe a problem with the 40 ERROR.addIssue("The layout could not be analyzed. Check if you specified a valid " 41 + "XML layout, if the specified file exists, etc."); 71 * Adds an issue to the layout analysis. 80 * Adds an issue to the layout analysis. 89 * Adds an issue to the layout analysis. 108 * Indicates whether the layout was analyzed. If this method returns false, 111 * @return True if the layout was analyzed, false otherwise.
|
/sdk/testapps/basicLibWithJar/src/com/android/tests/basiclibwithjar/ |
Main.java | 16 setContentView(R.layout.basiclibwithjar_main);
|
/sdk/testapps/basicProjectWithJar/src/com/android/tests/basicprojectwithjar/ |
Main.java | 14 setContentView(R.layout.main);
|
/sdk/testapps/basicProjectWithJava/src/com/android/tests/basicProjectWithJava/ |
Main.java | 14 setContentView(R.layout.main);
|
/sdk/testapps/basicProjectWithJavaFolder/src/com/android/tests/basicProjectWithJava/ |
Main.java | 14 setContentView(R.layout.main);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 17 package com.android.ide.common.layout; 19 import static com.android.ide.common.layout.LayoutConstants.ANDROID_URI; 20 import static com.android.ide.common.layout.LayoutConstants.ATTR_ID; 21 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ABOVE; 22 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BASELINE; 23 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_BOTTOM; 24 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_LEFT; 25 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_PARENT_BOTTOM; 26 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_PARENT_LEFT; 27 import static com.android.ide.common.layout.LayoutConstants.ATTR_LAYOUT_ALIGN_PARENT_RIGHT [all...] |
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view.cc | 31 #include "views/layout/grid_layout.h" 32 #include "views/layout/layout_constants.h" 223 GridLayout* layout = new GridLayout(this); local 224 SetLayoutManager(layout); 226 ColumnSet* cs = layout->AddColumnSet(0); 236 cs = layout->AddColumnSet(2); 244 cs = layout->AddColumnSet(3); 255 layout->StartRow(0, 0); 256 layout->AddView(title_label); 257 layout->AddView(remove_link_) [all...] |
bookmark_editor_view.cc | 30 #include "views/layout/grid_layout.h" 31 #include "views/layout/layout_constants.h" 134 void BookmarkEditorView::Layout() { 135 // Let the grid layout manager lay out most of the dialog... 136 GetLayoutManager()->Layout(this); 317 // Yummy layout code. 318 GridLayout* layout = GridLayout::CreatePanel(this); local 319 SetLayoutManager(layout); 325 ColumnSet* column_set = layout->AddColumnSet(labels_column_set_id); 332 column_set = layout->AddColumnSet(single_column_view_set_id) [all...] |
/external/clang/lib/AST/ |
RecordLayoutBuilder.cpp | 96 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const { 97 uint64_t FieldOffset = Layout.getFieldOffset(FieldNo); 148 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); 151 EmptySize = Layout.getSize(); 154 EmptySize = Layout.getSizeOfLargestEmptySubobject(); 175 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); 178 EmptySize = Layout.getSize(); 181 EmptySize = Layout.getSizeOfLargestEmptySubobject(); 239 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); 245 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class) [all...] |
/external/qemu/android/ |
qemulator.c | 51 SkinLayout* layout = emulator->layout; local 54 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0); 139 emulator->layout = emulator->layout_file->layouts; 180 emulator->layout = NULL; 190 return emulator->layout; 451 SkinLayout* layout = NULL; local 454 layout = emulator->layout->next; 455 if (layout == NULL [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodedRenderingHelper.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout; 19 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors; 20 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 42 * It goes through the whole layout tree and figures out how many embedded layouts will have 47 * - move the logic for each layout to the layout rule classes? 62 * @param root the root node (ie the top layout). 63 * @param iProject the project to which the layout belong. 66 // get the layout descriptors to get the name of all the layout classes [all...] |