Home
last modified time | relevance | path

Searched defs:styleWidth (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/terminal-progress-bar-0.4.1/test/
H A Dtest.hs92 , styleWidth = ConstantWidth width function
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/bytestring-progress-1.4/System/ProgressBar/
H A DByteString.hs40 , styleWidth = ConstantWidth (fromIntegral width) } function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/
H A DChunkedTextElementAdapter.java282 int styleWidth = styleToImageDim(chunkStyle.getWidthSpecPx(getContext())); in addImageChunk() local
317 int styleWidth = styleToImageDim(imageStyle.getWidthSpecPx(getContext())); in setBounds() local
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/terminal-progress-bar-0.4.1/src/System/
H A DProgressBar.hs382 , styleWidth :: !ProgressBarWidth function
440 , styleWidth = TerminalWidth 50 function
/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 DGridRowViewTest.java556 int styleWidth = 30; in testOnMeasure_respectsChildLayoutParams_weight() local