/frameworks/base/packages/InputDevices/res/values/ |
strings.xml | 9 <!-- UK English keyboard layout label. [CHAR LIMIT=35] --> 12 <!-- US English keyboard layout label. [CHAR LIMIT=35] --> 15 <!-- US English (International style) keyboard layout label. [CHAR LIMIT=35] --> 18 <!-- US English (Colemak style) keyboard layout label. [CHAR LIMIT=35] --> 21 <!-- US English (Dvorak style) keyboard layout label. [CHAR LIMIT=35] --> 24 <!-- US English (Workman style) keyboard layout label. [CHAR LIMIT=35] --> 27 <!-- German keyboard layout label. [CHAR LIMIT=35] --> 30 <!-- French keyboard layout label. [CHAR LIMIT=35] --> 33 <!-- Canadian French keyboard layout label. [CHAR LIMIT=35] --> 36 <!-- Russian keyboard layout label. [CHAR LIMIT=35] -- [all...] |
/frameworks/base/packages/InputDevices/res/xml/ |
keyboard_layouts.xml | 3 <keyboard-layout android:name="keyboard_layout_english_uk" 7 <keyboard-layout android:name="keyboard_layout_english_us" 11 <keyboard-layout android:name="keyboard_layout_english_us_intl" 15 <keyboard-layout android:name="keyboard_layout_english_us_colemak" 19 <keyboard-layout android:name="keyboard_layout_english_us_dvorak" 23 <keyboard-layout android:name="keyboard_layout_english_us_workman" 27 <keyboard-layout android:name="keyboard_layout_german" 31 <keyboard-layout android:name="keyboard_layout_french" 35 <keyboard-layout android:name="keyboard_layout_french_ca" 39 <keyboard-layout android:name="keyboard_layout_russian [all...] |
/development/samples/ApiDemos/res/layout-h974dp/ |
resources_height.xml | 25 <include layout="@layout/resources_width" /> 30 <include layout="@layout/resources_width" /> 35 <include layout="@layout/resources_width" /> 40 <include layout="@layout/resources_width" /> 45 <include layout="@layout/resources_width" / [all...] |
/device/google/accessory/demokit/app/res/layout/ |
inputcontainer.xml | 5 <include layout="@layout/templightcontainer" android:id="@+id/TempLightContainer_ref" 8 <include layout="@layout/buttoncontainer" android:id="@+id/ButtonContainer_ref" 11 <include layout="@layout/joycontainer" android:id="@+id/JoyContainer_ref"
|
leds_tablet.xml | 4 <include layout="@layout/vertical_color_sliders" android:id="@+id/leds1" android:layout_weight="1" 6 <include layout="@layout/vertical_color_sliders" android:id="@+id/leds2" android:layout_weight="1" 8 <include layout="@layout/vertical_color_sliders" android:id="@+id/leds3" android:layout_weight="1"
|
output_tablet.xml | 5 <include layout="@layout/servo_tablet" android:id="@+id/servo_tablet" 8 <include layout="@layout/relay_tablet" android:layout_width="fill_parent" android:layout_weight="0" 10 <include layout="@layout/leds_tablet" android:layout_width="match_parent" android:layout_weight="1"
|
servo_tablet.xml | 6 <include layout="@layout/servo" android:id="@+id/servo1" 9 <include layout="@layout/servo" android:id="@+id/servo2" 12 <include layout="@layout/servo" android:id="@+id/servo3"
|
relay_tablet.xml | 4 <include android:id="@+id/relay1" layout="@layout/relaybutton" 6 <include android:id="@+id/relay2" layout="@layout/relaybutton"
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
FileAppender.java | 23 public FileAppender(Layout layout, String filename) { 26 public FileAppender(Layout layout, String filename, boolean append) { 29 public FileAppender(Layout layout, String filename, boolean append, boolean bufferedIO, int bufferSize) {
|
/frameworks/base/docs/downloads/training/ |
EffectiveNavigation.zip | |
/frameworks/base/packages/DocumentsUI/res/values/ |
layouts.xml | 18 <item name="documents_activity" type="layout">@layout/drawer_layout</item> 19 <item name="files_activity" type="layout">@layout/drawer_layout</item> 20 <item name="downloads_activity" type="layout">@layout/single_pane_layout</item>
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/ |
_index.html | 5 <li><a href="#GridLayout">Grid Layout</a></li> 9 <h3 id="GridLayout">Grid Layout</h3> 11 <dt><a href="GridLayout1.html">Grid Layout Simple Form</a></dt> 14 <dt><a href="GridLayout2.html">Grid Layout Form (XML)</a></dt> 16 data entry form using XML layout resources.</dd> 18 <dt><a href="GridLayout3.html">Grid Layout Form (Java)</a></dt>
|
/packages/apps/PhoneCommon/res/layout/ |
dialpad.xml | 31 <include layout="@layout/dialpad_key_one" /> 32 <include layout="@layout/dialpad_key" 35 <include layout="@layout/dialpad_key" 47 <include layout="@layout/dialpad_key" 50 <include layout="@layout/dialpad_key [all...] |
/external/deqp/external/vulkancts/data/vulkan/draw/ |
VertexFetchInstanced.vert | 3 layout(location = 0) in vec4 in_position; 4 layout(location = 1) in vec4 in_color; 6 layout(location = 0) out vec4 out_color;
|
VertexFetchInstancedFirstInstance.vert | 3 layout(location = 0) in vec4 in_position; 4 layout(location = 1) in vec4 in_color; 6 layout(location = 0) out vec4 out_color;
|
/development/samples/ApiDemos/res/layout-h670dp/ |
resources_height.xml | 25 <include layout="@layout/resources_width" /> 30 <include layout="@layout/resources_width" /> 35 <include layout="@layout/resources_width" /> 40 <include layout="@layout/resources_width" /> 45 <include layout="@layout/resources_width" / [all...] |
/development/samples/ApiDemos/res/layout-sw720dp/ |
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" /> 45 <include layout="@layout/resources_smallest_width_row" / [all...] |
/development/samples/ApiDemos/res/transition/ |
transitions_mgr.xml | 18 <transition android:fromScene="@layout/transition_scene1" 19 android:toScene="@layout/transition_scene2" 21 <transition android:fromScene="@layout/transition_scene2" 22 android:toScene="@layout/transition_scene1" 24 <transition android:toScene="@layout/transition_scene3" 26 <transition android:fromScene="@layout/transition_scene3" 27 android:toScene="@layout/transition_scene1" 29 <transition android:fromScene="@layout/transition_scene3" 30 android:toScene="@layout/transition_scene2"
|
/device/google/dragon/DragonKeyboard/res/values/ |
strings.xml | 7 <!-- Danish keyboard layout label. [CHAR LIMIT=35] --> 9 <!-- UK English keyboard layout label. [CHAR LIMIT=35] --> 11 <!-- US English keyboard layout label. [CHAR LIMIT=35] --> 13 <!-- US Colemak keyboard layout label. [CHAR LIMIT=35] --> 15 <!-- US Dvorak keyboard layout label. [CHAR LIMIT=35] --> 17 <!-- US Intl keyboard layout label. [CHAR LIMIT=35] --> 19 <!-- Finnish keyboard layout label. [CHAR LIMIT=35] --> 21 <!-- French keyboard layout label. [CHAR LIMIT=35] --> 23 <!-- German keyboard layout label. [CHAR LIMIT=35] --> 25 <!-- Norwegian keyboard layout label. [CHAR LIMIT=35] -- [all...] |
/external/libopus/src/ |
opus_multistream.c | 41 int validate_layout(const ChannelLayout *layout) 45 max_channel = layout->nb_streams+layout->nb_coupled_streams; 48 for (i=0;i<layout->nb_channels;i++) 50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255) 57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) 61 for (;i<layout->nb_channels;i++) 63 if (layout->mapping[i]==stream_id*2) 69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Smoke.frag | 7 layout(location = 0) out vec4 fragcolor;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
stringquery.cpp | 19 QGridLayout *layout = new QGridLayout; local 20 layout->addWidget(new QLabel(label), 0, 0); 21 layout->addWidget(edit, 0, 1); 22 setLayout(layout);
|
/frameworks/base/core/java/android/view/ |
package.html | 4 screen layout and interaction with the user.
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
SetupWizardListLayoutTest.java | 46 SetupWizardListLayout layout = new SetupWizardListLayout(mContext); local 47 assertListTemplateInflated(layout); 52 SetupWizardListLayout layout = new SetupWizardListLayout(mContext); local 55 layout.addView(tv); 65 SetupWizardListLayout layout = (SetupWizardListLayout) local 66 inflater.inflate(R.layout.test_list_layout, null); 67 assertListTemplateInflated(layout); 72 final SetupWizardListLayout layout = new SetupWizardListLayout(mContext); local 73 layout.showProgressBar(); 74 assertTrue("Progress bar should be shown", layout.isProgressBarShown()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
broken2-expected-completion21.txt | 6 "@layout/"
|