Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java279 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
289 bottomInset = 0; in onApplyWindowInsets()
296 bottomInset); in onApplyWindowInsets()
/external/pdfium/fxjs/xfa/
Dcjx_margin.h19 JS_PROP(bottomInset);
Dcjx_margin.cpp27 void CJX_Margin::bottomInset(CFXJSE_Value* pValue, in bottomInset() function in CJX_Margin
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp162 Optional<CXFA_Measurement> bottomInset = in CalculateContainerComponentSizeFromContentSize() local
165 if (bottomInset) in CalculateContainerComponentSizeFromContentSize()
166 componentSize.height += bottomInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()
Dxfa_basic_data_element_script.cpp858 (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::bottomInset,