/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
NotificationShowcaseActivity.java | 16 setContentView(R.layout.main);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
IgnoredLayoutRule.java | 17 package com.android.ide.common.layout; 26 * An ignored layout is a layout that should not be treated as a layout by the 27 * visual editor (usually because the widget extends a layout class we recognize 39 // Do nothing; this layout rule corresponds to a layout that 40 // should not be handled as a layout by the visual editor - usually 41 // because some widget is extending a layout for implementation purposes 42 // but does not want to expose configurability of the base layout in th [all...] |
MapViewRule.java | 17 package com.android.ide.common.layout;
|
PropertySettingNodeHandler.java | 16 package com.android.ide.common.layout;
|
ZoomButtonRule.java | 16 package com.android.ide.common.layout;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonActionContributor.java | 18 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Overlay.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
PaletteMetadataDescriptor.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.gre; 22 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 23 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SimpleAttribute; 24 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SimpleElement;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyValueCompleter.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
PropertyView.java | 21 import org.eclipse.swt.layout.FillLayout;
|
TreeOverviewView.java | 21 import org.eclipse.swt.layout.FillLayout;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
BaseViewRuleTest.java | 17 package com.android.ide.common.layout;
|
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/ |
Main.java | 16 setContentView(R.layout.main);
|
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/ |
CustomPropertyAnimationActivity.java | 13 setContentView(R.layout.main);
|
/sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/ |
Main.java | 14 setContentView(R.layout.main);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager.h | 39 ash::WallpaperLayout layout; member in struct:chromeos::WallpaperInfo 43 return (file == other.file) && (layout == other.layout) && 152 ash::WallpaperLayout layout, 162 ash::WallpaperLayout layout, 174 ash::WallpaperLayout layout, 199 ash::WallpaperLayout layout); 306 ash::WallpaperLayout layout, 326 ash::WallpaperLayout layout,
|
/external/chromium_org/chrome/browser/ui/views/ |
ssl_client_certificate_selector.cc | 28 #include "ui/views/layout/grid_layout.h" 29 #include "ui/views/layout/layout_constants.h" 114 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local 115 SetLayoutManager(layout); 118 views::ColumnSet* column_set = layout->AddColumnSet(column_set_id); 123 layout->StartRow(0, column_set_id); 131 layout->AddView(label); 133 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing); 136 layout->StartRow(1, column_set_id); 137 layout->AddView(table_->CreateParentIfNecessary(), 1, 1 [all...] |
about_ipc_dialog.cc | 39 #include "ui/views/layout/grid_layout.h" 40 #include "ui/views/layout/layout_constants.h" 218 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local 219 SetLayoutManager(layout); 228 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set); 237 column_set = layout->AddColumnSet(table_column_set); 241 layout->StartRow(0, first_column_set); 242 layout->AddView(track_toggle_); 243 layout->AddView(clear_button_); 244 layout->AddView(filter_button_) [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 534 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex); local 535 final ShortcutAndWidgetContainer children = layout.getShortcutsAndWidgets(); 536 final View newIcon = getIconInDirection(layout, children, -1, 1); 567 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, 570 final int cellCountX = layout.getCountX(); 607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, 609 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); 612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, 614 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); 623 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v 666 final CellLayout layout = (CellLayout) parent.getParent(); local 821 final CellLayout layout = (CellLayout) parent.getParent(); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
FocusHelper.java | 533 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex); local 534 final ShortcutAndWidgetContainer children = layout.getShortcutsAndWidgets(); 535 final View newIcon = getIconInDirection(layout, children, -1, 1); 566 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, 569 final int cellCountX = layout.getCountX(); 606 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, 608 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); 611 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, 613 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); 622 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v 665 final CellLayout layout = (CellLayout) parent.getParent(); local 820 final CellLayout layout = (CellLayout) parent.getParent(); local [all...] |
/external/chromium_org/chrome/browser/chromeos/display/ |
display_preferences_unittest.cc | 85 ash::DisplayLayout::Position layout, 89 ash::DisplayLayout display_layout(layout, offset); 107 ash::DisplayLayout::Position layout, 111 layout, offset, id1); local 115 ash::DisplayLayout::Position layout, 119 base::Int64ToString(id), layout, offset, primary_id); local 176 // Check if the layout settings are notified to the system properly. 177 // The paired layout overrides old layout. 201 ash::DisplayLayout layout(ash::DisplayLayout::TOP, 10) [all...] |
/external/chromium/chrome/browser/ui/views/ |
about_ipc_dialog.cc | 35 #include "views/layout/grid_layout.h" 36 #include "views/layout/layout_constants.h" 227 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local 228 SetLayoutManager(layout); 237 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set); 246 column_set = layout->AddColumnSet(table_column_set); 250 layout->StartRow(0, first_column_set); 251 layout->AddView(track_toggle_); 252 layout->AddView(clear_button_); 253 layout->AddView(filter_button_) [all...] |
/external/chromium_org/ash/system/date/ |
date_view.cc | 20 #include "ui/views/layout/box_layout.h" 21 #include "ui/views/layout/grid_layout.h" 204 // Calculate vertical clock layout labels. 214 Layout(); 238 views::GridLayout* layout = new views::GridLayout(this); local 239 SetLayoutManager(layout); 240 views::ColumnSet* columns = layout->AddColumnSet(0); 246 layout->AddPaddingRow(0, kTrayLabelItemVerticalPaddingVeriticalAlignment); 247 layout->StartRow(0, 0); 248 layout->AddView(label_hour_left_.get()) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_parse.py | 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace): 109 self.layout = layout 144 if self.layout != PLAIN: 153 if self.layout != PLAIN: 172 if self.layout != PLAIN: 180 if self.layout != PLAIN: 188 if self.layout != PLAIN: 250 layout = fields[1] 256 if layout == PLAIN [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace): 109 self.layout = layout 144 if self.layout != PLAIN: 153 if self.layout != PLAIN: 172 if self.layout != PLAIN: 180 if self.layout != PLAIN: 188 if self.layout != PLAIN: 250 layout = fields[1] 256 if layout == PLAIN [all...] |