Searched refs:line (Results 126 - 150 of 161) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DTextView.java1021 // of lines of height are unchanged for multi-line TextViews.
1304 * @return the height of one standard line in pixels. Note that markup
1307 * or last-line padding.
1451 * This will frequently be null except for single-line and password
2787 * Setting this value overrides any other (minimum) height setting. A single line TextView will
2904 * height setting. A single line TextView will set this value to 1.
3085 * Sets line spacing for this TextView. Each line will have its height
3105 * Gets the line spacing multiplier
3107 * @return the value by which each line'
4976 getLineBounds(int line, Rect bounds) argument
6654 getInterestingRect(Rect r, int line) argument
8190 getOffsetAtCoordinate(int line, float x) argument
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp604 for (uint32_t line=yoff; line < (yoff+h); line++) {
648 for (uint32_t line=yoff; line < (yoff+h); line++) {
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp53 int line,
73 "%s:%d: %s", file, line, str.c_str());
50 logMessageHandler( int severity, const char* file, int line, size_t message_start, const std::string& str) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java1168 String LS = System.getProperty("line.separator");
1463 for (String line : lines) {
1464 if (line.startsWith(BSSID_STR)) {
1465 bssid = line.substring(BSSID_STR.length());
1466 } else if (line.startsWith(FREQ_STR)) {
1468 freq = Integer.parseInt(line.substring(FREQ_STR.length()));
1472 } else if (line.startsWith(LEVEL_STR)) {
1474 level = Integer.parseInt(line.substring(LEVEL_STR.length()));
1482 } else if (line.startsWith(TSF_STR)) {
1484 tsf = Long.parseLong(line
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp97 void ExitOnErrorFunc( SLresult result , int line) argument
100 fprintf(stderr, "Error code %u encountered at line %d, exiting\n", result, line);
H A DslesTestDecodeAac.cpp149 void ExitOnErrorFunc( SLresult result , int line) argument
152 fprintf(stderr, "Error code %u encountered at line %d, exiting\n", result, line);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp55 void ExitOnErrorFunc( SLresult result , int line) argument
58 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp51 void assert_fail(const char *file, int line, const char *func, const char *expr) { argument
52 INFO("assertion failed at file %s, line %d, function %s:",
53 file, line, func);
58 void assert_eq_fail(const char *file, int line, const char *func, argument
60 INFO("assertion failed at file %s, line %d, function %s:",
61 file, line, func);
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java32 * A print stream which logs output line by line.
70 * Logs the given line.
72 protected abstract void log(String line); argument
80 * Searches buffer for line breaks and logs a message for each one.
82 * @param completely true if the ending chars should be treated as a line
83 * even though they don't end in a line break
91 // Log one line for each line break.
303 // Log one line fo
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp880 char line[256]; local
882 while (fgets(line, sizeof(line), file)) {
884 if (sscanf(line, "Pss: %lld kB", &v) == 1) {
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py307 line = raw_line.split()
308 name = line[-1]
311 user = line[0]
312 pid = line[1]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java364 * @param line GSM Subscriber Profile Number, one-based. Only '1' is supported
370 setVoiceMessageWaiting(int line, int countWaiting) { argument
371 if (line != 1) {
443 public void setVoiceCallForwardingFlag(int line, boolean enable) { argument
445 if (line != 1) return; // only line 1 is supported
1334 // to determine which is the voice/data/fax line
H A DSmsMessage.java142 public static SmsMessage newFromCDS(String line) { argument
145 msg.parsePdu(IccUtils.hexStringToBytes(line));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimUiccRecords.java259 public void setVoiceMessageWaiting(int line, int countWaiting) { argument
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java190 // scrolled to show the last line of chips content.
637 * Calculate the bottom of the line the chip will be located on using:
638 * 1) which line the chip appears on
642 private int calculateOffsetFromBottom(int line) { argument
644 int actualLine = getLineCount() - (line + 1);
725 * one line of recipients chips are shown when the field loses
1385 private void scrollLineIntoView(int line) { argument
1387 mScrollView.scrollBy(0, calculateOffsetFromBottom(line));
1393 int line = getLayout().getLineForOffset(getChipStart(currentChip));
1395 if (line
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css79 line-height: 140%;
151 line-height: 125%;
700 line-height:30px;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp667 * If a product type was specified on the command line
679 * If the command-line-specified product is empty, only "default"
690 * The command-line product is not empty.
691 * If the product for this string is on the command-line list,
1719 printf("Adding entry left: file=%s, line=%d, type=%s, value=%s\n",
1720 sourcePos.file.string(), sourcePos.line, String8(type).string(),
1760 printf("Adding bag left: file=%s, line=%d, type=%s\n",
1761 sourcePos.file.striing(), sourcePos.line, String8(type).string());
1824 printf("Adding bag left: file=%s, line=%d, type=%s\n",
1825 sourcePos.file.striing(), sourcePos.line, String
[all...]
H A DXMLNode.cpp434 printf("%sE: %s%s (line=%d)\n", prefix.string(), elemNs.string(),
821 void XMLNode::setStartLineNumber(int32_t line)
823 mStartLineNumber = line;
826 void XMLNode::setEndLineNumber(int32_t line)
828 mEndLineNumber = line;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp415 String8 line(s, endl - s);
416 const char* l = line.string();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java721 public void setVoiceMessageWaiting(int line, int countWaiting) { argument
722 if (line != 1) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java852 * Get the line 1 phone number (MSISDN). For CDMA phones, the MDN is returned
1561 * Register for CDMA line control information record notification
1574 * Unregisters for line control information notifications.
1679 * @param line GSM Subscriber Profile Number, one-based. Only '1' is supported
1684 void setVoiceMessageWaiting(int line, int countWaiting); argument
H A DPhoneBase.java1196 * @param line GSM Subscriber Profile Number, one-based. Only '1' is supported
1202 public void setVoiceMessageWaiting(int line, int countWaiting) { argument
1205 r.setVoiceMessageWaiting(line, countWaiting);
H A DPhoneProxy.java972 public void setVoiceMessageWaiting(int line, int countWaiting) { argument
973 mActivePhone.setVoiceMessageWaiting(line, countWaiting);
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.cpp210 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
211 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc81 void CheckSLResult_Real(const char* message, SLresult result, int line) { argument
85 LOGE("slresult was %d at %s file variablespeed line %d",
86 static_cast<int>(result), message, line);
720 // Repro is to comment out all before this line, and all after enqueueing

Completed in 1023 milliseconds

1234567