Home
last modified time | relevance | path

Searched refs:heightDp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
DTestHelper.java207 int heightDp = activity.getIntent().getIntExtra(EXTRA_CARD_HEIGHT_DP, in initRowsAdapterBuilder() local
222 .configHeightDP(heightDp); in initRowsAdapterBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java481 int heightDp = (int) Math.abs((y - mInitialTouchY) / displayDensity); in endMotionEvent() local
485 heightDp, velocityDp); in endMotionEvent()