Searched refs:setNumIndentLines (Results 1 – 3 of 3) sorted by relevance
57 mView.setNumIndentLines(2); in testSingleChild()73 mView.setNumIndentLines(2); in testLargeSmall()92 mView.setNumIndentLines(2); in testSmallSmall()111 mView.setNumIndentLines(2); in testLargeLarge()129 mView.setNumIndentLines(2); in testLargeSmall_largeWrapsWith3indentbutNotFullHeight_andHitsMax()148 mView.setNumIndentLines(2); in testLargeSmall_largeWrapsWith3indentbutnot3()175 public boolean setNumIndentLines(int lines) { in setNumIndentLines() method in MessagingLinearLayoutTest.FakeImageFloatingTextView
156 setNumIndentLines(hasImage ? 2 : 0); in setHasImage()163 public boolean setNumIndentLines(int lines) { in setNumIndentLines() method in ImageFloatingTextView
128 textChild.setNumIndentLines(mIndentLines == 2 ? 3 : mIndentLines); in onMeasure()176 boolean changed = textChild.setNumIndentLines(Math.max(0, imageLines)); in onMeasure()290 public void setNumIndentLines(int numberLines) {