Searched refs:MARGIN (Results 1 – 4 of 4) sorted by relevance
188 static constexpr float MARGIN = 1.0f; // 1Hz in calculateRefreshRateIfPossible() local205 MARGIN && in calculateRefreshRateIfPossible()
2719 int MARGIN = 20; in renewBounds() local2724 if (width > MARGIN) { in renewBounds()2725 width -= MARGIN; in renewBounds()
2034 private static final int MARGIN = R.styleable.ViewGroup_MarginLayout_layout_margin;2172 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN);
71155 Landroid/widget/GridLayout$LayoutParams;->MARGIN:I