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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java842 if (shouldSetTopAlignedPivotForWidget(curPage)) {
892 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) { method in class:KeyguardWidgetPager
893 return !isCameraPage(childIndex) && super.shouldSetTopAlignedPivotForWidget(childIndex);
H A DPagedView.java618 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) { method in class:PagedView

Completed in 161 milliseconds