Searched defs:topInset (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java350 public void getTaskStackBounds(int windowWidth, int windowHeight, int topInset, int rightInset, argument
353 getSearchBarBounds(windowWidth, windowHeight, topInset, searchBarBounds);
356 taskStackBounds.set(0, topInset, windowWidth - rightInset, windowHeight);
367 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, argument
377 searchBarSpaceBounds.set(0, topInset, searchBarSize, windowHeight);
380 searchBarSpaceBounds.set(0, topInset, windowWidth, topInset + searchBarSize);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java151 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { argument
153 mTopInset = topInset;

Completed in 306 milliseconds