Searched refs:MARGIN (Results 1 – 3 of 3) sorted by relevance
516 constexpr float MARGIN = 0.05f; in calculateRefreshRateType() local519 if (iter->second->fps >= mContentRefreshRate * (1 - MARGIN)) { in calculateRefreshRateType()531 if (std::abs(std::round(ratio) - ratio) > MARGIN) { in calculateRefreshRateType()535 if (std::abs(std::round(ratio) - ratio) <= MARGIN) { in calculateRefreshRateType()
2719 int MARGIN = 20; in renewBounds() local2724 if (width > MARGIN) { in renewBounds()2725 width -= MARGIN; in renewBounds()
2028 private static final int MARGIN = R.styleable.ViewGroup_MarginLayout_layout_margin;2166 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN);