HomeSort by relevance Sort by last modified time
    Searched refs:moveIndent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/include/utils/
BufferedTextOutput.h 39 virtual void moveIndent(int delta);
TextOutput.h 35 virtual void moveIndent(int delta) = 0;
134 to.moveIndent(1);
140 to.moveIndent(-1);
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 223 void BufferedTextOutput::moveIndent(int delta)

Completed in 748 milliseconds