Searched refs:stacked (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | LinkProperties.java | 145 for (LinkProperties stacked: mStackedLinks.values()) { in getAllInterfaceNames() 146 interfaceNames.addAll(stacked.getAllInterfaceNames()); in getAllInterfaceNames() 178 for (LinkProperties stacked: mStackedLinks.values()) { in getAllAddresses() 179 addresses.addAll(stacked.getAllAddresses()); in getAllAddresses() 253 for (LinkProperties stacked: mStackedLinks.values()) { in getAllLinkAddresses() 254 addresses.addAll(stacked.getAllLinkAddresses()); in getAllLinkAddresses() 447 for (LinkProperties stacked: mStackedLinks.values()) { in getAllRoutes() 448 routes.addAll(stacked.getAllRoutes()); in getAllRoutes() 519 List<LinkProperties> stacked = new ArrayList<LinkProperties>(); in getStackedLinks() local 521 stacked.add(new LinkProperties(link)); in getStackedLinks() [all …]
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Nat464Xlat.java | 189 for (LinkProperties stacked: oldLp.getStackedLinks()) { in fixupLinkProperties() 190 if (mIface.equals(stacked.getInterfaceName())) { in fixupLinkProperties() 191 mNetwork.linkProperties.addStackedLink(stacked); in fixupLinkProperties() 199 LinkProperties stacked = new LinkProperties(); in makeLinkProperties() local 200 stacked.setInterfaceName(mIface); in makeLinkProperties() 211 stacked.addRoute(ipv4Default); in makeLinkProperties() 212 stacked.addLinkAddress(clatAddress); in makeLinkProperties() 213 return stacked; in makeLinkProperties()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | LinkPropertiesTest.java | 366 LinkProperties stacked = new LinkProperties(); in testAddressMethods() local 367 stacked.setInterfaceName("stacked"); in testAddressMethods() 368 lp.addStackedLink(stacked); in testAddressMethods() 369 stacked.addLinkAddress(LINKADDRV4); in testAddressMethods() 370 stacked.addLinkAddress(LINKADDRV6); in testAddressMethods() 371 assertTrue(stacked.hasIPv4Address()); in testAddressMethods() 372 assertTrue(stacked.hasGlobalIPv6Address()); in testAddressMethods()
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | linear.jd | 29 stacked one after the other, so a vertical list will only have one child per
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications_k.jd | 118 notification is stacked (see <em>Stacked notifications</em> below) and 175 <p>A stacked notification builds a summary description and allows the user to
|
D | notifications.jd | 237 summary view if the notification is stacked. If your app takes the
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | optimizing-layout.jd | 65 android.widget.ListView}. This layout shows a small bitmap image on the left and two stacked items
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | actionbar.jd | 895 <img src="{@docRoot}images/ui/actionbar-tabs-stacked@2x.png" width="240" alt="" /> 903 on a narrow screen they appear in a separate bar (known as the "stacked action bar", shown in 1274 <dd>Defines a drawable resource for the stacked action bar 1333 called, which might not include the stacked action bar (due to navigation tabs) if called during 1335 including the stacked action bar, see the <a href=
|
/frameworks/base/docs/html/guide/practices/ |
D | tablets-and-handsets.jd | 400 (this is known as the "stacked action bar"). If you must build a custom navigation mode or other 408 and the tabs appear in a separate row (the stacked action bar). On the tablet, more action items can
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 165 widget that shows the currently playing song artist and title (vertically stacked), a
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 4189 for (LinkProperties stacked : newNetwork.linkProperties.getStackedLinks()) { in rematchNetworkAndRequests() 4190 final String stackedIface = stacked.getInterfaceName(); in rematchNetworkAndRequests()
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 194 <li>Multiple notifications are stacked into a single notification
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 116 …/i> attribute. However, until the layout file is saved, they will appear stacked on top of each ot…
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1111 navigation tabs appear in a “stacked bar," which appears directly below the main action bar. You can 1144 drawable or color to the stacked bar and split bar, respectively. You can also set these styles at
|
D | jelly-bean.jd | 1270 …e of system activities. The data is represented as a group of vertically stacked time series graph…
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 821 stacked card view (kind of like a rolodex), where the user can flick the front
|