HomeSort by relevance Sort by last modified time
    Searched refs:numHeaders (Results 1 - 9 of 9) 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/core/java/com/android/internal/widget/
WatchHeaderListView.java 177 int numHeaders = getHeadersCount() + getTopPanelCount();
178 if (getWrappedAdapter() != null && position >= numHeaders) {
179 int adjPosition = position - numHeaders;
203 int numHeaders = getHeadersCount() + getTopPanelCount();
204 if (getWrappedAdapter() != null && position >= numHeaders) {
205 int adjPosition = position - numHeaders;
  /external/libmicrohttpd/src/microhttpd/
response.c 187 int numHeaders = 0;
191 numHeaders++;
197 return numHeaders;
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 233 size_t numHeaders = (size_t) data.readInt64();
234 for (size_t i = 0; i < numHeaders; ++i) {
242 httpService, srcUrl, numHeaders > 0 ? &headers : NULL));
IMediaPlayer.cpp 452 int32_t numHeaders = data.readInt32();
453 for (int i = 0; i < numHeaders; ++i) {
459 httpService, url, numHeaders > 0 ? &headers : NULL));
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 74 size_t numHeaders,
170 /* numHeaders */ 3,
196 : MyOggExtractor(source, MEDIA_MIMETYPE_AUDIO_OPUS, /*numHeaders*/ 2, kOpusSeekPreRollUs),
299 size_t numHeaders,
310 mNumHeaders(numHeaders),
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 351 milliseconds