Home
last modified time | relevance | path

Searched defs:windowWidth (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/pagination/
DPageMeasurementHelper.java95 public boolean handleWindowSizeChange(int windowWidth, int windowHeight) { in handleWindowSizeChange()
218 int windowWidth, int windowHeight) { in PageDimensions()
DPaginationController.java48 private void maybeHandleWindowResize(int windowWidth, int windowHeight) { in maybeHandleWindowResize()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/recents/view/
DRecentsRecyclerView.java184 int calculateFirstItemPadding(@Px int windowWidth) { in calculateFirstItemPadding()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackOverlayFragment.java320 public void onWindowSizeChanged(final int windowWidth, final int windowHeight) { in onWindowSizeChanged()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/recents/
DRecentTasksViewModel.java103 public void init(int displayId, int windowWidth, int windowHeight, @NonNull Rect windowInsets, in init()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java165 public void onConfigurationChanged(final int windowWidth, final int windowHeight) { in onConfigurationChanged()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.java431 int windowWidth = mActivity.getDeviceProfile().widthPx; in onMeasure() local