Home
last modified time | relevance | path

Searched refs:MARGIN (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp188 static constexpr float MARGIN = 1.0f; // 1Hz in calculateRefreshRateIfPossible() local
205 MARGIN && in calculateRefreshRateIfPossible()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2719 int MARGIN = 20; in renewBounds() local
2724 if (width > MARGIN) { in renewBounds()
2725 width -= MARGIN; in renewBounds()
/frameworks/base/core/java/android/widget/
DGridLayout.java2034 private static final int MARGIN = R.styleable.ViewGroup_MarginLayout_layout_margin;
2172 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt71155 Landroid/widget/GridLayout$LayoutParams;->MARGIN:I