Searched refs:insetTop (Results 1 – 2 of 2) sorted by relevance
/external/setupdesign/main/src/com/google/android/setupdesign/util/ |
D | DrawableLayoutDirectionHelper.java | 35 Drawable drawable, int insetStart, int insetTop, int insetEnd, int insetBottom, View view) { in createRelativeInsetDrawable() argument 40 drawable, insetStart, insetTop, insetEnd, insetBottom, isRtl); in createRelativeInsetDrawable() 51 int insetTop, in createRelativeInsetDrawable() argument 61 drawable, insetStart, insetTop, insetEnd, insetBottom, isRtl); in createRelativeInsetDrawable() 73 int insetTop, in createRelativeInsetDrawable() argument 80 insetTop, in createRelativeInsetDrawable() 89 int insetTop, in createRelativeInsetDrawable() argument 94 return new InsetDrawable(drawable, insetEnd, insetTop, insetStart, insetBottom); in createRelativeInsetDrawable() 96 return new InsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom); in createRelativeInsetDrawable()
|
/external/setupcompat/main/java/com/google/android/setupcompat/view/ |
D | StatusBarBackgroundLayout.java | 71 final int insetTop = ((WindowInsets) lastInsets).getSystemWindowInsetTop(); in onDraw() local 72 if (insetTop > 0) { in onDraw() 73 statusBarBackground.setBounds(0, 0, getWidth(), insetTop); in onDraw()
|