Home
last modified time | relevance | path

Searched refs:mHeaderHeight (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DAssistantPeekHeightCoordinator.java69 private int mHeaderHeight; field in AssistantPeekHeightCoordinator
99 mHeaderHeight = headerView.getHeight(); in AssistantPeekHeightCoordinator()
108 mHeaderHeight = height; in onHeaderHeightChanged()
178 toolbarPaddingBottom = mHeaderHeight; in updateToolbarPadding()
181 toolbarPaddingBottom = mHeaderHeight; in updateToolbarPadding()
/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dcalprintpluginbase.h551 int mHeaderHeight; variable
H A Dcalprintpluginbase.cpp117 , mHeaderHeight(-1) in CalPrintPluginBase()
328 if (mHeaderHeight >= 0) { in headerHeight()
329 return mHeaderHeight; in headerHeight()
339 mHeaderHeight = height; in setHeaderHeight()