Searched refs:shouldSetTopAlignedPivotForWidget (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetPager.java787 if (shouldSetTopAlignedPivotForWidget(curPage)) {
816 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) { method in class:KeyguardWidgetPager
817 return !isCameraPage(childIndex) && super.shouldSetTopAlignedPivotForWidget(childIndex);
H A DPagedView.java582 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) { method in class:PagedView

Completed in 56 milliseconds