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

<<81828384858687888990>>

  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MainActivity.java 46 setContentView(R.layout.activity_main);
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 43 setContentView(R.layout.sample_main);
45 // Get the TextSwitcher view from the layout
  /development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
LayoutTransChanging.java 30 * This example shows how to use LayoutTransition to animate simple changes in a layout
41 setContentView(R.layout.main);
76 // in the layout file. You can also call setLayoutTransition(new LayoutTransition()) in
80 // New capability as of Jellybean; monitor the container for *all* layout changes
  /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java 48 setContentView(R.layout.activity_picture_viewer);
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 50 setContentView(R.layout.activity_bitmap_allocation);
  /development/samples/devbytes/ui/ImmersiveMode/src/main/java/com/example/android/immersive/
ImmersiveActivity.java 35 setContentView(R.layout.immersive_activity);
  /development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
RequestDuringLayout.java 31 * a layout pass. DON'T DO THIS.
41 setContentView(R.layout.activity_request_during_layout);
74 * Custom layout to enable the convoluted way of requesting-during-layout that we're
100 // Here is the root of the problem: we are adding/removing views during layout. This
103 // Better approach: just add/remove at a time when layout is not running, certainly not
104 // in the middle of onLayout(), or other layout-associated logic.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CrossfadeActivity.java 64 setContentView(R.layout.activity_crossfade);
126 // to GONE as an optimization step (it won't participate in layout passes, etc.)
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListActivity.java 58 setContentView(R.layout.activity_main);
87 // If two pane layout, locate the contact detail fragment
102 // If two pane layout then update the detail fragment to show the selected contact
105 // Otherwise single pane layout, start a new ContactDetailActivity with
  /development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 77 setContentView(R.layout.main_activity);
81 mLayout = findViewById(R.id.layout);
84 mDataItemListAdapter = new DataItemAdapter(this, android.R.layout.simple_list_item_1);
225 convertView = inflater.inflate(android.R.layout.two_line_list_item, null);
  /development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 50 setContentView(R.layout.activity_main);
  /development/samples/wearable/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 51 View view = inflater.inflate(R.layout.counter_layout, container, false);
  /development/samples/wearable/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 41 setContentView(R.layout.main_activity);
57 * Animates the layout when clicked. The animation used depends on whether the
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NoteEdit.java 35 setContentView(R.layout.note_edit);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NoteEdit.java 35 setContentView(R.layout.note_edit);
  /external/chromium_org/ash/display/
display_manager.cc 27 #include "ui/base/layout.h"
259 const DisplayLayout& layout,
264 layout, primary_display,
295 DisplayLayout layout = local
297 layout.primary_id = displays_[0].id();
298 return layout;
344 const DisplayLayout layout = GetCurrentDisplayLayout(); local
346 layout, primary,
723 // the layout.
769 // it will not update the display layout, which causes the bu
1075 DisplayLayout layout = local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.h 105 void CreateUmaOptinView(views::GridLayout* layout);
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.h 111 // Converts FFmpeg's channel layout to chrome's ChannelLayout. |channels| can
112 // be used when FFmpeg's channel layout is not informative in order to make a
113 // good guess about the plausible channel layout based on number of channels.
114 MEDIA_EXPORT ChannelLayout ChannelLayoutToChromeChannelLayout(int64_t layout,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h 76 virtual void layout() OVERRIDE;
RenderTextControlSingleLine.h 55 virtual void layout() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 74 virtual void layout() OVERRIDE;
  /external/chromium_org/third_party/jinja2/
meta.py 65 >>> ast = env.parse('{% extends "layout.html" %}{% include helper %}')
67 ['layout.html', None]
70 to rebuild parts of the website after a layout template has changed.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.c 287 * Dump the data layout strings.
372 * obtain the target data from it. Instead we create a target data layout
375 * The produced layout strings are not precisely the same, but should make
378 * For reference this is the layout string on x64:
388 char layout[512];
389 util_snprintf(layout, sizeof layout, "%c-p:%u:%u:%u-i64:64:64-a0:0:%u-s0:%u:%u",
399 gallivm->target = LLVMCreateTargetData(layout);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 60 if format.layout != PLAIN:
119 elif format.layout == PLAIN:
266 elif format.layout == PLAIN:
306 if format.layout == PLAIN \
  /external/kernel-headers/original/uapi/linux/raid/
md_u.h 104 int layout; /* 0 the array's physical layout */ member in struct:mdu_array_info_s

Completed in 581 milliseconds

<<81828384858687888990>>