/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentHideShow.java | 79 public View onCreateView(LayoutInflater inflater, ViewGroup container, 81 View v = inflater.inflate(R.layout.labeled_text_edit, container, false); 105 public View onCreateView(LayoutInflater inflater, ViewGroup container, 107 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
|
/development/samples/Support4Demos/res/layout/ |
activity_player.xml | 18 android:id="@+id/container"
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentHideShowSupport.java | 80 public View onCreateView(LayoutInflater inflater, ViewGroup container, 82 View v = inflater.inflate(R.layout.labeled_text_edit, container, false); 106 public View onCreateView(LayoutInflater inflater, ViewGroup container, 108 View v = inflater.inflate(R.layout.labeled_text_edit, container, false);
|
/development/samples/SupportLeanbackDemos/res/layout/ |
guided_step_activity.xml | 18 <!-- container for hosting GuidedStepFragment -->
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
CameraActivity.java | 30 .replace(R.id.container, Camera2BasicFragment.newInstance())
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
CameraActivity.java | 30 .replace(R.id.container, Camera2VideoFragment.newInstance())
|
/development/samples/browseable/MediaBrowserService/res/layout/ |
activity_player.xml | 18 android:id="@+id/container"
|
/development/samples/browseable/MessagingService/res/layout/ |
activity_main.xml | 18 android:id="@+id/container"
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
MainActivity.java | 30 .add(R.id.container, new MessagingFragment())
|
/development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/ |
BitmapScaling.java | 43 LinearLayout container = (LinearLayout) findViewById(R.id.scaledImageContainer); local 51 addScaledImageView(bitmap, i, container); 55 private void addScaledImageView(Bitmap original, int sampleSize, LinearLayout container) { 73 container.addView(scaledImageView);
|
/development/samples/training/AnimationsDemo/res/layout/ |
activity_card_flip.xml | 18 android:id="@+id/container"
|
/development/samples/training/TabCompat/res/layout-v11/ |
main.xml | 17 <!-- API level 11+ only needs the container for tab content. -->
|
/external/autotest/client/site_tests/video_VideoSanity/ |
video_VideoSanity.py | 68 for container in video_containers: 69 logging.info('Verifying video support for %s.', container) 71 "('video/" + container + "')") 75 % container)
|
/external/autotest/server/site_tests/ssp_PackageInstall/ |
control | 17 in container, or it fails to install any package it will fail.
|
/external/chromium-trace/catapult/third_party/flot/ |
FAQ.md | 64 A common problem is that there's display:none on a container until the 67 container as explained in the README so you need to hold off the Flot 68 call until the container is actually displayed (or use 69 visibility:hidden instead of display:none or move the container
|
/external/freetype/src/base/ |
ftpic.c | 45 /* Destroy the contents of the container. */
|
/external/iptables/libiptc/ |
linux_stddef.h | 19 * @type: the type of the container struct this is embedded in.
|
/external/libxml2/result/ |
dav7.sax2 | 10 SAX.characters(http://www.foo.bar/container/r, 38) 15 SAX.characters(http://www.foo.bar/container/r, 38) 31 SAX.characters(http://www.foo.bar/container/, 29) 47 SAX.characters(http://www.foo.bar/container/r, 38)
|
/external/pdfium/third_party/freetype/src/base/ |
ftpic.c | 45 /* Destroy the contents of the container. */
|
/external/skia/debugger/QT/ |
SkListWidget.h | 24 @param parent The parent container of this widget
|
/external/toybox/toys/other/ |
chroot.c | 7 * The container guys use pivot_root() to deal with this, which does actually
|
/frameworks/base/core/tests/coretests/res/layout/ |
with_bitmap_background.xml | 21 <LinearLayout android:id="@+id/container" xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
AlignmentTest.java | 89 GridLayout container = new GridLayout(context1); local 90 container.setUseDefaultMargins(true); 99 container.addView(factory.create(name, 20), layoutParams); 103 return container;
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ViewPropertyAlphaActivity.java | 96 LinearLayout container = (LinearLayout) findViewById(R.id.container); local 99 container.addView(myViewAlphaDefault); 102 container.addView(myViewAlphaHandled);
|
/frameworks/base/tests/TransitionTests/res/layout/ |
clipping_text_2.xml | 5 android:id="@+id/container"
|