Searched defs:get (Results 101 - 125 of 310) sorted by relevance

1234567891011>>

/frameworks/base/drm/java/android/drm/
H A DDrmInfoRequest.java24 * class is passed to the {@link DrmManagerClient#acquireDrmInfo acquireDrmInfo()} method to get an
113 public Object get(String key) { method in class:DrmInfoRequest
114 return mRequestInformation.get(key);
H A DDrmUtils.java126 * parser.get(extendedMetadataKey);<br>
205 public String get(String key) { method in class:DrmUtils.ExtendedMetadataParser
206 return mMap.get(key);
/frameworks/base/libs/hwui/
H A DLayerCache.cpp91 Layer* LayerCache::get(RenderState& renderState, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::LayerCache
H A DRenderBufferCache.cpp97 RenderBuffer* RenderBufferCache::get(GLenum format, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::RenderBufferCache
H A DTextDropShadowCache.cpp148 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, function in class:android::uirenderer::TextDropShadowCache
151 ShadowTexture* texture = mCache.get(entry);
H A DTextureCache.h84 Texture* get(const SkBitmap* bitmap) { function in class:android::uirenderer::TextureCache
85 return get(bitmap, AtlasUsageType::Use);
93 return get(bitmap, AtlasUsageType::Bypass);
136 Texture* get(const SkBitmap* bitmap, AtlasUsageType atlasUsageType);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPickFragment.java52 if (get(fm) != null) {
62 public static PickFragment get(FragmentManager fm) { method in class:PickFragment
84 final DocumentsActivity activity = DocumentsActivity.get(PickFragment.this);
92 final BaseActivity activity = BaseActivity.get(PickFragment.this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskKeyLruCache.java57 mEvictionCallback.onEntryEvicted(mKeys.get(taskId));
68 final V get(Task.TaskKey key) { method in class:TaskKeyLruCache
69 return mCache.get(key.id);
77 Task.TaskKey lastKey = mKeys.get(key.id);
89 return mCache.get(key.id);
128 writer.print(innerPrefix); writer.println(mKeys.get(mKeys.keyAt(i)));
/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java315 public double get(int i) { method in class:Double2
H A DDouble3.java336 public double get(int i) { method in class:Double3
H A DFloat2.java291 * get vector length
309 * get the vector field value by index
314 public float get(int i) { method in class:Float2
H A DFloat3.java313 * get vector length
331 * get the vector field value by index
336 public float get(int i) { method in class:Float3
H A DMatrix2f.java64 public float get(int x, int y) { method in class:Matrix2f
138 float rhs_ij = rhs.get(i,j);
139 ri0 += lhs.get(j,0) * rhs_ij;
140 ri1 += lhs.get(j,1) * rhs_ij;
H A DMatrix3f.java64 public float get(int x, int y) { method in class:Matrix3f
213 float rhs_ij = rhs.get(i,j);
214 ri0 += lhs.get(j,0) * rhs_ij;
215 ri1 += lhs.get(j,1) * rhs_ij;
216 ri2 += lhs.get(j,2) * rhs_ij;
/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java90 final Package pkg = (ref != null) ? ref.get() : null;
121 public Entry get(String packageName, int resId, int[] styleable, int userId) { method in class:AttributeCache
123 WeakReference<Package> ref = mPackages.get(packageName);
124 Package pkg = (ref != null) ? ref.get() : null;
128 map = pkg.mMap.get(resId);
130 ent = map.get(styleable);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java53 * if (cache.get(key) == null) {
59 * value of null from {@link #get}, {@link #put} or {@link #remove} is
115 public final V get(K key) { method in class:LruCache
122 mapValue = map.get(key);
211 // get the last item in the linked list.
341 * Returns the number of times {@link #get} returned a value that was
349 * Returns the number of times {@link #get} returned null or required a new
/frameworks/base/tools/preload2/src/com/android/preload/
H A DClientUtils.java61 return wfc.get();
84 return wfc.get();
103 public Client get() { method in class:ClientUtils.WaitForClient
187 public Client[] get() { method in class:ClientUtils.WaitForClients
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DHprof.java50 return gh.get();
108 String rep = primitiveMapping.get(name);
126 public File get() { method in class:Hprof.GetHprof
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationAnalyzer.java72 public static AnnotationAnalyzer get() { method in class:AnnotationAnalyzer
78 TypeKind typeKind = PRIMITIVE_TYPES.get(className);
121 final AnnotationClass clazz = findClass(templateParameters.get(i), imports);
123 L.e("cannot find type argument for %s in %s", templateParameters.get(i),
148 String importedClass = imports.get(className);
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java88 Object currentValue = get(key);
134 public <T> T get(Key<T> key) { method in class:Camera2RequestSettingsSet
138 return (T) mDictionary.get(key);
146 * to its default value or simply unset. While {@link #get} will return
173 return Objects.equals(get(key), value);
248 T value = get(key);
/frameworks/minikin/include/minikin/
H A DSparseBitSet.h48 bool get(uint32_t ch) const { function in class:android::SparseBitSet
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h62 static inline GraphicBufferAllocator& get() { return getInstance(); } function in class:android::GraphicBufferAllocator
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java120 public ReusableBitmap get(final RequestKey key, final boolean incrementRefCount) { method in class:UnrefedBitmapCache
121 if (mNullRequests != null && mNullRequests.get(key) != null) {
124 return super.get(key, incrementRefCount);
H A DUnrefedPooledCache.java72 public V get(K key, boolean incrementRefCount) { method in class:UnrefedPooledCache
73 Trace.beginSection("cache get");
75 V result = mCache.get(key);
77 result = mNonPooledCache.get(key);
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java74 * If <code>autoAdvance</code> is true, behavior is undefined if you call {@link #get(int)}
75 * or {@link #has(int)} with an index N, then some arbitrary time later call {@link #get(int)}
110 * Attempt to get byte at the requested index from the wrapped input stream. If the internal
129 public byte get(final int index) throws IllegalStateException, IndexOutOfBoundsException { method in class:InputStreamBuffer
130 Trace.beginSection("get");
147 * If this method returns true, it is guaranteed that {@link #get(int)} with the same index
153 * See {@link #get(int)} for caveats. A lot of the same warnings about exceptions and
184 * Advancing does not fill the internal buffer. The next {@link #get(int)} or

Completed in 4117 milliseconds

1234567891011>>