Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/
H A DStack.java1123 final float halfCloseBtnWidth = LayoutTab.CLOSE_BUTTON_WIDTH_DP / 2.f; in click() local
1128 tab.setDiscardOriginX(isCloseButtonOnRight() ? contentWidth - halfCloseBtnWidth in click()
1129 : halfCloseBtnWidth); in click()