/frameworks/base/core/java/android/transition/ |
TransitionInflater.java | 222 transition.addTarget(targetIds.get(i));
|
/frameworks/base/core/java/android/util/ |
SparseArray.java | 101 public E get(int key) { method in class:SparseArray 102 return get(key, null); 110 public E get(int key, E valueIfKeyNotFound) { method in class:SparseArray
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfoCache.java | 117 AccessibilityNodeInfo cachedInfo = mCacheImpl.get(sourceId); 137 public AccessibilityNodeInfo get(long accessibilityNodeId) { method in class:AccessibilityNodeInfoCache 140 AccessibilityNodeInfo info = mCacheImpl.get(accessibilityNodeId); 147 Log.i(LOG_TAG, "get(" + accessibilityNodeId + ") = " + info); 169 AccessibilityNodeInfo oldInfo = mCacheImpl.get(sourceId); 235 AccessibilityNodeInfo current = mCacheImpl.get(rootNodeId); 256 // Get the root. 267 parent = mCacheImpl.get(parent.getParentNodeId()); 308 AccessibilityNodeInfo child = mCacheImpl.get(childId);
|
/frameworks/base/core/java/com/android/internal/util/ |
TypedProperties.java | 402 public Object get(Object key) { method in class:TypedProperties 403 Object value = super.get(key); 415 * An unchecked exception that is thrown if a {@code get<TYPE>()} method 435 Object value = super.get(property); 455 Object value = super.get(property); 475 Object value = super.get(property); 495 Object value = super.get(property); 515 Object value = super.get(property); 535 Object value = super.get(property); 555 Object value = super.get(property) [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 228 template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> 230 get function 267 GET( 283 template <typename CTYPE, void GET(GLenum, CTYPE*)> 312 GET(
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
AutoCancelTest.java | 77 if (mCanceledMap.get(animX1) == null || 78 mCanceledMap.get(animX1) != true || 79 mCanceledMap.get(animY1) != null || 80 mCanceledMap.get(animXY1) != null || 81 mCanceledMap.get(animXZ1) != null) { 92 if (mCanceledMap.get(animXY1) == null || 93 mCanceledMap.get(animXY1) != true || 94 mCanceledMap.get(animY1) != null || 95 mCanceledMap.get(animXZ1) != null) { 136 assertTrue(future.get(FUTURE_TIMEOUT, TimeUnit.MILLISECONDS)) [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Matrix3f.java | 67 public float get(int x, int y) { method in class:Matrix3f 216 float rhs_ij = rhs.get(i,j); 217 ri0 += lhs.get(j,0) * rhs_ij; 218 ri1 += lhs.get(j,1) * rhs_ij; 219 ri2 += lhs.get(j,2) * rhs_ij;
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 104 public byte[] get(String key) { method in class:KeyStore 106 return mBinder.get(key);
|
/frameworks/base/libs/hwui/ |
GradientCache.cpp | 132 Texture* GradientCache::get(uint32_t* colors, float* positions, int count) { function in class:android::uirenderer::GradientCache 134 Texture* texture = mCache.get(gradient);
|
Matrix.h | 31 (m)->get(0), (m)->get(1), (m)->get(2), \ 32 (m)->get(3), (m)->get(4), (m)->get(5), \ 33 (m)->get(6), (m)->get(7), (m)->get(8) 208 inline float get(int i, int j) const function in class:android::uirenderer::Matrix4 [all...] |
PathCache.cpp | 292 PATH_LOGD("PathCache::get/create: name, size, mSize = %d, %d, %d", 344 sp<PathTask> t = static_cast<PathTask* >(task.get()); 424 PathTexture* PathCache::get(SkPath* path, SkPaint* paint) { function in class:android::uirenderer::PathCache 430 PathTexture* texture = mCache.get(entry); 472 PathTexture* texture = mCache.get(entry); 493 // The conversion into GL texture will happen in get(), when a client 517 PathTexture* texture = get(entry); 539 PathTexture* texture = get(entry); 560 PathTexture* texture = get(entry); 583 PathTexture* texture = get(entry) [all...] |
/frameworks/base/media/java/android/media/ |
CamcorderProfile.java | 210 * @see #get(int, int) 212 public static CamcorderProfile get(int quality) { method in class:CamcorderProfile 218 return get(i, quality); 263 public static CamcorderProfile get(int cameraId, int quality) { method in class:CamcorderProfile
|
MiniThumbFile.java | 70 String type = uri.getPathSegments().get(1); 71 MiniThumbFile file = sThumbFiles.get(type); 72 // Log.v(TAG, "get minithumbfile for type: "+type); 147 // Get the magic number for the specified id in the mini-thumb file. 166 if (mBuffer.get() == 1) { 248 byte flag = mBuffer.get(); 253 mBuffer.get(data, 0, length);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
CameraStressTest.java | 157 Log.v(TAG, "Setting scene mode to " + supportedSceneModes.get(i)); 158 params.setSceneMode(supportedSceneModes.get(i));
|
/frameworks/base/obex/javax/obex/ |
ClientSession.java | 136 public Operation get(HeaderSet header) throws IOException { method in class:ClientSession 376 * Set request inactive. Allows Put and get operation objects to tell this
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
ConnectivityServiceTest.java | 163 nextConnBroadcast.get(); 184 nextConnBroadcast.get(); 200 nextConnBroadcast.get(); 217 nextConnBroadcast.get();
|
NetworkPolicyManagerServiceTest.java | 263 backgroundChanged.get(); 274 idle.get(); 281 idle.get(); 289 idle.get(); 297 idle.get(); 303 idle.get(); 309 idle.get(); 321 future.get(); 330 future.get(); 340 future.get(); 932 public T get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.TestAbstractFuture 961 public Void get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.IdleFuture [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
MffFilterTestCase.java | 39 * processing finishes, one should call {@link #getOutputFrame(String)} to get and inspect the 114 return mOutputFrames.get("out_" + outputPortName); 120 mProcessResult.get(timeoutMs, TimeUnit.MILLISECONDS);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
ShaderParam.java | 73 ShaderParam matchingParam = sourceParams.get(inputName); 102 rsParams.set(paramList.get(i), i, false);
|
/frameworks/base/tests/SerialChat/src/com/android/serialchat/ |
SerialChat.java | 134 mInputBuffer.get(buffer, 0, ret);
|
/frameworks/base/tests/touchlag/ |
touchlag.cpp | 202 void get(int lag, int* x, int* y) { function in struct:Queue 275 // get touch events 278 queue.get(lag, &lag_x, &lag_y);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
SparseWeakArray.java | 72 public E get(int key) { method in class:SparseWeakArray 73 return get(key, null); 80 public E get(int key, E valueIfKeyNotFound) { method in class:SparseWeakArray 83 if (i < 0 || mValues[i] == DELETED || mValues[i].get() == null) { 86 return (E) mValues[i].get(); 132 if (val != DELETED && val.get() != null) { 171 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) { 245 return (E) mValues[index].get(); 288 if (mValues[i].get() == value) 345 if (mValues[i].get() == null) { // DELETED.get() never returns null [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pDnsSdServiceResponse.java | 137 sbuf.append(" key:").append(key).append(" value:").append(mTxtRecord.get(key)); 237 String ref = vmpack.get(dis.readUnsignedByte());
|
/frameworks/native/opengl/libs/EGL/ |
egl_cache.cpp | 64 egl_cache_t::get()->setBlob(key, keySize, value, valueSize); 69 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize); 85 egl_cache_t* egl_cache_t::get() { function in class:android::egl_cache_t 110 "but unable to get eglSetBlobCacheFuncsANDROID"); 153 egl_cache_t* c = egl_cache_t::get(); 183 return bc->get(key, keySize, value, valueSize);
|
egl_display.h | 85 static egl_display_t* get(EGLDisplay dpy); 224 const egl_display_t* get() const { return mDpy; } function in class:android::egl_display_ptr 225 egl_display_t* get() { return mDpy; } function in class:android::egl_display_ptr 239 return egl_display_ptr(egl_display_t::get(dpy)); 245 return egl_display_t::get(dpy);
|