OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topRow
(Results
1 - 2
of
2
) sorted by null
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
MainFragment.java
47
private int
topRow
;
52
public ScrollPatternGenerator(int
topRow
, int bottomRow) {
53
this.
topRow
=
topRow
;
55
assert(
topRow
< bottomRow);
57
currentRow =
topRow
;
63
} else if (currentRow ==
topRow
) {
/external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py
81
topRow
= lines[0].split()
82
assert
topRow
[0] == "ppem:", "illegal hdmx format"
83
ppems = list(map(int,
topRow
[1:]))
Completed in 220 milliseconds