HomeSort by relevance Sort by last modified time
    Searched refs:Layout (Results 276 - 300 of 344) sorted by null

<<11121314

  /external/clang/lib/CodeGen/
TargetInfo.cpp 286 /// passed indirectly (on the stack) would have the equivalent layout if it was
891 // Expand small (<= 128-bit) record types when we know that the stack layout
    [all...]
CGRTTI.cpp 897 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD);
898 Offset = Layout.getBaseClassOffset(BaseDecl);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 25 import android.text.Layout.Alignment;
134 private static void layout(CharSequence source, int[] breaks) { method in class:StaticLayoutLineBreakingTest
135 layout(source, breaks, WIDTH); method
138 private static void layout(CharSequence source, int[] breaks, int width) { method in class:StaticLayoutLineBreakingTest
240 layout("", NO_BREAK);
241 layout("I", NO_BREAK);
242 layout("V", NO_BREAK);
243 layout("X", NO_BREAK);
244 layout("L", NO_BREAK);
245 layout("I VILI", NO_BREAK)
357 layout(ssb, breaks); method
387 layout(ssb, breaks); method
509 layout(text, breaks, width); method
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 30 #include "views/layout/fill_layout.h"
260 void AutocompleteEditViewViews::Layout() {
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 400 virtual void Layout() OVERRIDE;
410 // override to implement different layout policy.
420 // override to implement different layout policy.
442 // Layout the Status Bubble.
447 // Browser type) and there should be a subsequent re-layout to show it.
453 // type, and there should be a subsequent re-layout to show it.
476 // Returns true if anything was changed, and a re-Layout is now required.
533 // BrowserView layout (LTR one is pictured here).
574 // Tool/Info bars that we are currently showing. Used for layout.
629 // True if we should ignore requests to layout. This is set while togglin
    [all...]
app_panel_browser_frame_view.cc 232 void AppPanelBrowserFrameView::Layout() {
glass_browser_frame_view.cc 259 void GlassBrowserFrameView::Layout() {
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 220 Layout();
base_tab_strip.cc 375 void BaseTabStrip::Layout() {
376 // Only do a layout if our size changed.
457 void BaseTabStrip::StopAnimating(bool layout) {
463 if (layout)
browser_tab_strip_controller.cc 447 // Here, we just re-layout each existing tab to reflect the change in its
450 tabstrip_->base_tab_at_tab_index(i)->Layout();
  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 40 #include "views/layout/layout_constants.h"
198 // layout of the view.
338 void AboutChromeView::Layout() {
    [all...]
wrench_menu.cc 348 void Layout() {
453 void Layout() {
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 97 // The menu's alignment is determined based on the UI layout.
449 // In dangerous mode we have to layout our buttons.
450 void DownloadItemView::Layout() {
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 30 #include "views/layout/grid_layout.h"
31 #include "views/layout/layout_constants.h"
137 views::GridLayout* layout = new views::GridLayout(this); local
138 layout->SetInsets(kOptInTopPadding, kOptInLeftPadding,
140 SetLayoutManager(layout);
144 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set);
154 layout->StartRow(0, first_column_set);
155 layout->AddView(label);
156 layout->AddView(CreateButton(IDS_INSTANT_OPT_IN_ENABLE, button_font));
157 layout->AddView(CreateButton(IDS_INSTANT_OPT_IN_NO_THANKS, button_font))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 142 'ActionController::Layout::ClassMethods',
271 'layout', 'flash', 'auto_complete_for', 'in_place_editor_for',
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 131 /// getDataLayout - Return information about data layout.
    [all...]
  /external/skia/legacy/src/views/
SkView.cpp 457 SkView::Layout* layout = this->getLayout(); local
459 if (layout) {
460 layout->layoutChildren(this);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 28 * DynamicLayout is a text layout that updates itself as the text is edited.
29 * <p>This is used by widgets to control text layout. You should not need
35 public class DynamicLayout extends Layout
41 * Make a layout for the specified text that will be updated as
54 * Make a layout for the transformed text (password transformation
68 * Make a layout for the transformed text (password transformation
71 * If ellipsize is non-null, the Layout will ellipsize the text
85 * Make a layout for the transformed text (password transformation
88 * If ellipsize is non-null, the Layout will ellipsize the text
124 * This is annoying, but we can't refer to the layout unti
    [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js 57 , null ], [ "Classes", null, [ [ "Person.Cover.Layout", "reference/com/google/android/gms/plus/model/people/Person.Cover.Layout.html", null, null ], [ "Person.Emails.Type", "reference/com/google/android/gms/plus/model/people/Person.Emails.Type.html", null, null ], [ "Person.Gender", "reference/com/google/android/gms/plus/model/people/Person.Gender.html", null, null ], [ "Person.ObjectType", "reference/com/google/android/gms/plus/model/people/Person.ObjectType.html", null, null ], [ "Person.Organizations.Type", "reference/com/google/android/gms/plus/model/people/Person.Organizations.Type.html", null, null ], [ "Person.RelationshipStatus", "reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html", null, null ], [ "Person.Urls.Type", "reference/com/google/android/gms/plus/model/people/Person.Urls.Type.html", null, null ], [ "PersonBuffer", "reference/com/google/android/gms/plus/model/people/PersonBuffer.html", null, null ] ]
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 28 import android.text.Layout.Alignment;
87 // Sentinel indicating that the view needs layout
504 * @param layout If this is a three pane implementation, the
507 public void bindViewInit(MessagesAdapter adapter, ThreePaneLayout layout,
509 mLayout = layout;
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 36 import android.text.Layout;
103 * programmatic control over them. They layout of these elements is explicitly
690 com.android.internal.R.layout.input_method, null);
1889 Layout layout = eet.getLayout(); local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 49 import android.text.Layout;
106 setContentView(R.layout.audio_player);
223 Layout ll = tv.getLayout();
224 // layout might be null if the text just changed, or ellipsizing
    [all...]

Completed in 797 milliseconds

<<11121314