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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 169 int heightP = -1;
177 heightP = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, -1);
193 dataP = "Width: " + widthP + " Height: " + heightP;
205 dataP = "Width: " + widthP + " Height: " + heightP;
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 508 const int heightP = de::min(displayMetrics.widthPixels, displayMetrics.heightPixels);
511 const int heightDp = deFloorFloatToInt32(float(heightP) / dpScale);

Completed in 114 milliseconds