Searched refs:taskbar (Results 1 – 4 of 4) sorted by relevance
456 final InsetsSource taskbar = new InsetsSource(InsetsState.ITYPE_EXTRA_NAVIGATION_BAR); in testGetCropBoundsIfNeeded_noCrop() local457 final WindowState mainWindow = mockForGetCropBoundsAndRoundedCorners(taskbar); in testGetCropBoundsIfNeeded_noCrop()460 taskbar.setFrame(TASKBAR_COLLAPSED_BOUNDS); in testGetCropBoundsIfNeeded_noCrop()476 final InsetsSource taskbar = new InsetsSource(InsetsState.ITYPE_EXTRA_NAVIGATION_BAR); in testGetCropBoundsIfNeeded_appliesCrop() local477 final WindowState mainWindow = mockForGetCropBoundsAndRoundedCorners(taskbar); in testGetCropBoundsIfNeeded_appliesCrop()480 taskbar.setFrame(TASKBAR_EXPANDED_BOUNDS); in testGetCropBoundsIfNeeded_appliesCrop()497 final InsetsSource taskbar = new InsetsSource(InsetsState.ITYPE_EXTRA_NAVIGATION_BAR); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling() local498 final WindowState mainWindow = mockForGetCropBoundsAndRoundedCorners(taskbar); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling()502 taskbar.setFrame(TASKBAR_EXPANDED_BOUNDS); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling()587 private WindowState mockForGetCropBoundsAndRoundedCorners(@Nullable InsetsSource taskbar) { in mockForGetCropBoundsAndRoundedCorners() argument[all …]
76 taplInstrumentation.launchedAppState.taskbar in <lambda>()
73 taplInstrumentation.launchedAppState.taskbar in <lambda>()
1329 final InsetsSource taskbar = mainWindow.getInsetsState().peekSource( in getExpandedTaskbarOrNull() local1331 if (taskbar != null && taskbar.isVisible() in getExpandedTaskbarOrNull()1332 && taskbar.getFrame().height() >= mExpandedTaskBarHeight) { in getExpandedTaskbarOrNull()1333 return taskbar; in getExpandedTaskbarOrNull()