Searched refs:heightDp (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
D | TestHelper.java | 207 int heightDp = activity.getIntent().getIntExtra(EXTRA_CARD_HEIGHT_DP, in initRowsAdapterBuilder() local 222 .configHeightDP(heightDp); in initRowsAdapterBuilder()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTaskManager.java | 267 int heightDp = (int) (dm.heightPixels / dm.density); in supportsSplitScreenMultiWindow() local 268 if (Math.max(widthDp, heightDp) < DEFAULT_MINIMAL_SPLIT_SCREEN_DISPLAY_SIZE_DP) { in supportsSplitScreenMultiWindow()
|
D | Notification.java | 13346 public void setRightIconState(boolean visible, float widthDp, float heightDp, in setRightIconState() argument 13350 mRightIconHeightDp = heightDp; in setRightIconState()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 1375 private void switchToScreenSize(int widthDp, int heightDp) { in switchToScreenSize() argument 1383 when(windowMetrics.getBounds()).thenReturn(new Rect(0, 0, widthDp, heightDp)); in switchToScreenSize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 3864 int heightDp = (int) Math.abs((y - mInitialExpandY) / displayDensity); 3866 mLockscreenGestureLogger.write(MetricsEvent.ACTION_LS_UNLOCK, heightDp, velocityDp);
|