Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java60 private static final int DIRECTION_SHOW = 1; field in InsetsController
63 @IntDef ({DIRECTION_NONE, DIRECTION_SHOW, DIRECTION_HIDE})
258 if (mAnimationDirection == DIRECTION_SHOW) { in hide()