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

  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 71 int screenCount = 1;
73 while (h > screenCount * fitPageHeight) {
74 FX_FLOAT tempPageHeight = screenCount * fitPageHeight;
88 FX_FLOAT spaceh = screenCount * fitPageHeight + posY + pData->m_Height;
123 screenCount++;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 470 int screenCount = workspaceScreens.size();
473 if (preferredScreenIndex < screenCount) {
481 for (int screen = 1; screen < screenCount; screen++) {
    [all...]
Workspace.java     [all...]

Completed in 147 milliseconds