Searched refs:otherGrav (Results 1 – 1 of 1) sorted by relevance
2111 final int otherGrav = mAbsGravity == Gravity.LEFT ? Gravity.RIGHT : Gravity.LEFT; in closeOtherDrawer() local2112 final View toClose = findDrawerWithGravity(otherGrav); in closeOtherDrawer()