Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:guess

87         const sp<LayerBase>& key, size_t guess) const
89 if (guess<size() && lookup.keyAt(guess) == key)
90 return guess;