Home | History | Annotate | Download | only in launcher3

Lines Matching refs:diff

354         int diff = newConfig.diff(mOldConfig);
355 if ((diff & (CONFIG_ORIENTATION | CONFIG_SCREEN_SIZE)) != 0) {
2166 long diff = System.currentTimeMillis() - mDragController.getLastGestureUpTime();
2167 return diff > (NEW_APPS_ANIMATION_INACTIVE_TIMEOUT_SECONDS * 1000);