OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listHeight
(Results
1 - 6
of
6
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListAdapter.java
135
int
listHeight
= listView.getHeight();
138
int position = listView.getPositionAt(
listHeight
- bottomHeaderHeight)
152
listView.setHeaderPinnedAtBottom(i,
listHeight
- bottomHeaderHeight, false);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h
147
LayoutUnit
listHeight
() const;
RenderListBox.cpp
256
LayoutUnit RenderListBox::
listHeight
() const
531
absOffset.move(0,
listHeight
());
675
return max(pixelSnappedClientHeight(), roundToInt(
listHeight
()));
/external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
[
all
...]
/frameworks/base/core/java/android/widget/
AbsListView.java
[
all
...]
Completed in 773 milliseconds