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