HomeSort by relevance Sort by last modified time
    Searched defs:idp (Results 1 - 21 of 21) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 54 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); local
56 Point paddingLand = idp.landscapeProfile.getTotalWorkspacePadding();
57 Point paddingPort = idp.portraitProfile.getTotalWorkspacePadding();
62 idp.landscapeProfile.widthPx - paddingLand.x,
63 idp.portraitProfile.widthPx - paddingPort.x),
64 idp.numColumns);
66 idp.landscapeProfile.heightPx - paddingLand.y,
67 idp.portraitProfile.heightPx - paddingPort.y),
68 idp.numRows);
Hotseat.java 89 InvariantDeviceProfile idp = mLauncher.getDeviceProfile().inv; local
91 mContent.setGridSize(1, idp.numHotseatIcons);
93 mContent.setGridSize(idp.numHotseatIcons, 1);
InstallShortcutReceiver.java 511 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); local
514 widgetInfo.spanX = Math.min(info.spanX, idp.numColumns);
515 widgetInfo.spanY = Math.min(info.spanY, idp.numRows);
LauncherProvider.java 527 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); local
528 int defaultLayout = idp.defaultLayoutId;
531 if (um.isDemoUser() && idp.demoModeLayoutId != 0) {
532 defaultLayout = idp.demoModeLayoutId;
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_crld.c 417 ISSUING_DIST_POINT *idp = NULL; local
422 idp = ISSUING_DIST_POINT_new();
423 if (!idp)
429 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
435 if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
438 if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
441 if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
444 if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
447 if (!set_reasons(&idp->onlysomereasons, val))
455 return idp;
493 ISSUING_DIST_POINT *idp = pidp; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsModel.java 85 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); local
91 .fromProviderInfo(context, widgetInfo), pm, idp));
152 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); local
166 if (minSpanX > idp.numColumns || minSpanY > idp.numRows) {
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
BaseModelUpdateTaskTestCase.java 67 public InvariantDeviceProfile idp; field in class:BaseModelUpdateTaskTestCase
97 idp = new InvariantDeviceProfile();
98 iconCache = new MyIconCache(targetContext, idp);
103 when(appState.getInvariantDeviceProfile()).thenReturn(idp);
200 public MyIconCache(Context context, InvariantDeviceProfile idp) {
201 super(context, idp);
  /external/iproute2/ip/
xfrm_policy.c 182 char *idp = NULL; local
202 if (idp) {
206 idp = *argv;
xfrm_state.c 312 char *idp = NULL; local
550 if (idp)
552 idp = *argv;
608 if (!idp) {
756 char *idp = NULL; local
795 if (idp)
797 idp = *argv;
812 if (!idp) {
1003 char *idp = NULL; local
1012 if (idp)
1139 char *idp = NULL; local
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
RecentsActivity.java 136 // In case we are reusing IDP, create a copy so that we dont conflict with Launcher
140 InvariantDeviceProfile idp = appState == null local
142 DeviceProfile dp = idp.getDeviceProfile(this);
WindowTransformSwipeHandler.java 572 InvariantDeviceProfile idp = appState == null ? local
574 DeviceProfile dp = idp.getDeviceProfile(mContext);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbContainerView.java 121 InvariantDeviceProfile idp = LauncherAppState.getIDP(activity); local
124 Rect size = AppWidgetResizeFrame.getWidgetSizeRanges(activity, idp.numColumns, 1, null);
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java 125 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); local
126 mFillResIconDpi = idp.fillResIconDpi;
127 mIconBitmapSize = idp.iconBitmapSize;
  /external/tcpdump/
print-icmp.c 448 register const struct id_rdiscovery *idp; local
484 idp = (const struct id_rdiscovery *)&dp->icmp_data;
486 ND_TCHECK(*idp);
488 ipaddr_string(ndo, &idp->ird_addr),
489 EXTRACT_32BITS(&idp->ird_pref));
491 ++idp;
print-isakmp.c 2203 const struct ikev2_id *idp; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 71 * If the complete CRL includes an issuing distribution point (IDP) CRL
74 * (i) If the distribution point name is present in the IDP CRL extension
76 * the names in the IDP matches one of the names in the DP. If the
77 * distribution point name is present in the IDP CRL extension and the
79 * names in the IDP matches one of the names in the cRLIssuer field of the
83 * (ii) If the onlyContainsUserCerts boolean is asserted in the IDP CRL
88 * (iii) If the onlyContainsCACerts boolean is asserted in the IDP CRL
107 IssuingDistributionPoint idp = null; local
110 idp = IssuingDistributionPoint.getInstance(CertPathValidatorUtilities.getExtensionValue(crl,
119 if (idp != null
291 ASN1Primitive idp = CertPathValidatorUtilities.getExtensionValue(crl, ISSUING_DISTRIBUTION_POINT); local
361 IssuingDistributionPoint idp = null; local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 873 float idp, dr; local
886 idp = 1.f/dp;
887 CV_CALL( accum = cvCreateMat( cvCeil(img->rows*idp)+2, cvCeil(img->cols*idp)+2, CV_32SC1 ));
931 x0 = cvRound((x*idp)*ONE) + ONE + (ONE/2);
932 y0 = cvRound((y*idp)*ONE) + ONE + (ONE/2);
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 427 ISSUING_DIST_POINT *idp; member in struct:X509_crl_st
428 /* Convenient breakdown of IDP */
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 327 milliseconds