Searched defs:footer (Results 1 – 12 of 12) sorted by relevance
48 Button footer = new Button(this); in onCreate() local
135 final int footer = a.getResourceId(R.styleable.SuwGlifLayout_suwFooter, 0); in init() local177 public View inflateFooter(@LayoutRes int footer) { in inflateFooter()
72 val footer = lines.last() in <lambda>() constant
136 char footer[kFooterTagSize]; in parseObbFile() local
159 RemoteViews dialogHeader, RemoteViews header, RemoteViews footer, in FillResponse()1003 public Builder setFooter(@NonNull RemoteViews footer) { in setFooter()
124 uint32_t footer = (mNextIfd != NULL) ? offset + getSize() : 0; in writeData() local
58 private lateinit var footer: View variable in com.android.systemui.qs.QSPanelTest
370 std::string footer("End of DRM Plugin Log"); in GetExceptionMessage() local
540 String footer = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, in setupViewInContext() local
163 ByteBuffer footer = slice(result.verityData, result.merkleTreeSize, in generateApkVerity() local
716 ByteBuffer footer = ByteBuffer.allocate(24); in findApkSigningBlock() local
420 private fun PrintWriter.footer(entry: DumpsysEntry, dumpTimeMillis: Long) { in <lambda>() method