Searched defs:line (Results 51 - 53 of 53) sorted by relevance

123

/frameworks/base/tools/aapt/
H A DResource.cpp1865 const char* pkg, const String8& srcName, int line)
1891 sprintf(lineno, ":%d", line);
1864 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, const char* pkg, const String8& srcName, int line) argument
/frameworks/base/include/private/opengles/
H A Dgl_context.h135 // we group together, by cache-line, the fields most likely to be used
631 line_width_t line; member in struct:android::gl::ogles_context_t
/frameworks/base/core/java/android/widget/
H A DTextView.java1023 * @return the height of one standard line in pixels. Note that markup
1026 * or last-line padding.
1147 * This will frequently be null except for single-line and password
2204 * Sets line spacing for this TextView. Each line will have its height
2907 // We need to update the single line mode if it has changed or we
2910 // Change single line mode, but only change the transformation if
3072 * into the text view, even if it is multi-line; holding down the ALT
3601 int line = mLayout.getLineForOffset(first);
3602 int top = mLayout.getLineTop(line);
4112 getLineBounds(int line, Rect bounds) argument
5688 getInterestingRect(Rect r, int h, int top, int bottom, int line) argument
[all...]

Completed in 601 milliseconds

123