OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 504 milliseconds