Searched refs:bottomInset (Results 1 – 5 of 5) sorted by relevance
279 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local289 bottomInset = 0; in onApplyWindowInsets()296 bottomInset); in onApplyWindowInsets()
19 JS_PROP(bottomInset);
27 void CJX_Margin::bottomInset(CFXJSE_Value* pValue, in bottomInset() function in CJX_Margin
162 Optional<CXFA_Measurement> bottomInset = in CalculateContainerComponentSizeFromContentSize() local165 if (bottomInset) in CalculateContainerComponentSizeFromContentSize()166 componentSize.height += bottomInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()
858 (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::bottomInset,