Searched defs:topInset (Results 1 – 5 of 5) sorted by relevance
323 public void getAvailableTaskStackBounds(int windowWidth, int windowHeight, int topInset, in getAvailableTaskStackBounds()338 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, in getSearchBarBounds()
263 final int topInset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in draw() local
419 final int topInset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in getMinimumHeightForVisibleOverlappingContent() local
337 int topInset = 0; in onMeasure() local
183 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets()