Home
last modified time | relevance | path

Searched refs:setTopControlsHeight (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/fullscreen/
H A DBrowserControlsManagerUnitTest.java120 mBrowserControlsManager.setTopControlsHeight(topControlsHeight, topControlsMinHeight); in testListenersNotifiedOfTopControlsHeightChange()
133 mBrowserControlsManager.setTopControlsHeight(topControlsHeight, topControlsMinHeight); in testBrowserDrivenHeightIncreaseAnimation()
165 mBrowserControlsManager.setTopControlsHeight( in testBrowserDrivenHeightDecreaseAnimation()
169 mBrowserControlsManager.setTopControlsHeight(TOOLBAR_HEIGHT, 0); in testBrowserDrivenHeightDecreaseAnimation()
203 mBrowserControlsManager.setTopControlsHeight( in testChangeTopHeightWithoutAnimation_Browser()
216 mBrowserControlsManager.setTopControlsHeight(TOOLBAR_HEIGHT, 0); in testChangeTopHeightWithoutAnimation_Browser()
235 mBrowserControlsManager.setTopControlsHeight( in testChangeTopHeightWithoutAnimation_Native()
260 mBrowserControlsManager.setTopControlsHeight(TOOLBAR_HEIGHT, 0); in testChangeTopHeightWithoutAnimation_Native()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browser_controls/android/java/src/org/chromium/chrome/browser/browser_controls/
H A DBrowserControlsSizer.java19 void setTopControlsHeight(int topControlsHeight, int topControlsMinHeight); in setTopControlsHeight() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/compositor/
H A DCompositorViewHolderUnitTest.java140 mBrowserControlsManager.setTopControlsHeight(topHeight, topMinHeight); in testControlsResizeViewChanges()
191 mBrowserControlsManager.setTopControlsHeight(topHeight, topMinHeight); in testControlsResizeViewChangesWithMinHeight()
242 mBrowserControlsManager.setTopControlsHeight(topHeight, topMinHeight); in testControlsResizeViewWhenControlsAreNotIdle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/fullscreen/
H A DBrowserControlsManager.java324 public void setTopControlsHeight(int topControlsHeight, int topControlsMinHeight) { in setTopControlsHeight() method in BrowserControlsManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tabbed_mode/
H A DTabbedRootUiCoordinator.java386 browserControlsSizer.setTopControlsHeight(topControlsNewHeight, indicatorHeight); in initStatusIndicatorCoordinator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/ui/android/
H A Dbrowser_controls.md73 - `BrowserControlsSizer#setTopControlsHeight()` (Implemented in BrowserControlsManager.java)