Home | History | Annotate | Download | only in widget

Lines Matching refs:boring

5919                                  BoringLayout.Metrics boring,
5956 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize,
5961 mSavedMarqueeModeLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment,
6053 private Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth,
6063 if (boring == UNKNOWN_BORING) {
6064 boring = BoringLayout.isBoring(mTransformed, mTextPaint, mTextDir, mBoring);
6065 if (boring != null) {
6066 mBoring = boring;
6070 if (boring != null) {
6071 if (boring.width <= wantWidth &&
6072 (effectiveEllipsize == null || boring.width <= ellipsisWidth)) {
6076 boring, mIncludePad);
6080 boring, mIncludePad);
6086 } else if (shouldEllipsize && boring.width <= wantWidth) {
6090 boring, mIncludePad, effectiveEllipsize,
6095 boring, mIncludePad, effectiveEllipsize,
6211 BoringLayout.Metrics boring = UNKNOWN_BORING;
6230 boring = BoringLayout.isBoring(mTransformed, mTextPaint, mTextDir, mBoring);
6231 if (boring != null) {
6232 mBoring = boring;
6238 if (boring == null || boring == UNKNOWN_BORING) {
6244 width = boring.width;
6313 makeNewLayout(want, hintWant, boring, hintBoring,
6332 makeNewLayout(want, hintWant, boring, hintBoring,