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

  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 134 int numMarkers = mMarkers.size();
135 if (numMarkers == 0)
137 int index = (int) (mPosition * (numMarkers));
138 if (index >= numMarkers)
139 index = numMarkers - 1;
144 float deltaBetweenMarkers = 1.0f / numMarkers;
166 int numMarkers = mMarkers.size();
167 if (numMarkers == 0)
169 int index = (int) (mPosition * (numMarkers));
170 if (index >= numMarkers)
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp     [all...]

Completed in 42 milliseconds