Searched defs:header (Results 1 – 8 of 8) sorted by relevance
45 Button header = new Button(this); in onCreate() local
48 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(); in testConstructor() local60 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetHeadersCount() local93 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testRemoveHeader() local149 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetCount() local200 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testIsEnabled() local223 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetItem() local254 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetItemId() local282 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetView() local
622 final AttachDetachAwareView header = new AttachDetachAwareView(mActivity); in testFullDetachHeaderViewOnScroll() local639 final AttachDetachAwareView header = new AttachDetachAwareView(mActivity); in testFullDetachHeaderViewOnRelayout() local656 final AttachDetachAwareView header = new AttachDetachAwareView(mActivity); in testFullDetachHeaderViewOnScrollForFocus() local
152 PVRHeader header = new PVRHeader(); in readPVRHeader() local238 PVRHeader header = readPVRHeader(is); in loadTexturePVRTC() local359 DDSHeader header = new DDSHeader(); in readDDSHeader() local406 DDSHeader header = readDDSHeader(is); in loadTextureDXT() local
42 public static String getHexBytes(String header, byte[] bytes) { in getHexBytes()
158 int32_t header[4]; // id 0 - no of types - id 0x10 - ExecutionResult in run() local
321 TextView header = mHeadersFocusable ? in onCreate() local329 TextView header = new TextView(this); in onCreate() local
278 private static boolean hasHeader(byte[] data, String header) { in hasHeader()