/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
BluetoothDiscoverableTimeoutReceiver.java | 53 alarmManager.set(AlarmManager.RTC_WAKEUP, alarmTime, pending);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
AnimateableViewBounds.java | 80 mClipBounds.set(mClipRect.left, mClipRect.top,
|
/frameworks/base/rs/java/android/renderscript/ |
Byte2.java | 252 * 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
|
Byte3.java | 271 * 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
|
Byte4.java | 289 * 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
|
Double2.java | 274 * Set vector value by double2 278 public void set(Double2 a) { method in class:Double2 284 * Set vector negate 327 * Set the vector field value by index 365 * Set the vector field value
|
Double3.java | 293 * Set vector value by double3 297 public void set(Double3 a) { method in class:Double3 304 * Set vector negate 350 * Set the vector field value by index 394 * Set the vector field value
|
Double4.java | 313 * Set vector value by double4 317 public void set(Double4 a) { method in class:Double4 325 * Set vector negate 374 * Set the vector field value by index 424 * Set the vector field value
|
Float2.java | 273 * 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
|
Float3.java | 293 * 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
|
Float4.java | 313 * 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
|
Int2.java | 306 * 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
|
Int3.java | 329 * 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
|
Int4.java | 352 * 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
|
Long2.java | 306 * 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
|
Long3.java | 329 * 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
|
Long4.java | 352 * 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
|
Short2.java | 309 * 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
|
Short3.java | 329 * 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
|
Short4.java | 352 * set vector negate 396 * set vector value by Short4 400 public void set(Short4 a) { method in class:Short4 408 * set the vector field value by Short 453 * set the vector field value by index
|
/frameworks/base/services/core/java/com/android/server/ |
MountServiceIdler.java | 110 calendar.set(Calendar.HOUR_OF_DAY, 3); 111 calendar.set(Calendar.MINUTE, 0); 112 calendar.set(Calendar.SECOND, 0); 113 calendar.set(Calendar.MILLISECOND, 0);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ViewFilter.java | 92 result.set(0f, 0f, 1f, 1f); 98 result.set(x, y, x + 1.0f / relativeAR, y + 1.0f); 102 result.set(x, y, x + 1.0f, y + relativeAR); 109 result.set(x, y, x + 1.0f, y + relativeAR); 113 result.set(x, y, x + 1.0f / relativeAR, y + 1.0f);
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsListRS.java | 125 mListAllocs.set(listElem, i, false);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
TextTest.java | 58 testData.set(dataItem, 0, true);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
Float4Param.java | 48 set(x, 0, 0, 0); method 53 set(x, y, 0, 0); method 58 set(x, y, z, 0); method 63 set(x, y, z, w); method 66 void set(float x, float y, float z, float w) { method in class:Float4Param 78 set(v.x, v.y, v.z, v.w); method
|