HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 1051 - 1075 of 4661) sorted by null

<<41424344454647484950>>

  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson3/
ClickFunActivity.java 35 setContentView(R.layout.activity_click_fun);
  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/
LaunchActivity.java 38 setContentView(R.layout.activity_launch_next);
NextActivity.java 52 setContentView(R.layout.activity_next);
  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson5/
ReceiverActivity.java 53 setContentView(R.layout.activity_receiver);
SenderActivity.java 34 setContentView(R.layout.activity_sender);
  /development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
MainActivity.java 45 setContentView(android.R.layout.list_content);
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer.cc 28 // Resizes |orig_bitmap| to |target_size| using |layout| and stores the
32 WallpaperLayout layout,
46 switch (layout) {
104 WallpaperLayout layout)
108 layout_(layout),
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBar.java 156 InfoBarLayout layout = new InfoBarLayout(mContext, this, mIconDrawableId, mMessage); local
157 createContent(layout);
158 return layout;
241 public void createContent(InfoBarLayout layout) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 36 #include "ui/views/layout/grid_layout.h"
37 #include "ui/views/layout/layout_constants.h"
303 GridLayout* layout = GridLayout::CreatePanel(this); local
304 SetLayoutManager(layout);
310 views::ColumnSet* column_set = layout->AddColumnSet(labels_column_set_id);
317 column_set = layout->AddColumnSet(single_column_view_set_id);
321 column_set = layout->AddColumnSet(buttons_column_set_id);
332 layout->StartRow(0, labels_column_set_id);
333 layout->AddView(title_label_);
334 layout->AddView(title_tf_)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
signed_certificate_timestamp_info_view.h 54 // Layout helper routines.
56 views::GridLayout* layout,
60 // Sets up the view layout.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.h 50 // Called when the fade-out animation for secondary display layout change is
51 // finished. |layout| specifies the four positions of the secondary display
54 void OnFadeOutForDisplayLayoutFinished(int layout, int offset);
  /external/chromium_org/chromeos/ime/
fake_input_method_delegate.h 33 const std::string& layout) OVERRIDE;
  /external/chromium_org/content/public/android/java/resource_map/org/chromium/content/
R.java 59 public static final class layout { class in class:R
  /external/chromium_org/content/test/
mock_keyboard.h 20 // a tuple (layout, key code, modifiers) to Unicode characters so that
30 enum Layout {
88 // layout, key code, and modifiers, i.e. characters returned when we type
89 // specified keys on a specified layout.
92 int GetCharacters(Layout layout,
98 Layout keyboard_layout_;
  /external/chromium_org/media/audio/cras/
cras_input_unittest.cc 62 CrasInputStream* CreateStream(ChannelLayout layout) {
63 return CreateStream(layout, kTestFramesPerPacket);
66 CrasInputStream* CreateStream(ChannelLayout layout,
69 layout,
cras_unified_unittest.cc 70 CrasUnifiedStream* CreateStream(ChannelLayout layout) {
71 return CreateStream(layout, kTestFramesPerPacket);
74 CrasUnifiedStream* CreateStream(ChannelLayout layout,
76 AudioParameters params(kTestFormat, layout, kTestSampleRate,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h 41 virtual void layout() OVERRIDE;
52 struct Layout {
53 Layout()
73 Vector<Layout, 4> m_layoutStruct;
RenderEmbeddedObject.h 51 virtual void layout() OVERRIDE FINAL;
RenderListItem.h 69 virtual void layout() OVERRIDE;
RenderMedia.h 53 virtual void layout() OVERRIDE;
61 // FIXME: RenderMedia::layout makes assumptions about what children are allowed
RenderRubyRun.h 55 virtual void layout() OVERRIDE;
RenderVideo.h 64 virtual void layout() OVERRIDE;
RenderWidget.h 52 virtual void layout() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.h 41 virtual void layout() OVERRIDE;
RenderSVGResourceMarker.h 49 virtual void layout() OVERRIDE;

Completed in 2031 milliseconds

<<41424344454647484950>>