Searched refs:maxHeightString (Results 1 – 1 of 1) sorted by relevance
3175 String maxHeightString = parser.getAttributeValue(null, "max_height"); in readProfileStateFromFileLocked() local3176 if (maxHeightString != null) { in readProfileStateFromFileLocked()3178 Integer.parseInt(maxHeightString, 16)); in readProfileStateFromFileLocked()4746 String maxHeightString = parser.getAttributeValue(null, "max_height"); in parseWidgetIdOptions() local4747 if (maxHeightString != null) { in parseWidgetIdOptions()4749 Integer.parseInt(maxHeightString, 16)); in parseWidgetIdOptions()