/frameworks/base/core/tests/coretests/res/raw/ |
install_app2_cert3 | |
/frameworks/base/core/tests/coretests/src/android/view/ |
InflateTest.java | 44 // do an initial instantiation of the layout and then clear 45 // out the layout cache. 64 // Make sure this layout is in the cache. 72 inflateTest(R.layout.layout_one); 77 inflateTest(R.layout.layout_two); 82 inflateTest(R.layout.layout_three); 87 inflateTest(R.layout.layout_four); 92 inflateTest(R.layout.layout_five); 97 inflateTest(R.layout.layout_six); 102 inflateCachedTest(R.layout.layout_one) [all...] |
/frameworks/base/docs/downloads/devbytes/ |
ImmersiveMode.zip | |
/frameworks/support/v7/gridlayout/res/values/ |
dimens.xml | 4 <!-- The default gap between components in a layout. -->
|
/packages/apps/EmergencyInfo/res/layout/ |
edit_activity_layout.xml | 20 <include layout="@layout/custom_action_bar"/> 21 <include layout="@layout/tabs"/>
|
/packages/apps/Settings/res/layout/ |
battery_history_detail.xml | 72 layout="@layout/battery_active_view" /> 75 layout="@layout/battery_active_view" /> 78 layout="@layout/battery_active_view" /> 81 layout="@layout/battery_active_view" /> 84 layout="@layout/battery_active_view" / [all...] |
/packages/experimental/PrintService/src/foo/bar/printservice/ |
AddPrintersActivity.java | 11 setContentView(R.layout.activity_main);
|
SettingsActivity.java | 11 setContentView(R.layout.activity_main);
|
/packages/inputmethods/LatinIME/java/res/layout/ |
setup_steps_screen.xml | 25 <include layout="@layout/setup_steps_title" /> 26 <include layout="@layout/setup_steps_cards" />
|
setup_welcome_screen.xml | 25 <include layout="@layout/setup_welcome_title" /> 26 <include layout="@layout/setup_welcome_video" />
|
/prebuilts/sdk/current/support/v7/gridlayout/res/values/ |
dimens.xml | 4 <!-- The default gap between components in a layout. -->
|
/sdk/apps/NotificationStudio/res/layout/ |
studio.xml | 22 <include layout="@layout/preview" /> 24 <include layout="@layout/editors" />
|
/sdk/apps/NotificationStudio/res/layout-w801dp/ |
studio.xml | 24 layout="@layout/preview" /> 26 <include layout="@layout/editors" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion25.txt | 6 @layout/
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/ |
dimens.xml | 4 <!-- The default gap between components in a layout. -->
|
/frameworks/support/v7/preference/res/values/ |
styles.xml | 20 <item name="android:layout">@layout/preference</item> 30 <item name="android:layout">@layout/preference_information</item> 36 <item name="android:layout">@layout/preference_category</item> 43 <item name="android:widgetLayout">@layout/preference_widget_checkbox</item> 47 <item name="android:widgetLayout">@layout/preference_widget_switch_compat</item> 61 <item name="android:dialogLayout">@layout/preference_dialog_edittext</item> 70 <item name="android:layout">@layout/preference_dropdown</item [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
TestsGermanDvorak.java | 17 package com.android.inputmethod.keyboard.layout.tests; 21 import com.android.inputmethod.keyboard.layout.Dvorak; 22 import com.android.inputmethod.keyboard.layout.LayoutBase; 23 import com.android.inputmethod.keyboard.layout.Symbols; 24 import com.android.inputmethod.keyboard.layout.SymbolsShifted; 25 import com.android.inputmethod.keyboard.layout.customizer.DvorakCustomizer; 26 import com.android.inputmethod.keyboard.layout.customizer.GermanCustomizer; 27 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 28 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder; 38 private static final LayoutBase LAYOUT = new Dvorak(new GermanDvorakCustomizer(LOCALE)) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout') 47 tv_style = style.layout('Treeview') 49 # "erase" Treeview layout 50 style.layout('Treeview', '') 51 self.assertEqual(style.layout('Treeview'), 55 # restore layout 56 style.layout('Treeview', tv_style) 57 self.assertEqual(style.layout('Treeview'), tv_style) 60 self.assertTrue(isinstance(style.layout('TButton'), list)) 62 # correct layout, but "option" doesn't exist as optio [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout') 47 tv_style = style.layout('Treeview') 49 # "erase" Treeview layout 50 style.layout('Treeview', '') 51 self.assertEqual(style.layout('Treeview'), 55 # restore layout 56 style.layout('Treeview', tv_style) 57 self.assertEqual(style.layout('Treeview'), tv_style) 60 self.assertTrue(isinstance(style.layout('TButton'), list)) 62 # correct layout, but "option" doesn't exist as optio [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout') 47 tv_style = style.layout('Treeview') 49 # "erase" Treeview layout 50 style.layout('Treeview', '') 51 self.assertEqual(style.layout('Treeview'), 55 # restore layout 56 style.layout('Treeview', tv_style) 57 self.assertEqual(style.layout('Treeview'), tv_style) 60 self.assertTrue(isinstance(style.layout('TButton'), list)) 62 # correct layout, but "option" doesn't exist as optio [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout') 47 tv_style = style.layout('Treeview') 49 # "erase" Treeview layout 50 style.layout('Treeview', '') 51 self.assertEqual(style.layout('Treeview'), 55 # restore layout 56 style.layout('Treeview', tv_style) 57 self.assertEqual(style.layout('Treeview'), tv_style) 60 self.assertTrue(isinstance(style.layout('TButton'), list)) 62 # correct layout, but "option" doesn't exist as optio [all...] |
/prebuilts/sdk/current/support/v7/preference/res/values/ |
styles.xml | 20 <item name="android:layout">@layout/preference</item> 30 <item name="android:layout">@layout/preference_information</item> 36 <item name="android:layout">@layout/preference_category</item> 43 <item name="android:widgetLayout">@layout/preference_widget_checkbox</item> 47 <item name="android:widgetLayout">@layout/preference_widget_switch_compat</item> 61 <item name="android:dialogLayout">@layout/preference_dialog_edittext</item> 70 <item name="android:layout">@layout/preference_dropdown</item [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
FragmentMenu.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2; 23 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutMetadata.KEY_FRAGMENT_LAYOUT; 28 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 29 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode; 54 * Fragment context menu allowing a layout to be chosen for previewing in the fragment frame. 57 private static final String R_LAYOUT_RESOURCE_PREFIX = "R.layout."; //$NON-NLS-1$ 58 private static final String ANDROID_R_PREFIX = "android.R.layout"; //$NON-NLS-1$ 69 super("Fragment Layout"); 75 IAction action = new PickLayoutAction("Choose Layout..."); 115 // for layout references of the form R.layout.* 143 String layout; local 206 String layout = LayoutMetadata.getProperty( local 222 String layout = getFragmentLayout(node.getXmlNode()); local 246 layout); local [all...] |
/developers/build/templates/CardStream/_MODULE_/src/template/res/layout/ |
activity_main.xml.ftl | 9 tools:layout="@layout/cardstream"/>
|
/development/samples/ApiDemos/res/layout-sw480dp/ |
resources_smallest_width_inner.xml | 25 <include layout="@layout/resources_smallest_width_row" /> 30 <include layout="@layout/resources_smallest_width_row" /> 35 <include layout="@layout/resources_smallest_width_row" /> 40 <include layout="@layout/resources_smallest_width_row" />
|