Searched refs:getHeaderProtectionHeight (Results 1 – 3 of 3) sorted by relevance
291 when(mAllApps.getHeaderProtectionHeight()).thenReturn(HEADER_PROTECTION_HEIGHT); in scrollForViewToBeVisibleInContainer_withHeader()326 when(mAllApps.getHeaderProtectionHeight()).thenReturn(HEADER_PROTECTION_HEIGHT); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()362 when(mAllApps.getHeaderProtectionHeight()).thenReturn(HEADER_PROTECTION_HEIGHT); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()394 when(mAllApps.getHeaderProtectionHeight()).thenReturn(HEADER_PROTECTION_HEIGHT); in scrollForViewToBeVisibleInContainer_withNoHeader()
495 - mAllApps.getHeaderProtectionHeight()) / allAppsCellHeight) in scrollForHeaderToBeVisibleInContainer()
1478 float getHeaderProtectionHeight() { in getHeaderProtectionHeight() method in ActivityAllAppsContainerView