Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/
Dbug_306123.in22 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
29 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
36 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
43 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
49 <margin topInset="0.5mm" bottomInset="0.5mm" leftInset="0.5mm" rightInset="0.5mm"/>
56 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
62 <margin topInset="0.5mm" bottomInset="0.5mm" leftInset="0.5mm" rightInset="0.5mm"/>
69 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
76 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
82 <margin topInset="0.5mm" bottomInset="0.5mm" leftInset="0.5mm" rightInset="0.5mm"/>
[all …]
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java278 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
288 bottomInset = 0; in onApplyWindowInsets()
295 bottomInset); in onApplyWindowInsets()
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc44 ATTR____(0x1356caf8u, "bottomInset", BottomInset, Basic)
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp161 Optional<CXFA_Measurement> bottomInset = in CalculateContainerComponentSizeFromContentSize() local
164 if (bottomInset) in CalculateContainerComponentSizeFromContentSize()
165 componentSize.height += bottomInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()