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

  /cts/tests/tests/theme/src/android/theme/cts/
WatchPercentageScreenDimenTest.java 103 float widthDp = mDisplayMetrics.widthPixels / mDisplayMetrics.density;
104 return (widthDp - (float) Math.floor(widthDp)) / widthDp;
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale);
515 if ((s_screenClasses[ndx].minWidthDp <= widthDp) &&

Completed in 229 milliseconds