Home
last modified time | relevance | path

Searched defs:insetTop (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java37 int insetStart, int insetTop, int insetEnd, int insetBottom, View view) { in createRelativeInsetDrawable()
50 int insetStart, int insetTop, int insetEnd, int insetBottom, Context context) { in createRelativeInsetDrawable()
68 int insetStart, int insetTop, int insetEnd, int insetBottom, int layoutDirection) { in createRelativeInsetDrawable()
74 int insetStart, int insetTop, int insetEnd, int insetBottom, boolean isRtl) { in createRelativeInsetDrawable()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStatusBarBackgroundLayout.java86 final int insetTop = ((WindowInsets) mLastInsets).getSystemWindowInsetTop(); in onDraw() local
/frameworks/support/design/src/android/support/design/widget/
DCollapsingToolbarLayout.java429 final int insetTop = mLastInsets.getSystemWindowInsetTop(); in onLayout() local
1082 final int insetTop = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in getScrimVisibleHeightTrigger() local
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java292 final int insetTop = logicalHeight / 5; in testLayoutNonfullscreenTask() local
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java98 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable()
DVectorDrawable.java693 final int insetTop = a.getDimensionPixelOffset( in updateStateFromTypedArray() local
1013 final int insetTop = Drawable.scaleFromDensity( in applyDensityScaling() local