HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 1151 - 1175 of 3589) sorted by null

<<41424344454647484950>>

  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 36 setContentView(R.layout.form);
  /development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/
CrossFading.java 43 setContentView(R.layout.activity_cross_fading);
  /development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/
KeyframeAnimation.java 42 setContentView(R.layout.activity_keyframe_animation);
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 44 setContentView(R.layout.activity_overshoot);
  /development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 44 setContentView(R.layout.activity_multi_property_animations);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
TextFragment.java 35 View view = inflater.inflate(R.layout.text_fragment, container, false);
  /development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/
BitmapScaling.java 41 setContentView(R.layout.activity_bitmap_scaling);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ScreenSlidePageFragment.java 67 // Inflate the layout containing a title and body text.
69 .inflate(R.layout.fragment_screen_slide_page, container, false);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
MainActivity.java 29 setContentView(R.layout.activity_main);
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
ArticleFragment.java 35 // This is primarily necessary when in the two-pane layout.
40 // Inflate the layout for this fragment
41 return inflater.inflate(R.layout.article_view, container, false);
49 // onStart is a good place to do this because the layout has already been
MainActivity.java 29 setContentView(R.layout.news_articles);
31 // Check whether the activity is using the layout version with
58 // Capture the article fragment from the activity layout
63 // If article frag is available, we're in two-pane layout...
69 // If the frag is not available, we're in the one-pane layout and must swap frags...
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java 75 mListAdapter = new ArrayAdapter<String>(getActivity(), R.layout.headline_item,
  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 31 setContentView(R.layout.activity_main);
  /development/tutorials/MoarRam/src/com/android/benchmark/moarram/
MainActivity.java 17 setContentView(R.layout.activity_main);
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 21 #include "ui/views/layout/box_layout.h"
22 #include "ui/views/layout/grid_layout.h"
31 // Specify min width of status label for layout.
77 views::BoxLayout* layout = local
80 SetLayoutManager(layout);
89 views::BoxLayout* layout = local
92 SetLayoutManager(layout);
218 void PowerStatusView::Layout() {
219 views::View::Layout();
  /external/chromium_org/chrome/browser/chromeos/input_method/
infolist_window_view.cc 22 #include "ui/views/layout/box_layout.h"
23 #include "ui/views/layout/grid_layout.h"
177 views::BoxLayout* layout = new views::BoxLayout(views::BoxLayout::kVertical, local
179 SetLayoutManager(layout); // |this| owns |layout|.
212 views::BoxLayout* layout = new views::BoxLayout(views::BoxLayout::kVertical, local
214 // |infolist_area_| owns |layout|.
215 infolist_area_->SetLayoutManager(layout);
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_alert.h 52 - (void)layout;
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
translate_infobar_base.h 20 // - (void)layout;
68 - (void)layout;
78 // be returned in the order they are displayed, otherwise the layout test
115 // This is used for verifying layout and for setting the
119 // Verifies that the layout of the infobar is correct.
  /external/chromium_org/chrome/browser/ui/views/
cookie_info_view.h 55 // Layout helper routines.
56 void AddLabelRow(int layout_id, views::GridLayout* layout,
59 // Sets up the view layout.
  /external/chromium_org/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/
ContentBrowserTestsActivity.java 41 View view = inflater.inflate(R.layout.test_activity, null);
  /external/chromium_org/media/audio/cras/
cras_input_unittest.cc 54 CrasInputStream* CreateStream(ChannelLayout layout) {
55 return CreateStream(layout, kTestFramesPerPacket);
58 CrasInputStream* CreateStream(ChannelLayout layout,
61 layout,
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.h 91 // Converts FFmpeg's channel layout to chrome's ChannelLayout. |channels| can
92 // be used when FFmpeg's channel layout is not informative in order to make a
93 // good guess about the plausible channel layout based on number of channels.
94 ChannelLayout ChannelLayoutToChromeChannelLayout(int64_t layout,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.h 61 virtual void layout() OVERRIDE FINAL;
RenderIFrame.cpp 101 // however, this causes FrameView::layout() to add vertical scrollbars, incorrectly inflating
102 // the resulting contentHeight(). We'll need to make FrameView::layout() smarter.
104 updateWidgetPosition(); // Tell the Widget about our new width/height (it will also layout the child document).
110 if (childFrameView) // Widget should never be null during layout(), but just in case.
116 // Assert that the child document did a complete layout.
122 void RenderIFrame::layout() function in class:WebCore::RenderIFrame
132 // No kids to layout as a replaced element.
RenderListItem.h 69 virtual void layout();

Completed in 711 milliseconds

<<41424344454647484950>>