HomeSort by relevance Sort by last modified time
    Searched refs:widthP (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 168 int widthP = -1;
176 widthP = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, -1);
193 dataP = "Width: " + widthP + " Height: " + heightP;
205 dataP = "Width: " + widthP + " Height: " + heightP;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECAlgorithms.java 265 int widthP = Math.max(2, Math.min(16, WNafUtil.getWindowSize(k.bitLength())));
268 WNafPreCompInfo infoP = WNafUtil.precompute(P, widthP, true);
276 byte[] wnafP = WNafUtil.generateWindowNaf(widthP, k);
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 507 const int widthP = de::max(displayMetrics.widthPixels, displayMetrics.heightPixels);
510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale);
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 242 milliseconds