Searched refs:bottomInset (Results 1 – 4 of 4) sorted by relevance
22 <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 …]
278 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local288 bottomInset = 0; in onApplyWindowInsets()295 bottomInset); in onApplyWindowInsets()
44 ATTR____(0x1356caf8u, "bottomInset", BottomInset, Basic)
161 Optional<CXFA_Measurement> bottomInset = in CalculateContainerComponentSizeFromContentSize() local164 if (bottomInset) in CalculateContainerComponentSizeFromContentSize()165 componentSize.height += bottomInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()