Home
last modified time | relevance | path

Searched refs:onLayout (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dbox-grow.tsx9 onLayout?: (e: LayoutEvent) => void
15 …Box style={Styles.collapseStyles([styles.outer, this.props.style])} onLayout={this.props.onLayout}>
H A Dkeyboard-avoiding-view.native.tsx138 onLayout={this._onLayout}
147 <View ref={this.viewRef} style={style} onLayout={this._onLayout} {...props}>
163 onLayout={this._onLayout}
172 <View ref={this.viewRef} onLayout={this._onLayout} style={style} {...props}>
H A Dbox.native.tsx32 const {style, onLayout, pointerEvents, children, gap, gapStart, gapEnd} = props
110 onLayout={onLayout}
H A Dkb-text-input.native.tsx80 onLayout={p.onLayout}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/android/java/src/org/chromium/printing/
H A DPrintDocumentAdapterWrapper.java32 void onLayout( in onLayout() method
121 public void onLayout( in onLayout() method in PrintDocumentAdapterWrapper
127 mPdfGenerator.onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/android/java/src/org/chromium/printing/
H A DPrintDocumentAdapterWrapper.java32 void onLayout( in onLayout() method
121 public void onLayout( in onLayout() method in PrintDocumentAdapterWrapper
127 mPdfGenerator.onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DBitmapMaskingRoundedCornerDelegateTest.java84 bitmapMaskingDelegate.onLayout(/* radius= */ 0, /* isRtL= */ false, 100, 100); in maskCorners_radiusZero()
101 bitmapMaskingDelegate.onLayout(RADIUS, isRtL, 100, 100); in maskAndDrawCorners_allCorners()
121 bitmapMaskingDelegate.onLayout(RADIUS, isRtL, 100, 100); in maskCorners_topStart_bottomEnd()
142 bitmapMaskingDelegate.onLayout(RADIUS, isRtL, 100, 100); in maskCorners_topStart_bottomEnd_rtl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DSizeListenableLinearLayout.java33 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SizeListenableLinearLayout
34 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DEllipsisTextView.java49 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in EllipsisTextView
50 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DEllipsisTextView.java49 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in EllipsisTextView
50 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DPositionIndicator.java44 protected void onLayout(boolean changed, int left, int top, int right, in onLayout() method in PositionIndicator
46 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/normal/
H A Dindex.native.tsx24 const onLayout = React.useCallback((e: LayoutEvent) => {
42 <Kb.BoxGrow onLayout={onLayout}>
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/toolbar/
H A DPhoneTabsButton.java30 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in PhoneTabsButton
31 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/gesturenav/
H A DAndroidUiNavigationGlow.java98 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in AndroidUiNavigationGlow.GlowView
99 super.onLayout(changed, l, t, r, b); in onLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DRoundedCornerWrapperView.java233 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in RoundedCornerWrapperView
234 super.onLayout(changed, left, top, right, bottom); in onLayout()
249 mRoundingDelegate.onLayout(radius, mIsRtLSupplier.get(), width, height); in onLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DHomeButton.java106 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in HomeButton
108 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/
H A DToggleTabStackButton.java135 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ToggleTabStackButton
137 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/themed/
H A DThemedTextSwitcher.java102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ThemedTextSwitcher
103 super.onLayout(changed, left, top, right, bottom); in onLayout()
H A DThemedLinearLayout.java102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ThemedLinearLayout
103 super.onLayout(changed, left, top, right, bottom); in onLayout()
H A DThemedRelativeLayout.java107 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ThemedRelativeLayout
108 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/themed/
H A DThemedTextSwitcher.java102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ThemedTextSwitcher
103 super.onLayout(changed, left, top, right, bottom); in onLayout()
H A DThemedLinearLayout.java102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ThemedLinearLayout
103 super.onLayout(changed, left, top, right, bottom); in onLayout()
H A DThemedTextView.java107 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ThemedTextView
108 super.onLayout(changed, left, top, right, bottom); in onLayout()
H A DThemedView.java107 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ThemedView
108 super.onLayout(changed, left, top, right, bottom); in onLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/async_image/
H A DAsyncImageView.java151 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AsyncImageView
152 super.onLayout(changed, left, top, right, bottom); in onLayout()

123456789