Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DDrawerArrowDrawable.java125 private int mDirection = ARROW_DIRECTION_START; field in DrawerArrowDrawable
279 if (direction != mDirection) { in setDirection()
280 mDirection = direction; in setDirection()
313 return mDirection; in getDirection()
331 switch (mDirection) { in draw()