Home
last modified time | relevance | path

Searched refs:insetTop (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerFragment.java300 private void applyTopInset(int insetTop) { in applyTopInset() argument
302 mScrimDrawable.setIntrinsicHeight(insetTop); in applyTopInset()
304 insetTop, mDrawerListView.getPaddingRight(), in applyTopInset() local
321 final int insetTop = insets.getSystemWindowInsetTop(); in onApplyWindowInsets() local
322 applyTopInset(insetTop); in onApplyWindowInsets()
/packages/apps/UnifiedEmail/src/com/android/mail/graphics/
DPageMarginDrawable.java34 public PageMarginDrawable(Drawable drawable, int insetLeft, int insetTop, in PageMarginDrawable() argument
36 super(drawable, insetLeft, insetTop, insetRight, insetBottom); in PageMarginDrawable()
/packages/apps/Messaging/src/com/android/messaging/ui/
DPlaceholderInsetDrawable.java56 final int insetTop, final int insetRight, final int insetBottom, in PlaceholderInsetDrawable() argument
58 super(drawable, insetLeft, insetTop, insetRight, insetBottom); in PlaceholderInsetDrawable()