HomeSort by relevance Sort by last modified time
    Searched refs:shouldSetTopAlignedPivotForWidget (Results 1 - 2 of 2) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 824 if (shouldSetTopAlignedPivotForWidget(curPage)) {
874 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) {
875 return !isCameraPage(childIndex) && super.shouldSetTopAlignedPivotForWidget(childIndex);
    [all...]
PagedView.java 582 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) {
    [all...]

Completed in 25 milliseconds