HomeSort by relevance Sort by last modified time
    Searched refs:widthDp (Results 1 - 5 of 5) 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;
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
AppConfigurationTests.java     [all...]
MultiDisplayPolicyTests.java 191 assertTrue(updatedSize.widthDp <= initialSize.widthDp);
    [all...]
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
CommandSession.java     [all...]
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale);
515 if ((s_screenClasses[ndx].minWidthDp <= widthDp) &&

Completed in 240 milliseconds