Searched refs:measureHeight (Results 1 – 6 of 6) sorted by relevance
116 final int h = measureHeight(); in rebind()123 private int measureHeight() { in measureHeight() method in ConversationFooterView
133 private int measureHeight() { in measureHeight() method in ConversationViewHeader155 final int h = measureHeight(); in onConversationUpdated()
503 final int h = measureHeight(); in updateSpacerHeight()511 private int measureHeight() { in measureHeight() method in MessageHeaderView1020 int h = measureHeight(); in toggleExpanded()1042 int heightBefore = measureHeight(); in toggleMessageDetails()
281 height = measureHeight(); in setDesiredHeight()311 private int measureHeight() { in measureHeight() method in MediaPickerPanel
346 final int measureHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local347 if (measureWidth == 0 || measureHeight == 0) { in onMeasure()
928 static void getMetrics(Rect metrics, Resources res, int measureWidth, int measureHeight, in getMetrics() argument966 int vSpace = measureHeight - paddingTop - paddingBottom; in getMetrics()