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

  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java 95 void offsetWindowCenterTo(int activeIndex, boolean allowAnimations) {
96 if (activeIndex < 0) {
102 int windowStart = Math.max(0, activeIndex - hWindowSize);
131 if (i == activeIndex) {
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.cpp 464 int activeIndex = fActive->fDrawIndex + index;
469 SkOperand* saveOperand = fActive->fSaveRestore[activeIndex];
471 info->setValue(target, fActive->fSaveRestore[activeIndex], count);
477 scriptValue.fOperand = fActive->fSaveRestore[activeIndex][0];
480 SkOperand* save = fActive->fSaveRestore[activeIndex];
749 int activeIndex = fActive->fDrawIndex + index;
751 if (fActive->fSaveRestore[activeIndex] == NULL) {
752 fActive->fSaveRestore[activeIndex] = new SkOperand[count];
756 memcpy(last.begin(), fActive->fSaveRestore[activeIndex], count * sizeof(SkOperand));
759 info->getValue(target, fActive->fSaveRestore[activeIndex], count)
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 464 int activeIndex = fActive->fDrawIndex + index;
469 SkOperand* saveOperand = fActive->fSaveRestore[activeIndex];
471 info->setValue(target, fActive->fSaveRestore[activeIndex], count);
477 scriptValue.fOperand = fActive->fSaveRestore[activeIndex][0];
480 SkOperand* save = fActive->fSaveRestore[activeIndex];
749 int activeIndex = fActive->fDrawIndex + index;
751 if (fActive->fSaveRestore[activeIndex] == NULL) {
752 fActive->fSaveRestore[activeIndex] = new SkOperand[count];
756 memcpy(last.begin(), fActive->fSaveRestore[activeIndex], count * sizeof(SkOperand));
759 info->getValue(target, fActive->fSaveRestore[activeIndex], count)
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 667 int activeIndex;
669 activeIndex = (swipeGestureType == GESTURE_SLIDE_DOWN) ? 0 : 1;
671 activeIndex = (swipeGestureType == GESTURE_SLIDE_DOWN) ? 1 : 0;
684 } else if (mCurrentWindowStartUnbounded + activeIndex == -1 || beginningOfStack) {
685 activeIndex++;
687 } else if (mCurrentWindowStartUnbounded + activeIndex == adapterCount - 1 || endOfStack) {
695 View v = getViewAtRelativeIndex(activeIndex);
    [all...]
ListPopupWindow.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 429 milliseconds