Searched defs:set (Results 101 - 125 of 234) sorted by last modified time

12345678910

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartDataLoader.java133 NetworkTemplate template, int uid, int set, NetworkStatsHistory existing)
136 template, uid, set, TAG_NONE, FIELD_RX_BYTES | FIELD_TX_BYTES);
132 collectHistoryForUid( NetworkTemplate template, int uid, int set, NetworkStatsHistory existing) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java259 // if (upgradeVersion == [the DATABASE_VERSION you set] - 1) {
261 // upgradeVersion = [the DATABASE_VERSION you set]
769 * New settings for set install location UI no longer initiated here.
776 * Update the screen timeout value if set to never
982 // This upgrade makes sure that MODE_RINGER_STREAMS_AFFECTED is set
1124 // only set default if it has not yet been set
1356 // date with new changes to the set of global versus system/secure settings
1528 // if the globally-scoped device-provisioned bit is set
1803 // If the SIP_CALL_OPTIONS setting is set t
1985 setToStringArray(Set<String> set) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java135 void set(List<Task> tasks) { method in class:FilteredTaskList
334 mHintTextBounds.set((int) mHintTextPaint.measureText(mHintText), mTmpRect.height());
642 * @param tasks the new set of tasks to replace the current set.
646 // Compute a has set for each of the tasks
692 mStackTaskList.set(allTasks);
748 * Returns the set of "active" (non-historical) tasks in the stack that have been used recently.
755 * Returns the set of "freeform" tasks in the stack.
771 * Computes a set of all the active and historical tasks.
853 /** Adds a group to the set */
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java144 * Returns whether the set succeeded.
146 public boolean set(StatusBarIcon icon) { method in class:StatusBarIconView
/frameworks/base/rs/java/android/renderscript/
H A DByte2.java252 * set vector negate
292 * set vector value by Byte2
296 public void set(Byte2 a) { method in class:Byte2
302 * set the vector field value by Char
339 * set the vector field value by index
H A DByte3.java271 * set vector negate
313 * set vector value by Byte3
317 public void set(Byte3 a) { method in class:Byte3
324 * set the vector field value by Char
365 * set the vector field value by index
H A DByte4.java289 * set vector negate
333 * set vector value by Byte4
337 public void set(Byte4 a) { method in class:Byte4
345 * set the vector field values
390 * set the vector field value by index
H A DDouble2.java278 public void set(Double2 a) { method in class:Double2
H A DDouble3.java297 public void set(Double3 a) { method in class:Double3
H A DDouble4.java317 public void set(Double4 a) { method in class:Double4
H A DFloat2.java273 * set vector value by float2
277 public void set(Float2 a) { method in class:Float2
283 * set vector negate
326 * set the vector field value by index
364 * set the vector field value
H A DFloat3.java293 * set vector value by float3
297 public void set(Float3 a) { method in class:Float3
304 * set vector negate
350 * set the vector field value by index
394 * set the vector field value
H A DFloat4.java313 * set vector value by float4
317 public void set(Float4 a) { method in class:Float4
325 * set vector negate
374 * set the vector field value by index
424 * set the vector field value
H A DInt2.java306 * set vector negate
346 * set vector value by Int2
350 public void set(Int2 a) { method in class:Int2
356 * set the vector field value by Int
393 * set the vector field value by index
H A DInt3.java329 * set vector negate
371 * set vector value by Int3
375 public void set(Int3 a) { method in class:Int3
382 * set the vector field value by Int
423 * set the vector field value by index
H A DInt4.java352 * set vector negate
396 * set vector value by Int4
400 public void set(Int4 a) { method in class:Int4
408 * set the vector field value by Int
453 * set the vector field value by index
H A DLong2.java306 * set vector negate
346 * set vector value by Long2
350 public void set(Long2 a) { method in class:Long2
356 * set the vector field value by Long
393 * set the vector field value by index
H A DLong3.java329 * set vector negate
371 * set vector value by Long3
375 public void set(Long3 a) { method in class:Long3
382 * set the vector field value by Long
423 * set the vector field value by index
H A DLong4.java352 * set vector negate
396 * set vector value by Long4
400 public void set(Long4 a) { method in class:Long4
408 * set the vector field value by Long
453 * set the vector field value by index
H A DMatrix2f.java38 * @param dataArray values to set the matrix to, must be 4
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix2f
142 set(i,0, ri0);
143 set(i,1, ri1);
H A DMatrix3f.java38 * @param dataArray values to set the matrix to, must be 9
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix3f
218 set(i,0, ri0);
219 set(i,1, ri1);
220 set(i,2, ri2);
H A DMatrix4f.java40 * @param dataArray values to set the matrix to, must be 16
73 * @param x column of the value to set
74 * @param y row of the value to set
76 public void set(int x, int y, float v) { method in class:Matrix4f
238 set(i,0, ri0);
239 set(i,1, ri1);
240 set(i,2, ri2);
241 set(i,3, ri3);
267 * with the right and bottom clipping planes set to the given
268 * values. Left and top clipping planes are set t
[all...]
H A DScriptGroup.java362 // Either mFieldID or mArgIndex should be set but not both.
382 void set(Object value) { method in class:ScriptGroup.Input
455 unbound.set(obj);
H A DShort2.java309 * set vector negate
349 * set vector value by Short2
353 public void set(Short2 a) { method in class:Short2
359 * set the vector field value by Short
396 * set the vector field value by index
H A DShort3.java329 * set vector negate
371 * set vector value by Short3
375 public void set(Short3 a) { method in class:Short3
382 * set the vector field value by Short
423 * set the vector field value by index

Completed in 312 milliseconds

12345678910