OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowBottom
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
MidiBtleTimeTracker.java
84
long
windowBottom
= now - mWindowNanos;
85
if (timestampHostNanos <
windowBottom
) {
87
mBaseHostTimeNanos =
windowBottom
;
88
timestampHostNanos =
windowBottom
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java
212
int
windowBottom
= height;
220
windowBottom
= header.y;
230
} else if (selectedView.getBottom() >
windowBottom
) {
231
setSelectionFromTop(position,
windowBottom
- selectedView.getHeight());
Completed in 82 milliseconds