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

<<11121314

  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 110 void DraggedTabView::Layout() {
tab.cc 203 Layout();
228 void Tab::Layout() {
311 // mirrored if the View's layout is right-to-left.
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 19 import static android.text.Layout.Alignment.*;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 36 import android.text.Layout.Alignment;
  /external/qemu/android/skin/
window.c 798 typedef struct Layout {
808 } Layout;
810 #define LAYOUT_LOOP_BUTTONS(layout,button) \
812 Button* __button = (layout)->buttons; \
813 Button* __button_end = __button + (layout)->num_buttons; \
821 #define LAYOUT_LOOP_DISPLAYS(layout,display) \
823 ADisplay* __display = (layout)->displays; \
824 ADisplay* __display_end = __display + (layout)->num_displays; \
834 layout_done( Layout* layout )
940 Layout layout; member in struct:SkinWindow
1430 Layout layout; local
1573 Layout* layout = &window->layout; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 935 // Virtual base regions should not be layered, since the layout rules
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 48 import android.text.Layout;
276 com.android.internal.R.layout.textview_hint, null);
550 Layout l = new StaticLayout(text, tv.getPaint(), defaultWidthInPixels,
551 Layout.Alignment.ALIGN_NORMAL, 1, 0, true);
785 Layout layout = mTextView.getLayout(); local
786 final int line = layout.getLineForOffset(offset);
787 final int lineBottom = layout.getLineBottom(line);
788 final int primaryHorizontal = (int) layout.getPrimaryHorizontal(offset);
797 Layout layout = mTextView.getLayout() local
1454 Layout layout = mTextView.getLayout(); local
2925 final Layout layout = mTextView.getLayout(); local
3114 Layout layout = mTextView.getLayout(); local
3758 final Layout layout = mTextView.getLayout(); local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 760 /// opcode for captured block variables layout 'instructions'.
765 /// An operator which affects how the following layout should be
805 /// processing the layout past such things.
833 // gc ivar layout bitmap calculation helper caches.
837 // arc/mrr layout of captured block literal variables.
1962 const llvm::StructLayout *layout = local
2478 const llvm::StructLayout *layout = local
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 30 #include "views/layout/grid_layout.h"
31 #include "views/layout/layout_constants.h"
134 void BookmarkEditorView::Layout() {
135 // Let the grid layout manager lay out most of the dialog...
136 GetLayoutManager()->Layout(this);
317 // Yummy layout code.
318 GridLayout* layout = GridLayout::CreatePanel(this); local
319 SetLayoutManager(layout);
325 ColumnSet* column_set = layout->AddColumnSet(labels_column_set_id);
332 column_set = layout->AddColumnSet(single_column_view_set_id)
    [all...]
  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 169 virtual void Layout() OVERRIDE;
200 // Layout various sub-components of this view.
364 void ConstrainedWindowFrameView::Layout() {
task_manager_view.cc 33 #include "views/layout/layout_constants.h"
273 virtual void Layout();
508 void TaskManagerView::Layout() {
cookie_info_view.cc 25 #include "views/layout/grid_layout.h"
26 #include "views/layout/layout_constants.h"
93 Layout();
160 void CookieInfoView::AddLabelRow(int layout_id, views::GridLayout* layout,
162 layout->StartRow(0, layout_id);
163 layout->AddView(label);
164 layout->AddView(value, 2, 1, views::GridLayout::FILL,
166 layout->AddPaddingRow(0, views::kRelatedControlSmallVerticalSpacing);
169 void CookieInfoView::AddControlRow(int layout_id, views::GridLayout* layout,
171 layout->StartRow(0, layout_id)
    [all...]
  /external/skia/src/views/
SkView.cpp 12 SK_DEFINE_INST_COUNT(SkView::Layout)
477 SkView::Layout* layout = this->getLayout(); local
479 if (layout) {
480 layout->layoutChildren(this);
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 25 import android.text.Layout.Alignment;
122 * Return the number of lines of text in this layout.
262 * in the top line of the Layout.
269 * Returns the number of extra pixels of descent padding in the bottom line of the Layout.
389 * Return the width to which this Layout is ellipsizing
398 StaticLayout layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(), local
401 assertEquals(ellipsizedWidth, layout.getEllipsizedWidth());
403 layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(),
406 assertEquals(outerWidth, layout.getEllipsizedWidth());
417 StaticLayout layout = new StaticLayout(editable, mDefaultPaint local
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 88 // area. See Layout
163 // Layout the status area.
203 // Layout status area after tab strip.
301 Layout();
307 // non-full screen size, layout/paint at that size, then the window manager
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 95 // The control view will never be resized, so just layout once.
239 // Not used. The layout is managed by the Panel.
248 // Not used. The layout is managed by the Panel.
254 void BalloonViewImpl::Layout() {
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 21 #include "views/layout/grid_layout.h"
22 #include "views/layout/layout_constants.h"
66 // An approximate window size. After Layout() we'll get better bounds.
83 views::GridLayout* layout = views::GridLayout::CreatePanel(root_view); local
84 if (!layout) {
88 root_view->SetLayoutManager(layout);
92 columns = layout->AddColumnSet(0);
102 columns = layout->AddColumnSet(1);
108 columns = layout->AddColumnSet(2);
114 columns = layout->AddColumnSet(3)
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 94 void TouchTab::Layout() {
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 31 #include "views/layout/layout_constants.h"
183 virtual void Layout() {
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 147 void InfoBarView::Layout() {
333 // re-layout.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 25 import android.text.Layout.Alignment;
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 40 class Layout;
149 /// getSectionOrder - compute the layout order of the section
150 /// Layout calls this function to get the default order of the pSectHdr.
160 /// getTargetSectionOrder - compute the layout order of target section
339 /// layout - layout method
340 void layout(Module& pModule);
342 /// preLayout - Backend can do any needed modification before layout
345 /// postLayout -Backend can do any needed modification after layout
348 /// preLayout - Backend can do any needed modification before layout
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 23 import android.text.Layout;
84 * All these assertions depends on whether the TextView has a layout.The text view will not
85 * get layout in setContent method but in otherhandler's function. Assertion which is
88 * several steps,setting the content at first, waiting the layout, and checking the
190 * All these assertions depends on whether the TextView has a layout.The text view will not
191 * get layout in setContent method but in otherhandler's function. Assertion which is
194 * several steps,setting the content at first, waiting the layout, and checking the
293 * All these assertions depends on whether the TextView has a layout.The text view will not
294 * get layout in setContent method but in otherhandler's function. Assertion which is
297 * several steps,setting the content at first, waiting the layout, and checking th
    [all...]
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 47 Layout& columnLayout = m_layoutStruct[effCol];
148 m_layoutStruct.fill(Layout());
315 Layout& columnLayout = m_layoutStruct[lastCol];
476 void AutoTableLayout::layout() function in class:WebCore::AutoTableLayout
482 // table layout based on the values collected in the layout structure.
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 38 * A base class that manages text layout in visual elements on
44 public abstract class Layout {
62 * Return how wide a layout must be in order to display the
71 * Return how wide a layout must be in order to display the
99 * Subclasses of Layout use this constructor to set the display text,
102 * @param paint the default paint for the layout. Styles can override
111 protected Layout(CharSequence text, TextPaint paint,
119 * Subclasses of Layout use this constructor to set the display text,
122 * @param paint the default paint for the layout. Styles can override
133 protected Layout(CharSequence text, TextPaint paint
    [all...]

Completed in 955 milliseconds

<<11121314