Searched defs:compensation (Results 1 – 4 of 4) sorted by relevance
747 int32_t compensation = (cond == kCondLT) ? -1 : 0; // upper bound is inclusive in HandleIf() local759 int32_t compensation = (cond == kCondLE) ? 1 : 0; // lower bound is inclusive in HandleIf() local771 int32_t compensation = (cond == kCondGT) ? 1 : 0; // lower bound is inclusive in HandleIf() local782 int32_t compensation = (cond == kCondGE) ? -1 : 0; // upper bound is inclusive in HandleIf() local
233 int compensation = 0; in layoutContentPane() local
489 int compensation = root.getCompensation(); in onLayout() local
349 Matrix compensation = new Matrix(); in getPartialToScreenMatrix() local