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

  /frameworks/native/include/binder/
BufferedTextOutput.h 39 virtual void moveIndent(int delta);
TextOutput.h 38 virtual void moveIndent(int delta) = 0;
139 to.moveIndent(1);
145 to.moveIndent(-1);
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 226 void BufferedTextOutput::moveIndent(int delta)

Completed in 214 milliseconds