MCPcopy Create free account

hub / github.com/EscapeIndustries/DotMatrixView / functions

Functions170 in github.com/EscapeIndustries/DotMatrixView

MethodgetCurrentValue
()
DotMatrixView/src/com/escapeindustries/dotmatrix/PerSecondTimeUpdateProvider.java:26
MethodgetGrid
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:80
MethodgetHeight
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
MethodgetNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/CountdownColorUpdateProvider.java:40
MethodgetNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/StaticValueUpdateProvider.java:17
MethodgetNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/SingleColorUpdateProvider.java:17
MethodgetNextPossibleUpdateTime
()
DotMatrixView/src/com/escapeindustries/dotmatrix/PerSecondTimeUpdateProvider.java:31
MethodgetNow
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestTimeSource.java:20
MethodgetNow
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
MethodgetNow
()
DotMatrixView/src/com/escapeindustries/dotmatrix/SystemClockTimeSource.java:13
MethodgetNumber
Get the value of this digit. @return The current value
DotMatrixView/src/com/escapeindustries/dotmatrix/Digit.java:25
MethodgetPaddingColumnsLeft
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:32
MethodgetPaddingColumnsLeft
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
MethodgetPaddingColumnsRight
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:42
MethodgetPaddingColumnsRight
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:61
MethodgetPaddingColumnsRight
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
MethodgetPaddingRowsBottom
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:37
MethodgetPaddingRowsBottom
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:56
MethodgetPaddingRowsBottom
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
MethodgetPaddingRowsTop
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:27
MethodgetPaddingRowsTop
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
MethodgetRows
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:17
MethodgetRows
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:36
MethodgetWidth
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
MethodinitializeGrid
()
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:29
MethodisActive
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:75
MethodisActive
()
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:79
MethodisActive
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
MethodonCreate
Called when the activity is first created.
DotMatrixViewExample/src/com/escapeindustries/dotmatrix/example/DotMatrixViewExampleActivity.java:11
MethodonMeasure
(int widthMeasureSpec, int heightMeasureSpec)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:144
MethodonReceive
(Context context, Intent intent)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:203
Methodrun
()
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplayRenderController.java:116
MethodsetActive
(boolean active)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:69
MethodsetActive
(boolean active)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:74
MethodsetColumns
(int columns)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:12
MethodsetColumns
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
MethodsetFormat
(String format)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:57
MethodsetFormat
(String format)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:84
MethodsetGrid
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
MethodsetPaddingDots
(int top, int left, int bottom, int right)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:47
MethodsetPaddingDots
(int top, int left, int bottom, int right)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:66
MethodsetRows
(int rows)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:22
MethodsetRows
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
MethodsetUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:16
MethodsetUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/GlyphTests.java:12
MethodsetUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:19
MethodsetUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TimeSourceTests.java:11
MethodsetUp
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitParserTests.java:11
MethodsetValue
(String value)
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TestGrid.java:63
MethodsetValue
(String value)
DotMatrixView/src/com/escapeindustries/dotmatrix/BaseGrid.java:110
MethodsetValue
(String value)
DotMatrixView/src/com/escapeindustries/dotmatrix/ModelGrid.java:34
MethodsurfaceChanged
(SurfaceHolder holder, int format, int width, int height)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:151
MethodsurfaceCreated
(SurfaceHolder holder)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:157
MethodsurfaceDestroyed
(SurfaceHolder holder)
DotMatrixView/src/com/escapeindustries/dotmatrix/MatrixDisplay.java:163
MethodtestBasicParse
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitParserTests.java:16
MethodtestDigitsAndColons
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:58
MethodtestDigitsColonsAndSpaces
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:82
MethodtestFindCorrectDotsToDimFromEndsBeforeTo
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:24
MethodtestFindCorrectDotsToDimToAndFromEndSameDot
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:55
MethodtestFindCorrectDotsToDimToEndsBeforeFrom
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:39
MethodtestFindCorrectDotsToLightFromEndsBeforeTo
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:70
MethodtestFindCorrectDotsToLightToAndFromEndSameDot
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:101
MethodtestFindCorrectDotsToLightToEndsBeforeFrom
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/DigitDisplayTests.java:86
MethodtestGetNow
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/TimeSourceTests.java:17
MethodtestJustEightDigits
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:36
MethodtestJustFourDigits
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:25
MethodtestSingleColon
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:47
MethodtestSingleSpace
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/FormatStringParserTests.java:71
MethodtestStandardHeight
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/GlyphTests.java:26
MethodtestStandardWidth
()
DotMatrixViewTests/src/com/escapeindustries/dotmatrix/tests/GlyphTests.java:17
← previous101–170 of 170, ranked by callers