Searched defs:bottomInset (Results 1 – 3 of 3) sorted by relevance
229 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
338 int bottomInset = 0; in onMeasure() local
183 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets()