Searched refs:mLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
64 private LayoutAlgorithm mLayoutAlgorithm = LayoutAlgorithm.NARROW_COLUMNS; field in AwSettings1143 if (mLayoutAlgorithm != l) { in setLayoutAlgorithm()1144 mLayoutAlgorithm = l; in setLayoutAlgorithm()1155 return mLayoutAlgorithm; in getLayoutAlgorithm()1167 return mLayoutAlgorithm == LayoutAlgorithm.TEXT_AUTOSIZING; in getTextAutosizingEnabledLocked()