HomeSort by relevance Sort by last modified time
    Searched refs:stacked (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
ButtonBarLayout.java 78 private void setStacked(boolean stacked) {
79 if (mStacked == stacked) {
82 mStacked = stacked;
87 if (stacked) {
99 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
106 if (stacked) {
109 // the raised (right) button. When it's stacked, we want the buttons to be centered,
  /packages/apps/Settings/src/com/android/settings/graph/
BottomLabelLayout.java 52 // If we're not stacked, make sure the measure spec is AT_MOST rather
84 void setStacked(boolean stacked) {
85 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
86 setGravity(stacked ? Gravity.START : Gravity.BOTTOM);
90 spacer.setVisibility(stacked ? View.GONE : View.VISIBLE);
  /external/trappy/trappy/plotter/
BarPlot.py 60 :param stacked: The series are grouped by default. If you want a
61 stacked plot, set stacked to True.
62 :type stacked: bool
83 self._attr["stacked"] = False
87 stacked = self._attr["stacked"]
89 bars_in_group = 1 if stacked else len(series_list)
103 if not stacked:
115 if stacked
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ButtonBarLayout.java 66 // If we're not stacked, make sure the measure spec is AT_MOST rather
97 private void setStacked(boolean stacked) {
98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
99 setGravity(stacked ? Gravity.END : Gravity.BOTTOM);
103 spacer.setVisibility(stacked ? View.GONE : View.INVISIBLE);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 61 IDLE, // start() not called. Base iface and stacked iface names are null.
62 STARTING, // start() called. Base iface and stacked iface names are known.
63 RUNNING, // start() called, and the stacked iface is known to be up.
65 // the stacked interface.
104 * @return true if clatd has been started but the stacked interface is not yet up.
111 * @return true if clatd has been started and the stacked interface is up.
125 * Start clatd, register this Nat464Xlat as a network observer for the stacked interface,
147 * Enter running state just after getting confirmation that the stacked interface is up, and
173 * Unregister as a base observer for the stacked interface, and clear internal state.
228 * Copies the stacked clat link in oldLp, if any, to the LinkProperties in mNetwork
251 LinkProperties stacked = new LinkProperties(); local
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 64 // Stores the properties of links that are "stacked" above this link.
196 for (LinkProperties stacked: mStackedLinks.values()) {
197 interfaceNames.addAll(stacked.getAllInterfaceNames());
221 * Returns all the addresses on this link and all the links stacked above it.
229 for (LinkProperties stacked: mStackedLinks.values()) {
230 addresses.addAll(stacked.getAllAddresses());
298 * Returns all the addresses on this link and all the links stacked above it.
304 for (LinkProperties stacked: mStackedLinks.values()) {
305 addresses.addAll(stacked.getAllLinkAddresses());
517 * Returns all the routes on this link and all the links stacked above it
595 List<LinkProperties> stacked = new ArrayList<LinkProperties>(); local
651 String stacked = ""; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 36 /** Amount of the second button to "peek" above the fold when stacked. */
83 // If we're not stacked, make sure the measure spec is AT_MOST rather
113 // Compute minimum height such that, when stacked, some portion of the
152 private void setStacked(boolean stacked) {
153 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
154 setGravity(stacked ? Gravity.RIGHT : Gravity.BOTTOM);
158 spacer.setVisibility(stacked ? View.GONE : View.INVISIBLE);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ButtonBarLayout.java 41 /** Amount of the second button to "peek" above the fold when stacked. */
86 // If we're not stacked, make sure the measure spec is AT_MOST rather
119 // Compute minimum height such that, when stacked, some portion of the
158 private void setStacked(boolean stacked) {
159 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
160 setGravity(stacked ? Gravity.RIGHT : Gravity.BOTTOM);
164 spacer.setVisibility(stacked ? View.GONE : View.INVISIBLE);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
nostkreg.d 2 #name: ia64 not stacked registers
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 381 // Addresses on stacked links don't count.
382 LinkProperties stacked = new LinkProperties(); local
383 stacked.setInterfaceName("stacked");
384 lp.addStackedLink(stacked);
385 stacked.addLinkAddress(LINKADDRV4);
386 stacked.addLinkAddress(LINKADDRV6);
387 assertTrue(stacked.hasIPv4Address());
388 assertTrue(stacked.hasGlobalIPv6Address());
391 lp.removeStackedLink("stacked");
667 LinkProperties stacked = new LinkProperties(); local
    [all...]
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
OffloadControllerTest.java 330 final LinkProperties stacked = new LinkProperties(); local
331 stacked.setInterfaceName("stacked");
332 stacked.addLinkAddress(new LinkAddress("192.0.2.129/25"));
333 stacked.addRoute(new RouteInfo(InetAddress.getByName("192.0.2.254")));
334 stacked.addRoute(new RouteInfo(InetAddress.getByName("fe80::bad:f00")));
335 assertTrue(lp.addStackedLink(stacked));
    [all...]
  /external/lisa/libs/utils/analysis/
idle_analysis.py 288 r_pct.T.plot.barh(ax=axes, stacked=True, figsize=(16, yrange))
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.5.0/
chartlib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0/
chartlib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha1/
chartlib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha3/
chartlib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha5/
chartlib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha7/
chartlib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha9/
chartlib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta2/
chartlib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta5/
chartlib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta6/
chartlib-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta7/
chartlib-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-rc3/
chartlib-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0/
chartlib-25.1.0.jar 

Completed in 726 milliseconds

1 2 3