Searched refs:getSearchBarBounds (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | RecentsConfiguration.java | 353 getSearchBarBounds(windowWidth, windowHeight, topInset, searchBarBounds); in getTaskStackBounds() 367 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, in getSearchBarBounds() method in RecentsConfiguration
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | RecentsView.java | 261 … mConfig.getSearchBarBounds(width, height, mConfig.systemInsets.top, searchBarSpaceBounds); in onMeasure() 295 mConfig.getSearchBarBounds(getMeasuredWidth(), getMeasuredHeight(), in onLayout()
|