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

  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionBarPolicy.java 57 final int heightDp = configuration.screenHeightDp;
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)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 104 final int heightDp = config.screenHeightDp;
106 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480)
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 511 const int heightDp = deFloorFloatToInt32(float(heightP) / dpScale);
516 (s_screenClasses[ndx].minHeightDp <= heightDp))
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityManagerTestBase.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 449 int heightDp = (int) Math.abs((y - mInitialTouchY) / displayDensity);
453 heightDp, velocityDp);
    [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 482 milliseconds