OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondToLast
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java
84
final View
secondToLast
= mListView.getSelectedView();
86
secondToLast
.getDrawingRect(rect);
88
2 * (mListView.getBottom() -
secondToLast
.getTop()));
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIterator.h
92
void setPriorContext(UChar last, UChar
secondToLast
)
95
m_priorContext[0] =
secondToLast
;
Completed in 31 milliseconds