/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
Spanish.java | 17 package com.android.inputmethod.keyboard.layout; 19 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
|
Swiss.java | 17 package com.android.inputmethod.keyboard.layout; 19 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
|
Marathi.java | 17 package com.android.inputmethod.keyboard.layout; 19 import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.*; 21 import com.android.inputmethod.keyboard.layout.Hindi.HindiCustomizer; 22 import com.android.inputmethod.keyboard.layout.Hindi.HindiSymbols; 23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 24 import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
|
/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/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
MockNodeProxy.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gre; 19 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 20 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
profile_reset_bubble_view.cc | 34 #include "ui/views/layout/grid_layout.h" 35 #include "ui/views/layout/layout_constants.h" 83 // Setup the layout manager of the Feedback view using the content of the 92 GridLayout* layout = new GridLayout(this); local 93 SetLayoutManager(layout); 96 views::ColumnSet* cs = layout->AddColumnSet(0); 128 layout->StartRow(0, 0); 129 layout->AddView(left_text_label); 130 layout->AddView(right_text_label); 131 layout->AddPaddingRow(0, kInterFeedbackValuePadding) 288 GridLayout* layout = new GridLayout(this); local [all...] |
/external/chromium_org/chrome/browser/ui/views/passwords/ |
manage_passwords_bubble_view.cc | 30 #include "ui/views/layout/fill_layout.h" 31 #include "ui/views/layout/grid_layout.h" 32 #include "ui/views/layout/layout_constants.h" 64 // to |layout|. 65 void BuildColumnSet(views::GridLayout* layout, ColumnSetType type) { 66 views::ColumnSet* column_set = layout->AddColumnSet(type); 120 // Given a layout and a model, add an appropriate title using a 122 void AddTitleRow(views::GridLayout* layout, ManagePasswordsBubbleModel* model) { 129 // Add the title to the layout with appropriate padding. 130 layout->StartRowWithPadding 205 views::GridLayout* layout = new views::GridLayout(this); local 296 views::GridLayout* layout = new views::GridLayout(this); local 394 views::GridLayout* layout = new views::GridLayout(this); local 503 views::GridLayout* layout = new views::GridLayout(this); local 589 views::GridLayout* layout = new views::GridLayout(this); local 843 views::FillLayout* layout = new views::FillLayout(); local [all...] |
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view.cc | 31 #include "ui/views/layout/grid_layout.h" 32 #include "ui/views/layout/layout_constants.h" 177 GridLayout* layout = new GridLayout(this); local 178 SetLayoutManager(layout); 180 // Column sets used in the layout of the bubble. 187 ColumnSet* cs = layout->AddColumnSet(TITLE_COLUMN_SET_ID); 193 // The column layout used for middle and bottom rows. 194 cs = layout->AddColumnSet(CONTENT_COLUMN_SET_ID); 211 layout->StartRow(0, TITLE_COLUMN_SET_ID); 212 layout->AddView(title_label) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_surface.c | 35 enum nouveau_surface_layout layout, 45 .layout = layout, 53 if (layout == TILED) { 81 dst->layout = src->layout;
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkBorderView.cpp | 78 //setup_views.cpp uses SkView::Layout instead of SkStackViewLayout 80 SkStackViewLayout* layout; local 84 layout = (SkStackViewLayout*)this->getLayout(); 85 layout->setMargin(fMargin); 89 layout = new SkStackViewLayout; 90 layout->setMargin(fMargin); 91 this->setLayout(layout)->unref();
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_surface.c | 35 enum nouveau_surface_layout layout, 45 .layout = layout, 53 if (layout == TILED) { 81 dst->layout = src->layout;
|
/external/skia/src/views/animated/ |
SkBorderView.cpp | 78 //setup_views.cpp uses SkView::Layout instead of SkStackViewLayout 80 SkStackViewLayout* layout; local 84 layout = (SkStackViewLayout*)this->getLayout(); 85 layout->setMargin(fMargin); 89 layout = new SkStackViewLayout; 90 layout->setMargin(fMargin); 91 this->setLayout(layout)->unref();
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
SettingsLayoutActivity.java | 30 import com.android.tv.settings.dialog.Layout; 31 import com.android.tv.settings.dialog.Layout.Action; 32 import com.android.tv.settings.dialog.Layout.LayoutRow; 49 final Layout layout = createLayout(); local 50 layout.navigateToRoot(); 56 .title(layout.getTitle()) 57 .breadcrumb(layout.getBreadcrumb()) 58 .icon(layout.getIcon()) 63 mSettingsLayoutFragment.setLayout(layout); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
AutoComplete2.java | 32 setContentView(R.layout.autocomplete_2); 35 android.R.layout.simple_dropdown_item_1line,
|
LinearLayout9.java | 35 setContentView(R.layout.linear_layout_9); 38 android.R.layout.simple_list_item_1, AutoComplete1.COUNTRIES));
|
/external/chromium_org/ash/display/ |
display_layout_store.h | 23 void SetDefaultDisplayLayout(const DisplayLayout& layout); 25 // Registeres the display layout info for the specified display(s). 28 const DisplayLayout& layout); 30 // If no layout is registered, it creatas new layout using 34 // Returns the display layout for the display id pair 36 // flipped layout if the displays are swapped. 40 // Update the mirrored flag in the display layout for 41 // |display_pair|. This creates new display layout if no layout i [all...] |
/external/chromium_org/ash/system/ |
status_area_widget_delegate.cc | 22 #include "ui/views/layout/grid_layout.h" 100 SetLayoutManager(NULL); // Reset layout manager before adding a child. 102 // Set the layout manager with the new list of children. 107 // Use a grid layout so that the trays can be centered in each cell, and 109 views::GridLayout* layout = new views::GridLayout(this); local 110 SetLayoutManager(layout); 112 views::ColumnSet* columns = layout->AddColumnSet(0); 127 layout->StartRow(0, 0); 131 layout->AddView(child); 143 layout->AddPaddingRow(0, kTraySpacing) [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
global_error_bubble_view.cc | 18 #include "ui/views/layout/grid_layout.h" 19 #include "ui/views/layout/layout_constants.h" 109 views::GridLayout* layout = new views::GridLayout(this); local 110 SetLayoutManager(layout); 111 layout->SetInsets(kBubblePadding, kBubblePadding, 115 views::ColumnSet* cs = layout->AddColumnSet(0); 123 cs = layout->AddColumnSet(1); 128 cs = layout->AddColumnSet(2); 138 layout->StartRow(1, 0); 139 layout->AddView(image_view.release()) [all...] |
signed_certificate_timestamp_info_view.cc | 19 #include "ui/views/layout/grid_layout.h" 20 #include "ui/views/layout/layout_constants.h" 150 Layout(); 160 views::GridLayout* layout, 163 layout->StartRow(0, layout_id); 164 layout->AddView( 166 layout->AddView( 168 layout->AddPaddingRow(0, kExtraLineHeightPadding); 191 views::GridLayout* layout = new views::GridLayout(this); local 192 layout->SetInsets [all...] |
/external/chromium_org/chromeos/ime/ |
fake_input_method_delegate.cc | 36 const std::string& layout) { 37 set_hardware_keyboard_layout(layout);
|
/external/chromium_org/third_party/opus/src/src/ |
opus_multistream_decoder.c | 41 ChannelLayout layout; member in struct:OpusMSDecoder 81 st->layout.nb_channels = channels; 82 st->layout.nb_streams = streams; 83 st->layout.nb_coupled_streams = coupled_streams; 85 for (i=0;i<st->layout.nb_channels;i++) 86 st->layout.mapping[i] = mapping[i]; 87 if (!validate_layout(&st->layout)) 94 for (i=0;i<st->layout.nb_coupled_streams;i++) 100 for (;i<st->layout.nb_streams;i++) 219 if (!do_plc && len < 2*st->layout.nb_streams-1 [all...] |
/external/libcxx/test/numerics/complex.number/ |
Android.mk | 19 test_name := numerics/complex.number/layout 20 test_src := layout.pass.cpp
|
/external/libopus/src/ |
opus_multistream_decoder.c | 41 ChannelLayout layout; member in struct:OpusMSDecoder 81 st->layout.nb_channels = channels; 82 st->layout.nb_streams = streams; 83 st->layout.nb_coupled_streams = coupled_streams; 85 for (i=0;i<st->layout.nb_channels;i++) 86 st->layout.mapping[i] = mapping[i]; 87 if (!validate_layout(&st->layout)) 94 for (i=0;i<st->layout.nb_coupled_streams;i++) 100 for (;i<st->layout.nb_streams;i++) 219 if (!do_plc && len < 2*st->layout.nb_streams-1 [all...] |
/frameworks/base/core/jni/android/graphics/ |
MinikinUtils.cpp | 36 LOG_ALWAYS_FATAL_IF(n >= size - off, "String overflow in setting layout properties"); 41 void MinikinUtils::doLayout(Layout* layout, const Paint* paint, int bidiFlags, TypefaceImpl* typeface, 44 layout->setFontCollection(resolvedFace->fFontCollection); 63 layout->doLayout(buf, start, count, bufSize, bidiFlags, minikinStyle, minikinPaint); 66 float MinikinUtils::xOffsetForTextAlign(Paint* paint, const Layout& layout) { 69 return layout.getAdvance() * -0.5f; 72 return -layout.getAdvance(); 80 float MinikinUtils::hOffsetForTextAlign(Paint* paint, const Layout& layout, const SkPath& path) [all...] |
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
EditTextActivityDialog.java | 89 View layout; local 93 layout = new ScrollView(EditTextActivityDialog.this); 94 ((ScrollView) layout).setMinimumHeight(mLayout.getHeight()); 96 ((ScrollView) layout).addView(( method 98 R.layout.dialog_edit_text_no_scroll, null)); 100 layout = View.inflate(EditTextActivityDialog.this, 101 R.layout.dialog_edit_text_no_scroll, null); 107 d.setContentView(layout);
|