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

  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionBarPolicy.java 56 final int widthDp = configuration.screenWidthDp;
60 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720)
61 || (widthDp > 720 && heightDp > 960)) {
64 } else if (widthDp >= 500 || (widthDp > 640 && heightDp > 480)
65 || (widthDp > 480 && heightDp > 640)) {
68 } else if (widthDp >= 360) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 103 final int widthDp = config.screenWidthDp;
106 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480)
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale);
515 if ((s_screenClasses[ndx].minWidthDp <= widthDp) &&
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityManagerTestBase.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 916 milliseconds