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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/login/
update_view.h 55 virtual void Layout();
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.h 30 virtual void Layout() OVERRIDE;
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.cc 41 void KeyboardContainerView::Layout() {
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h 53 virtual void Layout();
sad_tab_view.h 38 virtual void Layout();
58 // Layout().
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 40 virtual void Layout() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 64 Layout();
79 Layout();
87 // Make sure we layout next time around. We need this in case our bounds
140 void ContentsContainer::Layout() {
149 // still need a layout.
150 views::View::Layout();
contents_container.h 58 virtual void Layout();
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.h 34 virtual void Layout() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/infobars/
after_translate_infobar.h 29 virtual void Layout();
before_translate_infobar.h 29 virtual void Layout();
extension_infobar.h 33 virtual void Layout();
infobar_container_view.cc 30 void InfoBarContainerView::Layout() {
link_infobar.cc 28 void LinkInfoBar::Layout() {
29 InfoBarView::Layout();
  /external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.h 45 virtual void Layout() OVERRIDE;
keyword_hint_view.h 46 virtual void Layout();
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_native.h 50 virtual void Layout() OVERRIDE;
tab_contents_container_views.cc 17 #include "views/layout/fill_layout.h"
52 Layout();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 61 const MCAsmLayout *Layout) const;
  /external/chromium/chrome/browser/chromeos/status/
status_area_view.cc 78 void StatusAreaView::Layout() {
102 Layout();
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 24 import android.text.Layout;
45 boolean first, Layout layout) {
48 int itop = (int)layout.getLineTop(layout.getLineForOffset(st));
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutBidiTest.java 29 public static final int REQ_DL = 2; // Layout.DIR_REQUEST_DEFAULT_LTR;
30 public static final int REQ_DR = -2; // Layout.DIR_REQUEST_DEFAULT_RTL;
31 public static final int REQ_L = 1; // Layout.DIR_REQUEST_LTR;
32 public static final int REQ_R = -1; // Layout.DIR_REQUEST_RTL;
33 public static final int L = Layout.DIR_LEFT_TO_RIGHT;
34 public static final int R = Layout.DIR_RIGHT_TO_LEFT;
StaticLayoutDirectionsTest.java 19 import android.text.Layout.Directions;
34 // constants from Layout that are package-protected
130 Layout l = b.build();
135 Directions expected = dirs(0, LVL1_1, 1, LVL2_1, 2, 3 | (1 << Layout.RUN_LEVEL_SHIFT));
150 Layout l = b.build();
166 Layout l = b.build();
184 Layout l = b.build();
197 float width = Layout.measureText(b.paint,
226 private void checkDirections(Layout l, int i, String text,
  /external/llvm/include/llvm/MC/
MCAssembler.h 25 class Layout;
46 friend class mcld::Layout;
87 /// LayoutOrder - The layout order of this fragment.
290 /// relaxed during the assembler layout and relaxation stage.
579 /// LayoutOrder - The index of this section in the layout order.
892 /// \param Layout The layout to use for evaluation.
902 bool evaluateFixup(const MCAsmLayout &Layout,
909 const MCAsmLayout &Layout) const;
913 const MCAsmLayout &Layout) const
    [all...]
  /frameworks/base/core/java/android/text/
BoringLayout.java 26 * A BoringLayout is a very simple Layout implementation for text that
31 * <p>This class is used by widgets to control text layout. You should not need
34 * you are encouraged to use a Layout instead of calling
38 public class BoringLayout extends Layout implements TextUtils.EllipsizeCallback {
63 * no one is still using this Layout.
85 * no one is still using this Layout.
177 if (source instanceof String && align == Layout.Alignment.ALIGN_NORMAL) {
212 line.set(paint, source, 0, source.length(), Layout.DIR_LEFT_TO_RIGHT,
213 Layout.DIRS_ALL_LEFT_TO_RIGHT, false, null);
306 line.set(paint, text, 0, length, Layout.DIR_LEFT_TO_RIGHT
    [all...]

Completed in 635 milliseconds

1 2 34 5 6 7 8 91011>>