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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 24 class Layout;
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 29 import android.text.Layout;
88 private Layout mOnLayout;
89 private Layout mOffLayout;
199 private Layout makeLayout(CharSequence text, int maxWidth) {
200 int actual_width = (int) Math.ceil(Layout.getDesiredWidth(text, mTextPaint));
203 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true,
418 Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;
  /packages/apps/Gallery2/src/com/android/camera/ui/
Switch.java 29 import android.text.Layout;
88 private Layout mOnLayout;
89 private Layout mOffLayout;
199 private Layout makeLayout(CharSequence text, int maxWidth) {
200 int actual_width = (int) Math.ceil(Layout.getDesiredWidth(text, mTextPaint));
203 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true,
418 Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;
  /external/clang/lib/AST/
VTableBuilder.cpp 1 //===--- VTableBuilder.cpp - C++ vtable layout builder --------------------===//
10 // This contains code dealing with generation of the layout of virtual tables.
65 /// Offset - the base offset of the overrider in the layout class.
77 /// construction vtable, this holds the offset from the layout class to the
81 /// LayoutClass - The class we're using for layout information. Will be
88 /// MostDerivedClassLayout - the AST record layout of the most derived class.
104 /// derived class as well as the layout class.
240 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Element.Class);
245 NonVirtualOffset += Layout.getBaseClassOffset(Base);
363 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD)
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 172 void ExecutePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout);
175 const MCAsmLayout &Layout,
181 void WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout);
613 const MCAsmLayout &Layout) {
631 const MCAsmLayout &Layout,
661 int64_t a = Layout.getSymbolOffset(&B_SD);
664 int64_t b = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
679 Reloc.Data.VirtualAddress = Layout.getFragmentOffset(Fragment);
684 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment)
710 const MCAsmLayout &Layout) {
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 48 const MCAsmLayout *Layout,
54 const MCAsmLayout *Layout,
77 /// @param Layout - The assembler layout object to use for evaluating symbol
81 bool EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout,
85 bool EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout) const;
91 /// @param Layout - The assembler layout object to use for evaluating values.
93 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout &Layout) const;
471 const MCAsmLayout *Layout) const = 0
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc 123 // mode, so when the window is shown, we need to re-layout and schedule a
127 // Note that we will call Layout every time SetWindowPos is called with
131 non_client_view()->Layout();
234 // Make sure the child of the root view gets Layout again.
237 GetRootView()->Layout();
app_panel_browser_frame_view.h 57 virtual void Layout() OVERRIDE;
98 // Layout various sub-components of this view.
105 // The layout rect of the title, if visible.
browser_frame_gtk.cc 86 // Make sure the child of the root view gets Layout again.
89 GetRootView()->Layout();
browser_view_layout.h 11 #include "views/layout/layout_manager.h"
31 // The layout manager used in chrome browser.
58 virtual void Layout(views::View* host);
65 // Layout the TabStrip, returns the coordinate of the bottom of the TabStrip,
69 // Layout the following controls, starting at |top|, returns the coordinate
85 // Layout the TabContents container, between the coordinates |top| and
94 // Layout the Download Shelf, returns the coordinate of the top of the
109 // Child views that the layout manager manages.
glass_browser_frame_view.h 57 virtual void Layout() OVERRIDE;
81 // Layout various sub-components of this view.
107 // The layout rect of the OTR avatar icon, if visible.
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc 31 void ConfirmInfoBar::Layout() {
32 InfoBarView::Layout();
infobar_view.h 66 virtual void Layout() OVERRIDE;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 81 const MCAsmLayout *Layout) const {
82 return getSubExpr()->EvaluateAsRelocatable(Res, *Layout);
AArch64AsmBackend.cpp 44 const MCAsmLayout &Layout,
52 const MCAsmLayout &Layout,
91 const MCAsmLayout &Layout) const;
213 const MCAsmLayout &Layout) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 64 const MCAssembler &Asm, const MCAsmLayout &Layout,
123 const MCAsmLayout &Layout) const {
  /frameworks/base/core/java/android/widget/
Switch.java 28 import android.text.Layout;
105 private Layout mOnLayout;
106 private Layout mOffLayout;
511 Layout layout = isChecked() ? mOnLayout : mOffLayout; local
512 if (layout != null && !TextUtils.isEmpty(layout.getText())) {
513 event.getText().add(layout.getText());
517 private Layout makeLayout(CharSequence text) {
523 (int) Math.ceil(Layout.getDesiredWidth(transformed, mTextPaint))
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 21 import android.text.Layout.Alignment;
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.h 51 virtual void Layout();
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 17 #include "views/layout/layout_constants.h"
61 void ImportLockDialogView::Layout() {
  /external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 60 void IconLabelBubbleView::Layout() {
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 53 void SideTab::Layout() {
tab.h 67 virtual void Layout() OVERRIDE;
130 // changes and layout appropriately.
134 // detect when it changes and layout appropriately.
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 22 class Layout;
71 /// for layout to adjust the ouput offset.
99 /// layout - layout method
100 virtual void layout(Module& pModule) = 0;
102 /// preLayout - Backend can do any needed modification before layout
105 /// postLayout - Backend can do any needed modification after layout
114 /// computeSectionOrder - compute the layout order of the given section
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 19 import android.text.Layout;
92 Layout layout = widget.getLayout(); local
99 int linetop = layout.getLineForVertical(areatop);
100 int linebot = layout.getLineForVertical(areabot);
102 int first = layout.getLineStart(linetop);
103 int last = layout.getLineEnd(linebot);
204 Layout layout = widget.getLayout(); local
205 int line = layout.getLineForVertical(y)
    [all...]

Completed in 1109 milliseconds

1 2 3 4 56 7 8 91011>>