Searched refs:summary (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DStackOverflowXmlParser.java69 // It includes the data members "title," "link," and "summary."
73 public final String summary; field in class:StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { argument
77 this.summary = summary;
82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
88 String summary = null;
97 } else if (name.equals("summary")) {
98 summary = readSummary(parser);
105 return new Entry(title, summary, lin
[all...]
/frameworks/base/core/java/android/preference/
H A DTwoStatePreference.java105 * Sets the summary to be shown when checked.
107 * @param summary The summary to be shown when checked.
109 public void setSummaryOn(CharSequence summary) { argument
110 mSummaryOn = summary;
118 * @param summaryResId The summary as a resource.
125 * Returns the summary to be shown when checked.
126 * @return The summary.
133 * Sets the summary to be shown when unchecked.
135 * @param summary Th
137 setSummaryOff(CharSequence summary) argument
[all...]
H A DListPreference.java56 /* Retrieve the Preference summary attribute since it's private
156 * Returns the summary of this ListPreference. If the summary
161 * @return the summary with appropriate string substitution
174 * Sets the summary for this Preference with a CharSequence.
175 * If the summary has a
180 * @param summary The summary for the preference.
183 public void setSummary(CharSequence summary) { argument
184 super.setSummary(summary);
[all...]
H A DMultiCheckPreference.java59 /* Retrieve the Preference summary attribute since it's private
182 * Returns the summary of this ListPreference. If the summary
187 * @return the summary with appropriate string substitution
199 * Sets the summary for this Preference with a CharSequence.
200 * If the summary has a
205 * @param summary The summary for the preference.
208 public void setSummary(CharSequence summary) { argument
209 super.setSummary(summary);
[all...]
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DTwoStatePreference.java106 * Sets the summary to be shown when checked.
108 * @param summary The summary to be shown when checked.
110 public void setSummaryOn(CharSequence summary) { argument
111 mSummaryOn = summary;
119 * @param summaryResId The summary as a resource.
126 * Returns the summary to be shown when checked.
127 * @return The summary.
134 * Sets the summary to be shown when unchecked.
136 * @param summary Th
138 setSummaryOff(CharSequence summary) argument
[all...]
H A DPreferenceViewHolder.java39 mCachedViews.put(android.R.id.summary, itemView.findViewById(android.R.id.summary));
H A DListPreference.java60 /* Retrieve the Preference summary attribute since it's private
164 * Returns the summary of this ListPreference. If the summary
169 * @return the summary with appropriate string substitution
182 * Sets the summary for this Preference with a CharSequence.
183 * If the summary has a
188 * @param summary The summary for the preference.
191 public void setSummary(CharSequence summary) { argument
192 super.setSummary(summary);
[all...]
/frameworks/rs/api/
H A 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
H A 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
[all...]
H A Drs_object_info.spec18 summary: Object Characteristics Functions
71 summary: Presence of more than one face
83 summary: Presence of levels of detail
95 summary: Size of the X dimension
106 summary: Size of the Y dimension
118 summary: Size of the Z dimension
130 summary: Get the object that describes the cell of an Allocation
141 summary: Release an object
154 summary: Check for an empty handle
170 summary
[all...]
H A 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
152 summary: Element basic data type
173 summary
[all...]
H A Drs_vector_math.spec18 summary: Vector Math Functions
45 summary: Cross product of two vectors
70 summary: Distance between two points
97 summary: Dot product of two vectors
122 summary: Approximate distance between two points
140 summary: Approximate length of a vector
158 summary: Approximate normalized vector
179 summary: Length of a vector
205 summary: Approximate distance between two points
231 summary
[all...]
H A Drs_math.spec18 summary: Mathematical Constants and Functions
54 summary: 1 / pi, as a 32 bit float
61 summary: 2 / pi, as a 32 bit float
70 summary: 2 / pi, as a 32 bit float
77 summary: 2 / sqrt(pi), as a 32 bit float
84 summary: e, as a 32 bit float
91 summary: log_e(10), as a 32 bit float
98 summary: log_e(2), as a 32 bit float
105 summary: log_10(e), as a 32 bit float
112 summary
[all...]
H A 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
[all...]
H A Drs_io.spec18 summary: Input/Output Functions
30 summary: Receive new content from the queue
45 summary: Send new content to the queue
59 summary: Send a message to the client, non-blocking
82 summary: Send a message to the client, blocking
H A Drs_for_each.spec18 summary: Kernel Invocation Functions and Types
36 summary: Suggested cell processing order
48 summary: Handle to a kernel invocation context
75 summary: Cell iteration information
89 summary: Handle to a kernel function
103 summary: Launches a kernel
196 summary: Launches a kernel with options
226 summary: (Internal API) Launch a kernel in the current Script (with the slot number)
236 summary: Index in the Array0 dimension for the specified kernel context
262 summary
[all...]
H A Drs_quaternion.spec18 summary: Quaternion Functions
28 summary: Add two quaternions
43 summary: Conjugate a quaternion
58 summary: Dot product of two quaternions
71 summary: Get a rotation matrix from a quaternion
107 summary: Quaternion that represents a rotation about an arbitrary unit vector
130 summary: Create a quaternion
165 summary: Create a rotation quaternion
185 summary: Normalize a quaternion
205 summary
[all...]
H A Drs_convert.spec18 summary: Conversion Functions
32 summary: Convert numerical vectors
102 summary: Create a uchar4 RGBA from floats
148 summary: Create a float4 RGBA from uchar4
162 summary: Convert a YUV value to RGBA
/frameworks/base/core/java/android/service/notification/
H A DCondition.java74 * A summary of what the rule encoded in {@link #id} means when it is enabled. User visible
77 public final String summary; field in class:Condition
100 * @param summary a user visible description of the rule state.
102 public Condition(Uri id, String summary, int state) { argument
103 this(id, summary, "", "", -1, state, FLAG_RELEVANT_ALWAYS);
107 public Condition(Uri id, String summary, String line1, String line2, int icon, argument
110 if (summary == null) throw new IllegalArgumentException("summary is required");
113 this.summary = summary;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java70 if (group.summary != null) {
71 mListener.onGroupExpansionChanged(group.summary.row, expanded);
92 // When an app posts 2 different notifications as summary of the same group, then a
101 group.summary = null;
105 if (group.summary == null) {
124 group.summary = added;
149 group.suppressed = group.summary != null && !group.expanded
152 && group.summary.notification.getNotification().isGroupSummary()
156 handleSuppressedSummaryHeadsUpped(group.summary);
165 return getNumberOfIsolatedChildren(group.summary
463 public NotificationData.Entry summary; field in class:NotificationGroupManager.NotificationGroup
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsDurationTimerTest.java118 // Write summary
123 // Read summary
124 final BatteryStatsImpl.DurationTimer summary = new BatteryStatsImpl.DurationTimer(clocks,
126 summary.startRunningLocked(3100);
127 summary.readSummaryFromParcelLocked(summaryParcel);
129 assertFalse(summary.isRunningLocked());
130 assertEquals(0, summary.getCurrentDurationMsLocked(6300));
132 assertEquals(1200, summary.getMaxDurationMsLocked(6301));
139 // Read full - Should be the same as the summary as far as DurationTimer is concerned.
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItem.java95 public void setSummary(CharSequence summary) { argument
96 mSummary = summary;
129 CharSequence summary = getSummary();
130 if (summary != null && summary.length() > 0) {
131 summaryView.setText(summary);
/frameworks/base/services/net/java/android/net/ip/
H A DConnectivityPacketTracker.java129 final String summary = ConnectivityPacketSummary.summarize(
131 if (summary == null) return;
133 if (DBG) Log.d(mTag, summary);
134 addLogEntry(summary +
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java88 public String summary; field in class:RootInfo
109 summary = null;
129 summary = DurableUtils.readNullableString(in);
148 DurableUtils.writeNullableString(out, summary);
185 root.summary = getCursorString(cursor, Root.COLUMN_SUMMARY);
363 // Sort by root type, then title, then summary.
374 return compareToIgnoreCaseNullable(summary, other.summary);
390 return !TextUtils.isEmpty(summary) ? summary
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTile.java41 * Optional summary describing what this tile controls.
44 public CharSequence summary; field in class:Tile
94 TextUtils.writeToParcel(summary, dest, flags);
120 summary = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);

Completed in 1945 milliseconds

123