Home
last modified time | relevance | path

Searched refs:stacked (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/net/
DLinkProperties.java197 for (LinkProperties stacked: mStackedLinks.values()) { in getAllInterfaceNames()
198 interfaceNames.addAll(stacked.getAllInterfaceNames()); in getAllInterfaceNames()
230 for (LinkProperties stacked: mStackedLinks.values()) { in getAllAddresses()
231 addresses.addAll(stacked.getAllAddresses()); in getAllAddresses()
305 for (LinkProperties stacked: mStackedLinks.values()) { in getAllLinkAddresses()
306 addresses.addAll(stacked.getAllLinkAddresses()); in getAllLinkAddresses()
513 for (LinkProperties stacked: mStackedLinks.values()) { in getAllRoutes()
514 routes.addAll(stacked.getAllRoutes()); in getAllRoutes()
585 List<LinkProperties> stacked = new ArrayList<LinkProperties>(); in getStackedLinks() local
587 stacked.add(new LinkProperties(link)); in getStackedLinks()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DNat464Xlat.java192 for (LinkProperties stacked: oldLp.getStackedLinks()) { in fixupLinkProperties()
193 if (mIface.equals(stacked.getInterfaceName())) { in fixupLinkProperties()
194 mNetwork.linkProperties.addStackedLink(stacked); in fixupLinkProperties()
202 LinkProperties stacked = new LinkProperties(); in makeLinkProperties() local
203 stacked.setInterfaceName(mIface); in makeLinkProperties()
214 stacked.addRoute(ipv4Default); in makeLinkProperties()
215 stacked.addLinkAddress(clatAddress); in makeLinkProperties()
216 return stacked; in makeLinkProperties()
/frameworks/base/core/java/com/android/internal/widget/
DButtonBarLayout.java152 private void setStacked(boolean stacked) { in setStacked() argument
153 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
154 setGravity(stacked ? Gravity.RIGHT : Gravity.BOTTOM); in setStacked()
158 spacer.setVisibility(stacked ? View.GONE : View.INVISIBLE); in setStacked()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DButtonBarLayout.java121 private void setStacked(boolean stacked) { in setStacked() argument
122 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
123 setGravity(stacked ? Gravity.RIGHT : Gravity.BOTTOM); in setStacked()
126 spacer.setVisibility(stacked ? View.GONE : View.INVISIBLE); in setStacked()
/frameworks/base/core/tests/coretests/src/android/net/
DLinkPropertiesTest.java377 LinkProperties stacked = new LinkProperties(); in testAddressMethods() local
378 stacked.setInterfaceName("stacked"); in testAddressMethods()
379 lp.addStackedLink(stacked); in testAddressMethods()
380 stacked.addLinkAddress(LINKADDRV4); in testAddressMethods()
381 stacked.addLinkAddress(LINKADDRV6); in testAddressMethods()
382 assertTrue(stacked.hasIPv4Address()); in testAddressMethods()
383 assertTrue(stacked.hasGlobalIPv6Address()); in testAddressMethods()
662 LinkProperties stacked = new LinkProperties(); in testIsReachable() local
665 stacked.setInterfaceName("v4-test0"); in testIsReachable()
666 v6lp.addStackedLink(stacked); in testIsReachable()
[all …]
/frameworks/base/docs/html/topic/performance/rendering/
Doverdraw.jd44 in a single frame of rendering. For example, if we have a bunch of stacked UI
50 in the stack. This is because stacked cards are rendered according to the
162 especially in scenarios where each stacked view object is opaque, requiring the
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlinear.jd29 stacked one after the other, so a vertical list will only have one child per
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd119 notification is stacked (see <em>Stacked notifications</em> below) and
176 <p>A stacked notification builds a summary description and allows the user to
/frameworks/base/docs/html/training/improving-layouts/
Doptimizing-layout.jd65 android.widget.ListView}. This layout shows a small bitmap image on the left and two stacked items
/frameworks/base/docs/html/guide/practices/
Dtablets-and-handsets.jd400 (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/
Dwidget_design.jd165 widget that shows the currently playing song artist and title (vertically stacked), a
/frameworks/base/docs/html/wear/preview/features/
Dnotifications.jd217 <p>Additional content pages are stacked vertically in the expanded notification
/frameworks/base/docs/html/training/testing/
Dperformance.jd386 application, and graphing the data as stacked bars.
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd194 <li>Multiple notifications are stacked into a single notification
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5073 for (LinkProperties stacked : newNetwork.linkProperties.getStackedLinks()) { in rematchNetworkAndRequests()
5074 final String stackedIface = stacked.getInterfaceName(); in rematchNetworkAndRequests()
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd116 …/i> attribute. However, until the layout file is saved, they will appear stacked on top of each ot…
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1111 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
Djelly-bean.jd1270 …e of system activities. The data is represented as a group of vertically stacked time series graph…
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd748 stacked card view (kind of like a rolodex), where the user can flick the front