OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIndentLines
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
ImageFloatingTextView.java
41
private int
mIndentLines
;
79
if (
mIndentLines
> 0) {
80
margins = new int[
mIndentLines
+ 1];
81
for (int i = 0; i <
mIndentLines
; i++) {
104
if (
mIndentLines
!= lines) {
105
mIndentLines
= lines;
MessagingLinearLayout.java
49
private int
mIndentLines
;
129
((ImageFloatingTextView) child).setNumIndentLines(
mIndentLines
);
149
int imageLines =
mIndentLines
;
268
mIndentLines
= numberLines;
Completed in 42 milliseconds