/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ProgressBar2.java | 39 setContentView(R.layout.progressbar_2);
|
ScrollBar3.java | 31 setContentView(R.layout.scrollbar3);
|
TextClockDemo.java | 36 setContentView(R.layout.textclock);
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
FixedGridLayoutTest.java | 13 setContentView(R.layout.main);
|
/development/samples/HelloActivity/src/com/example/android/helloactivity/ |
HelloActivity.java | 36 // Set the layout for this activity. You can find it 37 // in res/layout/hello_activity.xml 38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null);
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
DetailsActivity.java | 29 setContentView(R.layout.details);
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
PhotosListActivity.java | 35 setContentView(R.layout.photos_list);
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
CameraActivity.java | 27 setContentView(R.layout.activity_camera);
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
CameraActivity.java | 27 setContentView(R.layout.activity_camera);
|
/development/samples/browseable/CardView/src/com.example.android.cardview/ |
CardViewActivity.java | 30 setContentView(R.layout.activity_card_view);
|
/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/ |
CustomTransitionFragment.java | 53 return inflater.inflate(R.layout.fragment_custom_transition, container, false); 66 Scene.getSceneForLayout(container, R.layout.scene1, context), 67 Scene.getSceneForLayout(container, R.layout.scene2, context), 68 Scene.getSceneForLayout(container, R.layout.scene3, context),
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/ |
DialogActivity.java | 29 setContentView(R.layout.activity_dialog);
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
SecureActivity.java | 39 setContentView(R.layout.activity_secure);
|
/development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/ |
BasicNotificationDisplayActivity.java | 32 setContentView(R.layout.activity_notification_display);
|
/external/chromium_org/ash/system/tray/ |
tray_image_item.cc | 13 #include "ui/views/layout/box_layout.h" 76 views::BoxLayout::Orientation layout = views::BoxLayout::kHorizontal; local 80 layout = views::BoxLayout::kHorizontal; 84 layout = views::BoxLayout::kVertical; 87 tray_view_->SetLayoutManager(new views::BoxLayout(layout, 0, 0, 0)); 88 tray_view_->Layout();
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view_linux.h | 23 OpaqueBrowserFrameViewLayout* layout,
|
/external/chromium_org/content/test/ |
mock_keyboard_driver_win.h | 23 bool SetLayout(int layout);
|
/external/chromium_org/media/base/ |
channel_mixer.cc | 24 static void ValidateLayout(ChannelLayout layout) { 25 CHECK_NE(layout, CHANNEL_LAYOUT_NONE); 26 CHECK_LE(layout, CHANNEL_LAYOUT_MAX); 27 CHECK_NE(layout, CHANNEL_LAYOUT_UNSUPPORTED); 28 CHECK_NE(layout, CHANNEL_LAYOUT_DISCRETE); 29 CHECK_NE(layout, CHANNEL_LAYOUT_STEREO_AND_KEYBOARD_MIC); 33 int channel_count = ChannelLayoutToChannelCount(layout); 36 // If we have more than one channel, verify a symmetric layout for sanity. 41 DCHECK((ChannelOrder(layout, LEFT) >= 0 && 42 ChannelOrder(layout, RIGHT) >= 0) | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderIFrame.cpp | 61 void RenderIFrame::layout() function in class:WebCore::RenderIFrame 66 // No kids to layout as a replaced element.
|
RenderSlider.h | 47 virtual void layout() OVERRIDE;
|
RenderVTTCue.h | 43 virtual void layout() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGHiddenContainer.h | 38 virtual void layout() OVERRIDE;
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/gen/org/webrtc/vieautotest/ |
R.java | 27 public static final class layout {
class in class:R
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
CustomView.java | 13 inflate(context, R.layout.inner_merge, this);
|
/frameworks/base/core/java/android/accounts/ |
CantAddAccountActivity.java | 35 setContentView(R.layout.app_not_authorized);
|