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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java 842 if (shouldSetTopAlignedPivotForWidget(curPage)) {
892 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) {
893 return !isCameraPage(childIndex) && super.shouldSetTopAlignedPivotForWidget(childIndex);
    [all...]
PagedView.java 637 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 740 protected boolean shouldSetTopAlignedPivotForWidget(int childIndex) {
    [all...]

Completed in 4402 milliseconds