Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EscapeIndustries/DotMatrixView
/ functions
Functions
170 in github.com/EscapeIndustries/DotMatrixView
⨍
Functions
170
◇
Types & classes
36
Method
getCurrentValue
()
DotMatrixView/src/com/escapeindustries/dotmatrix/PerSecondTimeUpdateProvider.java:26
Method
getGrid
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:80
Method
getHeight
Get the height in raw pixels that will be needed to render the grid. @return the total height in raw pixels that will be needed to render the
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:111
Method
getNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/CountdownColorUpdateProvider.java:40
Method
getNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/StaticValueUpdateProvider.java:17
Method
getNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/SingleColorUpdateProvider.java:17
Method
getNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/PerSecondTimeUpdateProvider.java:31
Method
getNow
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestTimeSource.java:20
Method
getNow
Get the consistently formatted current value from the wrapped {@link TimeSource}. @return The current value of the wrapped {@link TimeSource} in a
DotMatrixView/src/com/escapeindustries/dotmatrix/FormattedTime.java:33
Method
getNow
()
DotMatrixView/src/com/escapeindustries/dotmatrix/SystemClockTimeSource.java:13
Method
getNumber
Get the value of this digit. @return The current value
DotMatrixView/src/com/escapeindustries/dotmatrix/Digit.java:25
Method
getPaddingColumnsLeft
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:32
Method
getPaddingColumnsLeft
Get the number of columns of dots displayed to the left of the grid which are not involved in the display of {@link Glyph Glyphs}. @return The number
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:56
Method
getPaddingColumnsRight
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:42
Method
getPaddingColumnsRight
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:61
Method
getPaddingColumnsRight
Get the number of columns of dots displayed to the right of the grid which are not involved in the display of {@link Glyph Glyphs}. @return The numbe
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:74
Method
getPaddingRowsBottom
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:37
Method
getPaddingRowsBottom
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:56
Method
getPaddingRowsBottom
Get the number of rows of dots displayed at the bottom of the grid which are not involved in the display of {@link Glyph Glyphs}. @return The number
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:65
Method
getPaddingRowsTop
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:27
Method
getPaddingRowsTop
Get the number of rows of dots displayed at the top of the grid which are not involved in the display of {@link Glyph Glyphs}. @return The number of
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:47
Method
getRows
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:17
Method
getRows
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:36
Method
getWidth
Get the width in raw pixels that will be needed to render the grid. @return the width in raw pixels that will be needed to render the grid pe
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:100
Method
initializeGrid
()
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:29
Method
isActive
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:75
Method
isActive
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:79
Method
isActive
Get the current state regarding whether the Grid is active or inactive @return the current state - true for active, false for inactive
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:141
Method
onCreate
Called when the activity is first created.
DotMatrixViewExample/src/com/escapeindustries/dotmatrix/example/DotMatrixViewExampleActivity.java:11
Method
onMeasure
(int widthMeasureSpec, int heightMeasureSpec)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:144
Method
onReceive
(Context context, Intent intent)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:203
Method
run
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:116
Method
setActive
(boolean active)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:69
Method
setActive
(boolean active)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:74
Method
setColumns
(int columns)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:12
Method
setColumns
Set the width of the Grid in columns of dots. @param columns The new width of the grid in columns of dots
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:23
Method
setFormat
(String format)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:57
Method
setFormat
(String format)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:84
Method
setGrid
Set the target {@link Grid} that this Glyph will draw into @param grid The {@link Grid} that the Glyph should draw into
DotMatrixView/src/com/escapeindustries/dotmatrix/Glyph.java:41
Method
setPaddingDots
(int top, int left, int bottom, int right)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:47
Method
setPaddingDots
(int top, int left, int bottom, int right)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:66
Method
setRows
(int rows)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:22
Method
setRows
Set the height of the Grid in rows of dots. @param rows The new height of the grid in rows of dots
DotMatrixView/src/com/escapeindustries/dotmatrix/Grid.java:38
Method
setUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:16
Method
setUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/GlyphTests.java:12
Method
setUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:19
Method
setUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TimeSourceTests.java:11
Method
setUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitParserTests.java:11
Method
setValue
(String value)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:63
Method
setValue
(String value)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:110
Method
setValue
(String value)
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:34
Method
surfaceChanged
(SurfaceHolder holder, int format, int width, int height)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:151
Method
surfaceCreated
(SurfaceHolder holder)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:157
Method
surfaceDestroyed
(SurfaceHolder holder)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:163
Method
testBasicParse
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitParserTests.java:16
Method
testDigitsAndColons
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:58
Method
testDigitsColonsAndSpaces
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:82
Method
testFindCorrectDotsToDimFromEndsBeforeTo
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:24
Method
testFindCorrectDotsToDimToAndFromEndSameDot
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:55
Method
testFindCorrectDotsToDimToEndsBeforeFrom
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:39
Method
testFindCorrectDotsToLightFromEndsBeforeTo
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:70
Method
testFindCorrectDotsToLightToAndFromEndSameDot
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:101
Method
testFindCorrectDotsToLightToEndsBeforeFrom
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:86
Method
testGetNow
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TimeSourceTests.java:17
Method
testJustEightDigits
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:36
Method
testJustFourDigits
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:25
Method
testSingleColon
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:47
Method
testSingleSpace
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:71
Method
testStandardHeight
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/GlyphTests.java:26
Method
testStandardWidth
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/GlyphTests.java:17
← previous
101–170 of 170, ranked by callers