Searched defs:get (Results 26 - 50 of 362) sorted by last modified time

1234567891011>>

/frameworks/support/compat/java/android/support/v4/util/
H A DLongSparseArray.java95 public E get(long key) { method in class:LongSparseArray
96 return get(key, null);
104 public E get(long key, E valueIfKeyNotFound) { method in class:LongSparseArray
H A DLruCache.java77 public final V get(K key) { method in class:LruCache
84 mapValue = map.get(key);
293 * Returns the number of times {@link #get} returned a value that was
301 * Returns the number of times {@link #get} returned null or required a new
H A DSimpleArrayMap.java359 public V get(Object key) { method in class:SimpleArrayMap
602 Object theirs = map.get(key);
627 Object theirs = map.get(key);
H A DSparseArrayCompat.java75 public E get(int key) { method in class:SparseArrayCompat
76 return get(key, null);
84 public E get(int key, E valueIfKeyNotFound) { method in class:SparseArrayCompat
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DFocusStrategy.java43 sortedFocusables.add(collectionAdapter.get(focusables, i));
67 return focusables.get(position);
69 return focusables.get(0);
82 return focusables.get(position);
84 return focusables.get(count - 1);
170 final T focusable = collectionAdapter.get(focusables, i);
175 // get focus bounds of other view
451 V get(T collection, int index); method in interface:FocusStrategy.CollectionAdapter
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiCompat.java70 * After initialization the {@link #get()} function can be used to get the configured instance and
74 * <pre><code>CharSequence processedSequence = EmojiCompat.get().process("some string")</pre>
289 public static EmojiCompat get() { method in class:EmojiCompat
906 mInitCallbacks.get(i).onInitialized();
912 mInitCallbacks.get(i).onFailed(mThrowable);
H A DMetadataRepo.java216 Node get(final int key) { method in class:MetadataRepo.Node
217 return mChildren == null ? null : mChildren.get(key);
225 Node node = get(data.getCodepointAt(start));
/frameworks/support/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DConfig.java64 static synchronized Config get() { method in class:Config
/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DConfig.java64 static synchronized Config get() { method in class:Config
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java124 Element get(int group, int element) { method in class:LoaderDicom.TagSet
125 return get(tagInt(group, element));
234 mMappedByteBuffer.get(readBuff, 0, (int) (e.mLength));
246 mMappedByteBuffer.get(readBuff, 0, (int) (e.mLength));
255 mMappedByteBuffer.asShortBuffer().get(s);
315 v.mData[count] = (short[]) data.get(0x7fe0, 0x10).mValue;
317 v.mDimx = (Short) data.get(0x28, 0x10).mValue;
318 v.mDimy = (Short) data.get(0x28, 0x11).mValue;
407 int z = fileMap.get(file);
410 short[] slice = (short[]) data.get(
[all...]
/frameworks/rs/cpp/util/
H A DStrongPointer.h94 inline T* get() const { return m_ptr; } function in class:android::RSC::sp
214 return printStrongPointer(to, val.get());
/frameworks/rs/
H A DrsMatrix2x2.h28 inline float get(uint32_t col, uint32_t row) const { function in struct:android::renderscript::Matrix2x2
H A DrsMatrix3x3.h28 inline float get(uint32_t col, uint32_t row) const { function in struct:android::renderscript::Matrix3x3
H A DrsMatrix4x4.h28 float get(uint32_t col, uint32_t row) const { function in struct:android::renderscript::Matrix4x4
H A DrsObjectBase.h108 mRef = ref.get();
153 inline T * get() const { function in class:android::renderscript::ObjectBaseRef
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix2f.java67 public float get(int x, int y) { method in class:Matrix2f
141 float rhs_ij = rhs.get(i,j);
142 ri0 += lhs.get(j,0) * rhs_ij;
143 ri1 += lhs.get(j,1) * rhs_ij;
H A DMatrix3f.java67 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;
H A DMatrix4f.java67 public float get(int x, int y) { method in class:Matrix4f
233 float rhs_ij = rhs.get(i,j);
234 ri0 += lhs.get(j,0) * rhs_ij;
235 ri1 += lhs.get(j,1) * rhs_ij;
236 ri2 += lhs.get(j,2) * rhs_ij;
237 ri3 += lhs.get(j,3) * rhs_ij;
H A DScriptGroup.java259 Future f = mGlobalFuture.get(field);
266 Object obj = mBindings.get(field);
391 Object get() { return mValue; } method in class:ScriptGroup.Input
417 closureIDs[i] = closures.get(i).getID(rs);
450 Input unbound = mInputs2.get(i);
461 output = ((Input)output).get();
536 Node n = mNodes.get(ct);
538 ConnectLine l = n.mOutputs.get(ct2);
550 if (n.mOutputs.get(ct3).mFrom == l.mFrom) {
551 n.mOutputs.get(ct
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java198 ImsServiceController get(Context context, ComponentName componentName); method in interface:ImsResolver.ImsServiceControllerFactory
317 SparseArray<ImsServiceController> services = mBoundImsServicesByFeature.get(slotId);
321 controller = services.get(feature);
338 SparseArray<ImsServiceController> services = mBoundImsServicesByFeature.get(slotId);
357 SparseArray<ImsServiceController> services = mBoundImsServicesByFeature.get(slotId);
361 ImsServiceController c = services.get(feature, null);
387 Log.d(TAG, "Updating features - Old features: " + match.get().supportedFeatures
389 match.get().supportedFeatures = info.supportedFeatures;
419 mInstalledServicesCache.remove(match.get());
420 Log.i(TAG, "Removing ImsService: " + match.get()
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java609 // Could not get the ImsService, retry!
616 int get(); method in interface:ImsPhoneCallTracker.IRetryTimeout
805 //we should have failed in !canDial() above before we get here
1237 String disableCall = SystemProperties.get(
1322 log(l.get(i).toString());
1329 log(l.get(i).toString());
1336 log(l.get(i).toString());
1701 int toCode = mImsReasonCodeMap.get(toCheck);
1709 int toCode = mImsReasonCodeMap.get(wildcardToCheck);
1808 return PRECISE_CAUSE_MAP.get(maybeRemapReasonCod
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DAbstractCache.java64 public V get(K key) { method in class:AbstractCache
66 Log.v(TAG, "Trying to get " + key + " from cache.");
70 CacheEntry<V> cacheEntry = mCacheMap.get(key);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java94 public TimeZoneInfo get(int position) { method in class:TimeZoneData
95 return mTimeZones.get(position);
204 ArrayList<Integer> group = mTimeZonesByCountry.get(tz.mCountry);
276 TimeZoneInfo tzi = mTimeZonesById.get(ids[i]);
298 ArrayList<Integer> group = mTimeZonesByOffsets.get(index);
311 return mTimeZonesByOffsets.get(index);
406 String country = mCountryCodeToNameMap.get(countryCode);
412 // TODO Don't like this here but need to get the country of
433 TimeZoneInfo tzInfoToOverride = mTimeZones.get(tzToOverride);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/photoviewer/src/com/android/ex/photo/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 869 milliseconds

1234567891011>>