HomeSort by relevance Sort by last modified time
    Searched full:container (Results 426 - 450 of 5699) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestTextViewDrawablesLtr.java 32 public View onCreateView(LayoutInflater inflater, ViewGroup container,
34 currentView = inflater.inflate(R.layout.textview_drawables_ltr, container, false);
BiDiTestTextViewDrawablesRtl.java 32 public View onCreateView(LayoutInflater inflater, ViewGroup container,
34 currentView = inflater.inflate(R.layout.textview_drawables_rtl, container, false);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity5.java 90 ((ClipFrameLayout) findViewById(R.id.container)).setClipEnabled(true);
94 ((ClipFrameLayout) findViewById(R.id.container)).setClipEnabled(false);
98 findViewById(R.id.container).setLayerType(View.LAYER_TYPE_HARDWARE, mPaint);
102 findViewById(R.id.container).setLayerType(View.LAYER_TYPE_NONE, null);
106 findViewById(R.id.container).getLayoutParams().height = ViewGroup.LayoutParams.MATCH_PARENT;
107 findViewById(R.id.container).requestLayout();
111 findViewById(R.id.container).getLayoutParams().height = 300;
112 findViewById(R.id.container).requestLayout();
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/
TestFragment.java 35 public View onCreateView(LayoutInflater inflater, ViewGroup container,
37 BasicBindingBinding binding = BasicBindingBinding.inflate(inflater, container, false);
  /frameworks/support/v4/tests/java/android/support/v4/app/
StrictViewFragment.java 30 public View onCreateView(LayoutInflater inflater, ViewGroup container,
34 final View result = inflater.inflate(R.layout.strict_view_fragment, container, false);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarBackgroundDrawable.java 27 public ActionBarBackgroundDrawable(ActionBarContainer container) {
28 mContainer = container;
ActionBarBackgroundDrawableV21.java 24 public ActionBarBackgroundDrawableV21(ActionBarContainer container) {
25 super(container);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_writer.h 27 // Finds and opens writer for specified container format.
31 VpxContainer container,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp 27 // standards requirements on constant/mutable container
28 // iterators (23.1 [lib.container.requirements]).
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java 23 protected void setContainer(IImageList container) {
24 this.mContainer = container;
  /packages/apps/Launcher2/res/layout/
qsb_bar.xml 21 <!-- Search buttons container -->
25 <!-- Drag specific targets container -->
  /packages/apps/Launcher2/src/com/android/launcher2/
ItemInfo.java 56 * The id of the container that holds this item. For the desktop, this will be
61 long container = NO_ID; field in class:ItemInfo
132 container = info.container;
169 values.put(LauncherSettings.Favorites.CONTAINER, container);
219 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfo.java 55 * The id of the container that holds this item. For the desktop, this will be
60 public long container = NO_ID; field in class:ItemInfo
143 container = info.container;
161 values.put(LauncherSettings.Favorites.CONTAINER, container);
195 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
  /packages/apps/Messaging/src/com/android/messaging/ui/
PagerViewHolder.java 28 * @return the destroyed View so that the adapter may remove it from the container, or
33 View getView(ViewGroup container);
  /packages/apps/Settings/src/com/android/settings/
AppListPreferenceWithSettings.java 38 ViewGroup container = (ViewGroup) mSettingsIcon.getParent(); local
39 container.setPaddingRelative(0, 0, 0, 0);
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrDialogFragment.java 33 public View onCreateView(LayoutInflater inflater, ViewGroup container,
35 View view = super.onCreateView(inflater, container, savedInstanceState);
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
common_interface_defs.h 65 // Annotate the current state of a contiguous container, such as
67 // A contiguous container is a container that keeps all of its elements
68 // in a contiguous region of memory. The container owns the region of memory
77 // container so that the tool can report errors when memory from [mid, end)
81 // state when the container is destroyed or when it reallocates the storage.
99 // Returns true if the contiguous container [beg, end) is properly poisoned
104 // such complexity by touching only parts of the container around beg/mid/end.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/
plexus-container-default-1.0-alpha-9-stable-1.pom 8 <artifactId>plexus-container-default</artifactId>
9 <name>Default Plexus Container</name>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_container_size.h 25 * @brief Diagnostics for container sizes.
41 /** @brief A container size instrumentation line in the object table. */
84 __message << "change initial container size from " << _M_init
104 // Call if a container is destructed or cleaned.
130 // Call if container is resized.
153 /** @brief A container size instrumentation line in the stack table. */
163 /** @brief Container size instrumentation trace producer. */
182 // Call at destruction/clean to set container final size.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_container_size.h 25 * @brief Diagnostics for container sizes.
41 /** @brief A container size instrumentation line in the object table. */
84 __message << "change initial container size from " << _M_init
104 // Call if a container is destructed or cleaned.
130 // Call if container is resized.
153 /** @brief A container size instrumentation line in the stack table. */
163 /** @brief Container size instrumentation trace producer. */
182 // Call at destruction/clean to set container final size.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_container_size.h 25 * @brief Diagnostics for container sizes.
41 /** @brief A container size instrumentation line in the object table. */
84 __message << "change initial container size from " << _M_init
104 // Call if a container is destructed or cleaned.
130 // Call if container is resized.
153 /** @brief A container size instrumentation line in the stack table. */
163 /** @brief Container size instrumentation trace producer. */
182 // Call at destruction/clean to set container final size.
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }

Completed in 1561 milliseconds

<<11121314151617181920>>