Home | History | Annotate | Download | only in widget

Lines Matching refs:boring

6761                                  BoringLayout.Metrics boring,
6798 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize,
6803 mSavedMarqueeModeLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment,
6895 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth,
6905 if (boring == UNKNOWN_BORING) {
6906 boring = BoringLayout.isBoring(mTransformed, mTextPaint, mTextDir, mBoring);
6907 if (boring != null) {
6908 mBoring = boring;
6912 if (boring != null) {
6913 if (boring.width <= wantWidth &&
6914 (effectiveEllipsize == null || boring.width <= ellipsisWidth)) {
6918 boring, mIncludePad);
6922 boring, mIncludePad);
6928 } else if (shouldEllipsize && boring.width <= wantWidth) {
6932 boring, mIncludePad, effectiveEllipsize,
6937 boring, mIncludePad, effectiveEllipsize,
7050 BoringLayout.Metrics boring = UNKNOWN_BORING;
7069 boring = BoringLayout.isBoring(mTransformed, mTextPaint, mTextDir, mBoring);
7070 if (boring != null) {
7071 mBoring = boring;
7077 if (boring == null || boring == UNKNOWN_BORING) {
7083 width = boring.width;
7152 makeNewLayout(want, hintWant, boring, hintBoring,
7171 makeNewLayout(want, hintWant, boring, hintBoring,