Searched refs:isNavBarToLeftEdge (Results 1 – 1 of 1) sorted by relevance
1075 public static boolean isNavBarToLeftEdge(int bottomInset, int leftInset) { in isNavBarToLeftEdge() method1081 : isNavBarToLeftEdge(bottomInset, leftInset) ? leftInset : bottomInset; in getNavBarSize()1095 } else if (isNavBarToLeftEdge(bottomInset, leftInset)) { in getNavigationBarRect()1148 boolean navBarToLeftEdge = isNavBarToLeftEdge(mLastBottomInset, mLastLeftInset); in updateColorViews()