Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 189) sorted by relevance

12345678

/frameworks/rs/api/
Drs_graphics.spec18 summary: Graphics Functions and Types
46 summary: Blend source function
64 summary: Blend destination function
77 summary: Culling mode
94 summary: Depth function
112 summary: How to intepret mesh vertex data
122 summary: Handle to a Font
134 summary: Handle to a Mesh
145 summary: Handle to a ProgramFragment
156 summary: Handle to a ProgramVertex
[all …]
Drs_math.spec18 summary: Mathematical Constants and Functions
53 summary: 1 / pi, as a 32 bit float
60 summary: 2 / pi, as a 32 bit float
69 summary: 2 / pi, as a 32 bit float
76 summary: 2 / sqrt(pi), as a 32 bit float
83 summary: e, as a 32 bit float
90 summary: log_e(10), as a 32 bit float
97 summary: log_e(2), as a 32 bit float
104 summary: log_10(e), as a 32 bit float
111 summary: log_2(e), as a 32 bit float
[all …]
Drs_time.spec18 summary: Time Functions and Types
27 summary: Seconds since January 1, 1970
49 summary: Date and time structure
56 summary: Elapsed time since last call
66 summary: Convert to local time
79 summary: Seconds since January 1, 1970
90 summary: System uptime in milliseconds
98 summary: System uptime in nanoseconds
Drs_vector_math.spec18 summary: Vector Math Functions
45 summary: Cross product of two vectors
59 summary: Distance between two points
75 summary: Dot product of two vectors
89 summary: Approximate distance between two points
107 summary: Approximate length of a vector
125 summary: Approximate normalized vector
146 summary: Length of a vector
162 summary: Approximate distance between two points
177 summary: Approximate length of a vector
[all …]
Drs_object_types.spec18 summary: Object Types
44 summary: Handle to an element
53 summary: Handle to a Type
62 summary: Handle to an allocation
71 summary: Handle to a Sampler
80 summary: Handle to a Script
96 summary: Enum for selecting cube map faces
112 summary: Bitfield to specify how an allocation is used
151 summary: Element basic data type
172 summary: Element data kind
[all …]
Drs_atomic.spec18 summary: Atomic Update Functions
39 summary: Thread-safe addition
58 summary: Thread-safe bitwise and
79 summary: Thread-safe compare and set
102 summary: Thread-safe decrement
119 summary: Thread-safe increment
137 summary: Thread-safe maximum
157 summary: Thread-safe minimum
177 summary: Thread-safe bitwise or
197 summary: Thread-safe subtraction
[all …]
Drs_object_info.spec18 summary: Object Characteristics Functions
71 summary: Presence of more than one face
192 summary: Data type of an Element
303 summary: Return the Allocation for a given pointer
314 summary: Anisotropy of the Sampler
338 summary: Sampler minification value
362 summary: Sampler wrap T value
Drs_quaternion.spec18 summary: Quaternion Functions
27 summary: Add two quaternions
41 summary: Conjugate a quaternion
55 summary: Dot product of two quaternions
67 summary: Get a rotation matrix from a quaternion
102 summary: Quaternion that represents a rotation about an arbitrary unit vector
124 summary: Create a quaternion
157 summary: Create a rotation quaternion
Drs_io.spec18 summary: Input/Output Functions
30 summary: Receive new content from the queue
41 summary: Send new content to the queue
51 summary: Send a message to the client, non-blocking
74 summary: Send a message to the client, blocking
Drs_for_each.spec18 summary: Kernel Invocation Functions and Types
36 summary: Suggested cell processing order
48 summary: Handle to a kernel invocation context
78 summary: Cell iteration information
97 summary: Invoke the root kernel of a script
166 summary: Index in the Array0 dimension for the specified context
193 summary: Index in the Array1 dimension for the specified context
206 summary: Index in the Array2 dimension for the specified context
220 summary: Index in the Array3 dimension for the specified context
233 summary: Size of the Array0 dimension for the specified context
[all …]
Drs_matrix.spec18 summary: Matrix Functions
59 summary: Compute frustum planes
119 summary: Checks if a sphere is within the frustum planes
157 summary: Get one element
168 summary: Inverts a matrix in place
177 summary: Inverts and transpose a matrix in place
189 summary: Load or copy a matrix
234 summary: Load a frustum projection matrix
248 summary: Load identity matrix
260 summary: Multiply two matrices
[all …]
Drs_convert.spec18 summary: Conversion Functions
32 summary: Convert numerical vectors
82 summary: Create a uchar4 RGBA from floats
128 summary: Create a float4 RGBA from uchar4
142 summary: Convert a YUV value to RGBA
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java60 if (group.summary != null) { in setGroupExpanded()
61 mListener.onGroupExpansionChanged(group.summary.row, expanded); in setGroupExpanded()
89 group.summary = null; in onEntryRemovedInternal()
94 if (group.summary == null) { in onEntryRemovedInternal()
109 group.summary.row.updateExpandButton(); in onEntryRemovedInternal()
125 group.summary = added; in onEntryAdded()
132 if (group.summary != null && group.children.size() == 1 && !group.expanded) { in onEntryAdded()
133 group.summary.row.updateExpandButton(); in onEntryAdded()
151 if (group != null && (group.expanded || group.summary == null)) { in isVisible()
202 if (group == null || group.summary == null) { in isChildInGroupWithSummary()
[all …]
/frameworks/base/core/java/android/service/notification/
DCondition.java46 public final String summary; field in Condition
53 public Condition(Uri id, String summary, String line1, String line2, int icon, in Condition() argument
56 if (summary == null) throw new IllegalArgumentException("summary is required"); in Condition()
61 this.summary = summary; in Condition()
86 dest.writeString(summary); in writeToParcel()
98 .append(",summary=").append(summary) in toString()
129 && Objects.equals(other.summary, summary) in equals()
139 return Objects.hash(id, summary, line1, line2, icon, state, flags); in hashCode()
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DStackOverflowXmlParser.java73 public final String summary; field in StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { in Entry() argument
77 this.summary = summary; in Entry()
88 String summary = null; in readEntry() local
98 summary = readSummary(parser); in readEntry()
105 return new Entry(title, summary, link); in readEntry()
135 String summary = readText(parser); in readSummary() local
137 return summary; in readSummary()
/frameworks/base/core/java/android/preference/
DTwoStatePreference.java109 public void setSummaryOn(CharSequence summary) { in setSummaryOn() argument
110 mSummaryOn = summary; in setSummaryOn()
137 public void setSummaryOff(CharSequence summary) { in setSummaryOff() argument
138 mSummaryOff = summary; in setSummaryOff()
198 TextView summaryView = (TextView) view.findViewById(com.android.internal.R.id.summary); in syncSummaryView()
210 final CharSequence summary = getSummary(); in syncSummaryView() local
211 if (!TextUtils.isEmpty(summary)) { in syncSummaryView()
212 summaryView.setText(summary); in syncSummaryView()
DMultiCheckPreference.java208 public void setSummary(CharSequence summary) { in setSummary() argument
209 super.setSummary(summary); in setSummary()
210 if (summary == null && mSummary != null) { in setSummary()
212 } else if (summary != null && !summary.equals(mSummary)) { in setSummary()
213 mSummary = summary.toString(); in setSummary()
DListPreference.java183 public void setSummary(CharSequence summary) { in setSummary() argument
184 super.setSummary(summary); in setSummary()
185 if (summary == null && mSummary != null) { in setSummary()
187 } else if (summary != null && !summary.equals(mSummary)) { in setSummary()
188 mSummary = summary.toString(); in setSummary()
/frameworks/support/v7/preference/src/android/support/v7/preference/
DTwoStatePreference.java107 public void setSummaryOn(CharSequence summary) { in setSummaryOn() argument
108 mSummaryOn = summary; in setSummaryOn()
135 public void setSummaryOff(CharSequence summary) { in setSummaryOff() argument
136 mSummaryOff = summary; in setSummaryOff()
196 View view = holder.findViewById(android.R.id.summary); in syncSummaryView()
217 final CharSequence summary = getSummary(); in syncSummaryView() local
218 if (!TextUtils.isEmpty(summary)) { in syncSummaryView()
219 summaryView.setText(summary); in syncSummaryView()
DListPreference.java190 public void setSummary(CharSequence summary) { in setSummary() argument
191 super.setSummary(summary); in setSummary()
192 if (summary == null && mSummary != null) { in setSummary()
194 } else if (summary != null && !summary.equals(mSummary)) { in setSummary()
195 mSummary = summary.toString(); in setSummary()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java382 StringBuilder summary = new StringBuilder(); in getSettingsSummary() local
386 summary.append(getSummary(mContext, getDetailedState(), in getSettingsSummary()
390 summary.append(getSummary(mContext, getDetailedState(), in getSettingsSummary()
394 summary.append(String.format(format, mConfig.providerFriendlyName)); in getSettingsSummary()
396 summary.append(mContext.getString(R.string.wifi_no_internet)); in getSettingsSummary()
404 summary.append(mContext.getString(R.string.wifi_disabled_network_failure)); in getSettingsSummary()
406 summary.append(mContext.getString(R.string.wifi_disabled_password_failure)); in getSettingsSummary()
408 summary.append(mContext.getString(R.string.wifi_disabled_wifi_failure)); in getSettingsSummary()
413 summary.append(mContext.getString(R.string.wifi_disabled_password_failure)); in getSettingsSummary()
417 summary.append(mContext.getString(R.string.wifi_disabled_network_failure)); in getSettingsSummary()
[all …]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DRootInfo.java52 public String summary; field in RootInfo
72 summary = null; in reset()
91 summary = DurableUtils.readNullableString(in); in read()
110 DurableUtils.writeNullableString(out, summary); in write()
147 root.summary = getCursorString(cursor, Root.COLUMN_SUMMARY); in fromRootsCursor()
254 return !TextUtils.isEmpty(summary) ? summary : title; in getDirectoryString()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsFragment.java234 final TextView summary = (TextView) convertView.findViewById(android.R.id.summary); in bindView() local
241 String summaryText = root.summary; in bindView()
247 summary.setText(summaryText); in bindView()
248 summary.setVisibility(TextUtils.isEmpty(summaryText) ? View.GONE : View.VISIBLE); in bindView()
275 final TextView summary = (TextView) convertView.findViewById(android.R.id.summary); in bindView() local
282 summary.setVisibility(View.GONE); in bindView()
398 return DocumentInfo.compareToIgnoreCaseNullable(lhs.summary, rhs.summary); in compare()
/frameworks/base/docs/html/training/basics/network-ops/
Dxml.jd99 <summary type="html">
102 </summary>
112 <code>title</code>, <code>link</code>, and <code>summary</code>.</p>
182 <code>title</code>, <code>link</code>, and <code>summary</code>.</li>
192 <code>link</code> or <code>summary</code>, it calls the appropriate method
200 <li>For the <code>title</code> and <code>summary</code> tags, the parser calls
212 <code>summary</code>.</li>
226 public final String summary;
228 private Entry(String title, String summary, String link) {
230 this.summary = summary;
[all …]
/frameworks/base/docs/html/training/wearables/notifications/
Dstacks.jd23 notifications into a single summary notification. For example, if your app creates notifications
26 to provide a summary such as "2 new messages."</p>
28 <p>However, a summary notification is less useful on an Android wearable because users
34 possible while allowing you to still provide only one summary notification on the handheld device.<…
86 <p>It's important that you still provide a summary notification that appears on handheld devices.
87 So in addition to adding each unique notification to the same stack group, also add a summary
89 on the summary notification.</p>
119 or no style for the summary notification.
131 When creating a summary notification, you can use the

12345678