Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1071 public static boolean isNavBarToRightEdge(int bottomInset, int rightInset) { in isNavBarToRightEdge() method
1080 return isNavBarToRightEdge(bottomInset, rightInset) ? rightInset in getNavBarSize()
1093 if (isNavBarToRightEdge(bottomInset, rightInset)) { in getNavigationBarRect()
1147 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()