Home
last modified time | relevance | path

Searched defs:lp (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/aosp12/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
H A DNetworkInformationShim.java38 Uri getCaptivePortalApiUrl(@Nullable LinkProperties lp); in getCaptivePortalApiUrl()
43 void setCaptivePortalApiUrl(@NonNull LinkProperties lp, @Nullable Uri url); in setCaptivePortalApiUrl()
49 CaptivePortalDataShim getCaptivePortalData(@Nullable LinkProperties lp); in getCaptivePortalData()
55 IpPrefix getNat64Prefix(@NonNull LinkProperties lp); in getNat64Prefix()
60 void setNat64Prefix(@NonNull LinkProperties lp, @Nullable IpPrefix prefix); in setNat64Prefix()
72 LinkProperties makeSensitiveFieldsParcelingCopy(@NonNull LinkProperties lp); in makeSensitiveFieldsParcelingCopy()
77 void setDhcpServerAddress(@NonNull LinkProperties lp, @NonNull Inet4Address serverAddress); in setDhcpServerAddress()
84 void setCaptivePortalData(@NonNull LinkProperties lp, in setCaptivePortalData()
/aosp12/packages/modules/NetworkStack/apishim/29/com/android/networkstack/apishim/api29/
H A DNetworkInformationShimImpl.java70 public Uri getCaptivePortalApiUrl(@Nullable LinkProperties lp) { in getCaptivePortalApiUrl()
76 public void setCaptivePortalApiUrl(@NonNull LinkProperties lp, @Nullable Uri url) { in setCaptivePortalApiUrl()
82 public CaptivePortalDataShim getCaptivePortalData(@Nullable LinkProperties lp) { in getCaptivePortalData()
88 public IpPrefix getNat64Prefix(@NonNull LinkProperties lp) { in getNat64Prefix()
94 public void setNat64Prefix(@NonNull LinkProperties lp, @Nullable IpPrefix prefix) { in setNat64Prefix()
107 public LinkProperties makeSensitiveFieldsParcelingCopy(@NonNull final LinkProperties lp) { in makeSensitiveFieldsParcelingCopy()
112 public void setDhcpServerAddress(@NonNull LinkProperties lp, in setDhcpServerAddress()
122 public void setCaptivePortalData(@NonNull LinkProperties lp, in setCaptivePortalData()
/aosp12/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
H A DNetworkInformationShimImpl.java65 public Uri getCaptivePortalApiUrl(@Nullable LinkProperties lp) { in getCaptivePortalApiUrl()
71 public void setCaptivePortalApiUrl(@NonNull LinkProperties lp, @Nullable Uri url) { in setCaptivePortalApiUrl()
77 public CaptivePortalDataShim getCaptivePortalData(@Nullable LinkProperties lp) { in getCaptivePortalData()
84 public IpPrefix getNat64Prefix(@NonNull LinkProperties lp) { in getNat64Prefix()
89 public void setNat64Prefix(@NonNull LinkProperties lp, @Nullable IpPrefix prefix) { in setNat64Prefix()
102 public LinkProperties makeSensitiveFieldsParcelingCopy(@NonNull final LinkProperties lp) { in makeSensitiveFieldsParcelingCopy()
107 public void setDhcpServerAddress(@NonNull LinkProperties lp, in setDhcpServerAddress()
113 public void setCaptivePortalData(@NonNull LinkProperties lp, in setCaptivePortalData()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DLinkPropertiesTest.java109 private void checkEmpty(final LinkProperties lp) { in checkEmpty()
405 LinkProperties lp = new LinkProperties(); in testRouteInterfaces() local
543 LinkProperties lp = new LinkProperties(); in testAddressMethods() local
653 LinkProperties lp = new LinkProperties(); in testNat64Prefix() local
1047 LinkProperties lp = new LinkProperties(); in testConstructor() local
1112 final LinkProperties lp = makeTestObject(); in testTcpBufferSizes() local
1121 final LinkProperties lp = makeTestObject(); in testHasIpv6DefaultRoute() local
1130 final LinkProperties lp = makeTestObject(); in testHttpProxy() local
1136 final LinkProperties lp = makeTestObject(); in testPrivateDnsServerName() local
1145 final LinkProperties lp = makeTestObject(); in testUsePrivateDns() local
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiLayoutParams.java64 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) vp.getLayoutParams(); in setPagerProperties() local
71 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) v.getLayoutParams(); in setCategoryPageIdViewProperties() local
81 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) ll.getLayoutParams(); in setActionBarProperties() local
87 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) v.getLayoutParams(); in setKeyProperties() local
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java233 private void assertAllRoutesHaveInterface(String iface, LinkProperties lp) { in assertAllRoutesHaveInterface()
246 LinkProperties lp = new LinkProperties(); in testRouteInterfaces() local
345 private LinkAddress getFirstLinkAddress(LinkProperties lp) { in getFirstLinkAddress()
351 LinkProperties lp = new LinkProperties(); in testAddressMethods() local
428 LinkProperties lp = new LinkProperties(); in testSetLinkAddresses() local
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DSystemBarConfigsTest.java146 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarEnabled_returnsTopSystemBarLayoutParams() local
156 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarNotEnabled_returnsNull() local
187 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasHigherZOrderThanHuns_topSystemBarIsSystemBarPanelType() local
198 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasLowerZOrderThanHuns_topSystemBarIsStatusBarAdditionalType() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DDnsManagerTest.java166 LinkProperties lp = new LinkProperties(); in testTrackedValidationUpdates() local
243 LinkProperties lp = new LinkProperties(); in testIgnoreUntrackedValidationUpdates() local
351 final LinkProperties lp = new LinkProperties(); in testSendDnsConfiguration() local
407 LinkProperties lp = new LinkProperties(); in testGetPrivateDnsConfigForNetwork() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java85 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasure() local
109 LayoutParams lp = (LayoutParams) getChildAt(i).getLayoutParams(); in onMeasure() local
204 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onLayout() local
245 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in drawChild() local
277 protected LayoutParams generateLayoutParams(ViewGroup.LayoutParams lp) { in generateLayoutParams()
289 final ViewGroup.LayoutParams lp = view.getLayoutParams(); in isGone() local
335 MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams(); in getBaseline() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorColorBorderTabletUI.java93 LinearLayout lp = (LinearLayout) inflater.inflate( in EditorColorBorderTabletUI() local
110 private void setupCBSizeSeekBar(LinearLayout lp) { in setupCBSizeSeekBar()
130 private void setupCBCornerSizeSeekBar(LinearLayout lp) { in setupCBCornerSizeSeekBar()
150 private void setupColor(LinearLayout lp, Resources res) { in setupColor()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java80 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); in getChildAt() local
107 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); in setupLp() local
130 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); in measureChild() local
172 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); in onLayout() local
182 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); in layoutChild() local
251 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); in drawFolderLeaveBehindForIcon() local
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DTestNetworkManager.java75 @Nullable LinkProperties lp, in setupTestNetwork()
96 public void setupTestNetwork( in setupTestNetwork()
99 setupTestNetwork(lp.getInterfaceName(), lp, isMetered, new int[0], binder); in setupTestNetwork() local
/aosp12/frameworks/base/core/java/android/widget/
H A DLinearLayout.java454 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in drawDividersVertical() local
504 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in drawDividersHorizontal() local
815 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureVertical() local
969 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureVertical() local
1036 final LinearLayout.LayoutParams lp = in measureVertical() local
1158 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureHorizontal() local
1357 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureHorizontal() local
1456 final LinearLayout.LayoutParams lp = in measureHorizontal() local
1643 final LinearLayout.LayoutParams lp = in layoutVertical() local
1765 final LinearLayout.LayoutParams lp = in layoutHorizontal() local
[all …]
H A DActionMenuView.java167 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasure() local
224 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasureExactFormat() local
262 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasureExactFormat() local
288 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasureExactFormat() local
318 LayoutParams lp = (LayoutParams) getChildAt(0).getLayoutParams(); in onMeasureExactFormat() local
322 LayoutParams lp = ((LayoutParams) getChildAt(childCount - 1).getLayoutParams()); in onMeasureExactFormat() local
334 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasureExactFormat() local
370 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasureExactFormat() local
402 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureChildForCells() local
510 final LayoutParams lp = (LayoutParams) v.getLayoutParams(); in onLayout() local
[all …]
H A DToolbar.java1179 final LayoutParams lp = generateDefaultLayoutParams(); in ensureMenuView() local
1497 final LayoutParams lp = generateDefaultLayoutParams(); in ensureNavButtonView() local
1508 final LayoutParams lp = generateDefaultLayoutParams(); in ensureCollapseButtonView() local
1523 final LayoutParams lp; in addSystemView() local
1767 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasure() local
2045 final LayoutParams lp = (LayoutParams) v.getLayoutParams(); in getViewListMeasuredWidth() local
2059 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in layoutChildLeft() local
2072 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in layoutChildRight() local
2084 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in getChildTop() local
2235 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in removeChildrenForExpandedActionView() local
[all …]
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringInterfaceUtils.java47 final LinkProperties lp = ns.linkProperties; in getTetheringInterfaces() local
88 private static String getInterfaceForDestination(LinkProperties lp, InetAddress dst) { in getInterfaceForDestination()
H A DIPv6TetheringCoordinator.java163 final LinkProperties lp = getInterfaceIPv6LinkProperties(ipServer); in updateIPv6TetheringInterfaces() local
207 final LinkProperties lp = getIPv6OnlyLinkProperties( in getInterfaceIPv6LinkProperties() local
224 private static LinkProperties getIPv6OnlyLinkProperties(LinkProperties lp) { in getIPv6OnlyLinkProperties()
275 final LinkProperties lp = new LinkProperties(); in getUniqueLocalConfig() local
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java96 final LinearLayout.LayoutParams lp in horizontalButtonSlots() local
159 final ViewGroup.LayoutParams lp = new AbsListView.LayoutParams( in button() local
199 final ViewGroup.LayoutParams lp = new AbsListView.LayoutParams( in text() local
240 final AbsListView.LayoutParams lp = in doubleText() local
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDefaultNetworkMetrics.java127 boolean validated, LinkProperties lp, NetworkCapabilities nc, in logDefaultNetworkEvent()
136 LinkProperties lp, NetworkCapabilities nc) { in logCurrentDefaultNetwork()
161 LinkProperties lp, NetworkCapabilities nc) { in newDefaultNetwork()
178 private static void fillLinkInfo(DefaultNetworkEvent ev, Network network, LinkProperties lp, in fillLinkInfo()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DPrivateDnsPreferenceControllerTest.java149 private void updateLinkProperties(LinkProperties lp) { in updateLinkProperties()
223 LinkProperties lp = mock(LinkProperties.class); in getSummary_PrivateDnsModeOpportunistic() local
247 LinkProperties lp = mock(LinkProperties.class); in getSummary_PrivateDnsModeProviderHostname() local
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java94 LinkProperties lp = network.linkProperties; in requiresClat() local
101 public static boolean isRunningClat(LinkProperties lp) { in isRunningClat()
115 LinkProperties lp = network.linkProperties; in startClat() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DOutlineManager.java86 final WindowManager.LayoutParams lp = new WindowManager.LayoutParams( in inflate() local
131 WindowManager.LayoutParams lp = in setRootBounds() local
172 ViewGroup.MarginLayoutParams lp = in drawOutline() local
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNat464Xlat.java127 LinkProperties lp = nai.linkProperties; in requiresClat() local
149 LinkProperties lp = nai.linkProperties; in shouldStartClat() local
274 LinkProperties lp = new LinkProperties(mNetwork.linkProperties); in stop() local
396 public void fixupLinkProperties(@NonNull LinkProperties oldLp, @NonNull LinkProperties lp) { in fixupLinkProperties()
477 LinkProperties lp = new LinkProperties(mNetwork.linkProperties); in handleInterfaceLinkStateChanged() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java264 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasure() local
354 final LayoutParams lp = (LayoutParams) smartReplyButton.getLayoutParams(); in onMeasure() local
425 LayoutParams lp = (LayoutParams) child.getLayoutParams(); in dump() local
470 final LayoutParams lp = (LayoutParams) smartReplyButton.getLayoutParams(); in gotEnoughSmartReplies() local
487 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in filterActionsOrReplies() local
502 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in resetButtonsLayoutParams() local
603 final LayoutParams lp = (LayoutParams) button.getLayoutParams(); in squeezeButtonToTextWidth() local
620 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in remeasureButtonsIfNecessary() local
651 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in markButtonsWithPendingSqueezeStatusAs() local
668 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onLayout() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardHostViewControllerTest.java110 FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams( in testGravityReappliedOnConfigurationChange() local
137 FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams( in testGravityUsesOneHandGravityWhenApplicable() local

12345678910>>...15