Searched refs:insetTop (Results 1 – 2 of 2) sorted by relevance
300 private void applyTopInset(int insetTop) { in applyTopInset() argument302 mScrimDrawable.setIntrinsicHeight(insetTop); in applyTopInset()304 insetTop, mDrawerListView.getPaddingRight(), in applyTopInset() local321 final int insetTop = insets.getSystemWindowInsetTop(); in onApplyWindowInsets() local322 applyTopInset(insetTop); in onApplyWindowInsets()
56 final int insetTop, final int insetRight, final int insetBottom, in PlaceholderInsetDrawable() argument58 super(drawable, insetLeft, insetTop, insetRight, insetBottom); in PlaceholderInsetDrawable()