Home
last modified time | relevance | path

Searched refs:mAttachmentGrid (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageFooterView.java62 private AttachmentTileGrid mAttachmentGrid; field in MessageFooterView
103 mAttachmentGrid = (AttachmentTileGrid) findViewById(R.id.attachment_tile_grid); in onFinishInflate()
132 mAttachmentGrid.removeAllViewsInLayout(); in bind()
135 mAttachmentGrid.setVisibility(View.GONE); in bind()
149 if (mAttachmentGrid.getChildCount() == 0 && in bind()
215 mAttachmentGrid.setVisibility(View.VISIBLE); in renderTiledAttachments()
218 mAttachmentGrid.configureGrid(mFragmentManager, getAccount(), in renderTiledAttachments()