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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 72 private final Layout mLayout = new Layout();
395 public class Layout {
711 // Return true if the layout parameters have been changed
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 29 import android.text.Layout;
30 import android.text.Layout.Alignment;
742 return Layout.getDesiredWidth(view.mLabelLayout.getText(), view.mLabelLayout.getPaint());
  /external/chromium/chrome/browser/chromeos/login/
background_view.cc 265 void BackgroundView::Layout() {
310 Layout();
network_selection_view.cc 28 #include "views/layout/fill_layout.h"
29 #include "views/layout/grid_layout.h"
30 #include "views/layout/layout_constants.h"
56 // Grid layout constants.
235 // Define layout and column set for entire screen (title + screen).
255 // Define layout and column set for screen contents.
390 Layout();
420 Layout();
captcha_view.cc 23 #include "views/layout/grid_layout.h"
24 #include "views/layout/layout_constants.h"
140 Layout();
158 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
159 SetLayoutManager(layout);
162 views::ColumnSet* column_set = layout->AddColumnSet(column_view_set_id);
165 layout->StartRow(0, column_view_set_id);
169 layout->AddView(label);
170 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing);
172 layout->StartRow(0, column_view_set_id)
    [all...]
screen_lock_view.cc 28 #include "views/layout/grid_layout.h"
107 void ScreenLockView::Layout() {
155 GridLayout* layout = new GridLayout(main_); local
156 main_->SetLayoutManager(layout);
157 views::ColumnSet* column_set = layout->AddColumnSet(0);
163 column_set = layout->AddColumnSet(1);
169 layout->AddPaddingRow(0, kBorderSize);
170 layout->StartRow(0, 0);
171 layout->AddView(user_view_);
172 layout->AddPaddingRow(0, kBorderSize)
    [all...]
update_view.cc 163 void UpdateView::Layout() {
193 // Curtain layout is independed.
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 245 // True if a complete re-layout is required upon completion of the animation.
246 // Subclasses set this if they don't perform a complete layout
331 // If the last non-mini-tab is being removed we force a layout on
334 // the animation), and unless we layout GetTabHOffset won't be called after
365 // less than kTabHOffset during layout tabs get negatively offset.
414 // Since we don't do a full TabStrip re-layout, we need to force a full
415 // layout upon completion since we're not guaranteed to be in a good state
458 // Handles the animated resize layout of the entire TabStrip from one width
608 // Do the normal layout.
793 void TabStripGtk::Layout() {
    [all...]
tab_renderer_gtk.cc 323 // Force a layout, since the tab may have grown a favicon.
324 Layout();
634 Layout();
665 void TabRendererGtk::Layout() {
    [all...]
tab_renderer_gtk.h 313 void Layout();
402 // changes and layout appropriately.
406 // detect when it changes and layout appropriately.
tab_strip_gtk.h 61 void Layout();
323 // removed appropriately so we can tell when to resize layout the tab strip.
344 // Layout method and other callers like the DraggedTabController that need
381 // A generic Layout method for various classes of TabStrip animations,
382 // including Insert, Remove and Resize Layout cases.
396 // Optionally a full Layout will be performed, specified by |layout|.
397 void FinishAnimation(TabAnimation* animation, bool layout);
420 // True if a resize layout animation should be run a short delay after the
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 176 Layout();
502 void AutocompleteResultView::Layout() {
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 25 #include "views/layout/box_layout.h"
26 #include "views/layout/grid_layout.h"
27 #include "views/layout/layout_constants.h"
108 content_->Layout();
113 // Initialize contents and layout.
137 virtual void Layout() {
193 GridLayout* layout = GridLayout::CreatePanel(this);
194 SetLayoutManager(layout);
197 views::ColumnSet* column_set = layout->AddColumnSet(single_column_layout_id);
202 views::ColumnSet* column_set_with_padding = layout->AddColumnSet
261 GridLayout* layout = GridLayout::CreatePanel(pane); local
320 GridLayout* layout = GridLayout::CreatePanel(pane); local
    [all...]
first_run_search_engine_view.cc 37 #include "views/layout/layout_constants.h"
280 Layout();
349 void FirstRunSearchEngineView::Layout() {
sad_tab_view.cc 105 void SadTabView::Layout() {
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 107 // calculated during the last Layout.
248 void BrowserViewLayout::Layout(views::View* host) {
445 // Layout resize corner, sidebar mini tabs and calculate reserved contents
448 // TODO(alekseys): layout sidebar minitabs and adjust reserved rect
508 // Re-layout the shelf either if it is visible or if it's close animation
519 download_shelf_->Layout();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 117 const MCAsmLayout &Layout) const;
259 const MCAsmLayout &Layout) const {
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 28 import android.text.Layout;
283 // Check layout before getExtendedPaddingTop().
285 Layout layout = getLayout(); local
286 if (layout == null) {
297 int line = layout.getLineForVertical(y);
298 int off = layout.getOffsetForHorizontal(line, x);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 28 import android.text.Layout;
233 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates_1line, null);
306 mViewLongPressDialog = (View)inflater.inflate(R.layout.candidate_longpress_dialog, null);
334 mCenterSpan = new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 162 void BubbleFrameView::Layout() {
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 139 virtual void Layout() {
140 // Layout bottom up
257 virtual void Layout() {
556 GetBalloonViewOf(balloon)->Layout();
739 scroll_view_->Layout();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 108 // layout during animation.
123 virtual void Layout() OVERRIDE;
145 // Called when fullscreen mode toggles on or off; this affects our layout.
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 247 parent_->Layout();
location_bar_view.h 169 // Layout and Painting functions
170 virtual void Layout() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 25 #include "views/layout/fill_layout.h"
144 Layout();

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011>>