Searched refs:isNavBarToRightEdge (Results 1 – 1 of 1) sorted by relevance
1073 public static boolean isNavBarToRightEdge(int bottomInset, int rightInset) { in isNavBarToRightEdge() method1082 return isNavBarToRightEdge(bottomInset, rightInset) ? rightInset in getNavBarSize()1095 if (isNavBarToRightEdge(bottomInset, rightInset)) { in getNavigationBarRect()1149 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()