OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numheaders
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java
148
int
numHeaders
= getHeadersCount();
149
if (position <
numHeaders
) {
154
final int adjPosition = position -
numHeaders
;
169
int
numHeaders
= getHeadersCount();
170
if (position <
numHeaders
) {
175
final int adjPosition = position -
numHeaders
;
189
int
numHeaders
= getHeadersCount();
190
if (mAdapter != null && position >=
numHeaders
) {
191
int adjPosition = position -
numHeaders
;
209
int
numHeaders
= getHeadersCount()
[
all
...]
ListView.java
[
all
...]
/frameworks/base/media/libmedia/
IMediaMetadataRetriever.cpp
187
int32_t
numHeaders
= data.readInt32();
188
for (int i = 0; i <
numHeaders
; ++i) {
195
setDataSource(srcUrl,
numHeaders
> 0 ? &headers : NULL));
IMediaPlayer.cpp
324
int32_t
numHeaders
= data.readInt32();
325
for (int i = 0; i <
numHeaders
; ++i) {
330
reply->writeInt32(setDataSource(url,
numHeaders
> 0 ? &headers : NULL));
/packages/apps/Music/src/com/android/music/
TouchInterceptor.java
254
int
numheaders
= getHeaderViewsCount();
local
265
if (mDragPos <
numheaders
&& i ==
numheaders
) {
286
if (mDragPos >=
numheaders
&& mDragPos < getCount() - 1) {
/external/chromium/net/tools/spdyshark/
packet-spdy.c
[
all
...]
Completed in 392 milliseconds