Home
last modified time | relevance | path

Searched defs:header (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListWithHeaders.java45 Button header = new Button(this); in onCreate() local
DHeaderViewListAdapterTest.java48 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(); in testConstructor() local
60 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetHeadersCount() local
93 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testRemoveHeader() local
149 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetCount() local
200 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testIsEnabled() local
223 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetItem() local
254 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetItemId() local
282 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetView() local
DListViewTest.java622 final AttachDetachAwareView header = new AttachDetachAwareView(mActivity); in testFullDetachHeaderViewOnScroll() local
639 final AttachDetachAwareView header = new AttachDetachAwareView(mActivity); in testFullDetachHeaderViewOnRelayout() local
656 final AttachDetachAwareView header = new AttachDetachAwareView(mActivity); in testFullDetachHeaderViewOnScrollForFocus() local
/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureLoader.java152 PVRHeader header = new PVRHeader(); in readPVRHeader() local
238 PVRHeader header = readPVRHeader(is); in loadTexturePVRTC() local
359 DDSHeader header = new DDSHeader(); in readDDSHeader() local
406 DDSHeader header = readDDSHeader(is); in loadTextureDXT() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceUtils.java42 public static String getHexBytes(String header, byte[] bytes) { in getHexBytes()
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp158 int32_t header[4]; // id 0 - no of types - id 0x10 - ExecutionResult in run() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DListScenario.java321 TextView header = mHeadersFocusable ? in onCreate() local
329 TextView header = new TextView(this); in onCreate() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java278 private static boolean hasHeader(byte[] data, String header) { in hasHeader()