/packages/apps/Launcher2/res/xml/ |
update_workspace.xml | 24 launcher:container="-101" 31 launcher:container="-101" 38 launcher:container="-101" 45 launcher:container="-101"
|
/packages/apps/Launcher3/res/xml/ |
dw_phone_hotseat.xml | 21 launcher:container="-101" 31 launcher:container="-101" 45 launcher:container="-101" 55 launcher:container="-101"
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
UiDeviceAsserts.java | 85 * Navigates through the focus items in a container returning the container child that has a 98 * @param container contains children to navigate over. 103 public static UiObject2 assertNavigateTo(UiDevice uiDevice, UiObject2 container, 112 boolean result = container.wait(untilHasFocusedDescendant, 118 UiObject2Asserts.assertWaitForCondition(container, untilHasFocusedDescendant); 121 for (UiObject2 c : container.getChildren()) { 128 Assert.fail("No focused item found in container " + container);
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
RecordUtils.java | 78 // Build a container to hold the multiple entries 79 LinearLayout container = new LinearLayout(activity); local 80 container.setOrientation(LinearLayout.VERTICAL); 81 container.setLayoutParams(new LayoutParams( 90 if (container.getChildCount() > 0) { 91 inflater.inflate(R.layout.tag_divider, container); 95 container.addView(buildActivityView(activity, resolveInfo, pm, inflater, container, 98 return container;
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/2.0.2/ |
maven-artifact-2.0.2.pom | 19 <artifactId>plexus-container-default</artifactId>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/2.0.5/ |
maven-artifact-2.0.5.pom | 18 <artifactId>plexus-container-default</artifactId>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ImportInsteadPage.java | 34 Composite container = new Composite(parent, SWT.NULL); local 35 setControl(container); 36 container.setLayout(new GridLayout(1, false)); 38 CLabel label = new CLabel(container, SWT.NONE);
|
/frameworks/support/design/res/values/ |
attrs.xml | 146 <!-- Push object to the top of its container, not changing its size. --> 148 <!-- Push object to the bottom of its container, not changing its size. --> 150 <!-- Push object to the left of its container, not changing its size. --> 152 <!-- Push object to the right of its container, not changing its size. --> 154 <!-- Place object in the vertical center of its container, not changing its size. --> 156 <!-- Grow the vertical size of the object if needed so it completely fills its container. --> 158 <!-- Place object in the horizontal center of its container, not changing its size. --> 160 <!-- Grow the horizontal size of the object if needed so it completely fills its container. --> 162 <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. --> 164 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -- [all...] |
/prebuilts/sdk/current/support/design/res/values/ |
attrs.xml | 146 <!-- Push object to the top of its container, not changing its size. --> 148 <!-- Push object to the bottom of its container, not changing its size. --> 150 <!-- Push object to the left of its container, not changing its size. --> 152 <!-- Push object to the right of its container, not changing its size. --> 154 <!-- Place object in the vertical center of its container, not changing its size. --> 156 <!-- Grow the vertical size of the object if needed so it completely fills its container. --> 158 <!-- Place object in the horizontal center of its container, not changing its size. --> 160 <!-- Grow the horizontal size of the object if needed so it completely fills its container. --> 162 <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. --> 164 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -- [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
chart-tooltip.html | 25 #container { 37 <div id="container"> 138 // content's container. 148 // We're going to call 'open' tooltip and hide it's container on 152 this.$.container.hidden = true; 175 * e.g. by chart-container when an alert is triaged. 188 * Fires a 'triaged' event, which should be caught in chart-container. 202 this.$.container.hidden = false; 212 this.$.container.hidden = true; 218 this.$.container.style.top = top + 'px' [all...] |
/frameworks/base/core/java/android/widget/ |
DayPickerPagerAdapter.java | 189 return view == holder.container; 213 public Object instantiateItem(ViewGroup container, int position) { 214 final View itemView = mInflater.inflate(mLayoutResId, container, false); 266 container.addView(itemView); 272 public void destroyItem(ViewGroup container, int position, Object object) { 274 container.removeView(holder.container); 317 public final View container; field in class:DayPickerPagerAdapter.ViewHolder 320 public ViewHolder(int position, View container, SimpleMonthView calendar) { 322 this.container = container [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_iterator.h | 394 * These are output iterators, constructed from a container-of-T. 395 * Assigning a T to the iterator appends it to the container using 406 _Container* container; member in class:back_insert_iterator 409 /// A nested typedef for the type of whatever container you used. 412 /// The only way to create this %iterator is with a container. 414 back_insert_iterator(_Container& __x) : container(&__x) { } 419 * reference-to-const T for container<T>. 423 * container (you can think of the position as being permanently at 425 * always append the value to the end of the container. 431 container->push_back(__value) 497 _Container* container; member in class:front_insert_iterator 591 _Container* container; member in class:insert_iterator [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_iterator.h | 394 * These are output iterators, constructed from a container-of-T. 395 * Assigning a T to the iterator appends it to the container using 406 _Container* container; member in class:back_insert_iterator 409 /// A nested typedef for the type of whatever container you used. 412 /// The only way to create this %iterator is with a container. 414 back_insert_iterator(_Container& __x) : container(&__x) { } 419 * reference-to-const T for container<T>. 423 * container (you can think of the position as being permanently at 425 * always append the value to the end of the container. 431 container->push_back(__value) 497 _Container* container; member in class:front_insert_iterator 591 _Container* container; member in class:insert_iterator [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_iterator.h | 394 * These are output iterators, constructed from a container-of-T. 395 * Assigning a T to the iterator appends it to the container using 406 _Container* container; member in class:back_insert_iterator 409 /// A nested typedef for the type of whatever container you used. 412 /// The only way to create this %iterator is with a container. 414 back_insert_iterator(_Container& __x) : container(&__x) { } 419 * reference-to-const T for container<T>. 423 * container (you can think of the position as being permanently at 425 * always append the value to the end of the container. 431 container->push_back(__value) 497 _Container* container; member in class:front_insert_iterator 591 _Container* container; member in class:insert_iterator [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_iterator.h | 395 * These are output iterators, constructed from a container-of-T. 396 * Assigning a T to the iterator appends it to the container using 407 _Container* container; member in class:back_insert_iterator 410 /// A nested typedef for the type of whatever container you used. 413 /// The only way to create this %iterator is with a container. 415 back_insert_iterator(_Container& __x) : container(&__x) { } 420 * reference-to-const T for container<T>. 424 * container (you can think of the position as being permanently at 426 * always append the value to the end of the container. 432 container->push_back(__value) 498 _Container* container; member in class:front_insert_iterator 592 _Container* container; member in class:insert_iterator [all...] |
/cts/tests/fragment/src/android/fragment/cts/ |
StrictViewFragment.java | 29 public View onCreateView(LayoutInflater inflater, ViewGroup container, 33 final View result = inflater.inflate(R.layout.strict_view_fragment, container, false);
|
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
MainActivity.java | 45 .replace(R.id.container, SetupProfileFragment.newInstance()) 51 .add(R.id.container, BasicManagedProfileFragment.newInstance())
|
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/ |
AssetFragment.java | 39 public View onCreateView(LayoutInflater inflater, ViewGroup container, 41 View view = inflater.inflate(R.layout.asset_fragment, container, false);
|
DiscoveryFragment.java | 35 public View onCreateView(LayoutInflater inflater, ViewGroup container, 37 return inflater.inflate(R.layout.discovery_fragment, container, false);
|
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/ |
InstructionFragment.java | 40 public View onCreateView(LayoutInflater inflater, ViewGroup container, 42 return inflater.inflate(R.layout.fragment_instruction, container, false);
|
/developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/ |
CustomFragment.java | 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, 30 return inflater.inflate(R.layout.custom_fragment, container, false);
|
/developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/ |
SettingsFragment.java | 35 public View onCreateView(LayoutInflater inflater, ViewGroup container, 37 View view = inflater.inflate(R.layout.setting_layout, container, false);
|
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
MainActivity.java | 45 .replace(R.id.container, SetupProfileFragment.newInstance()) 51 .add(R.id.container, BasicManagedProfileFragment.newInstance())
|
/developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/ |
InstructionFragment.java | 40 public View onCreateView(LayoutInflater inflater, ViewGroup container, 42 return inflater.inflate(R.layout.fragment_instruction, container, false);
|
/developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/ |
AssetFragment.java | 39 public View onCreateView(LayoutInflater inflater, ViewGroup container, 41 View view = inflater.inflate(R.layout.asset_fragment, container, false);
|