Searched defs:get (Results 1 - 25 of 362) sorted by last modified time

1234567891011>>

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/transition/api14/android/support/transition/
H A DPathProperty.java52 public Float get(T object) { method in class:PathProperty
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DListRowDataAdapter.java47 Row item = (Row) mAdapter.get(i);
62 public Object get(int index) { method in class:ListRowDataAdapter
63 return mAdapter.get(index);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DArrayObjectAdapter.java55 public Object get(int index) { method in class:ArrayObjectAdapter
56 return mItems.get(index);
H A DCursorObjectAdapter.java137 public Object get(int index) { method in class:CursorObjectAdapter
144 Object item = mItemCache.get(index);
173 * from the data source the next time {@link #get(int)} is called.
H A DObjectAdapter.java80 mObservers.get(i).onChanged();
86 mObservers.get(i).onItemRangeChanged(positionStart, itemCount);
92 mObservers.get(i).onItemRangeInserted(positionStart, itemCount);
98 mObservers.get(i).onItemRangeRemoved(positionStart, itemCount);
266 public abstract Object get(int position); method in class:ObjectAdapter
H A DParallax.java131 public final Integer get(Parallax object) { method in class:Parallax.IntProperty
148 * Fast version of get() method that returns a primitive int value of the Property.
284 public final Float get(Parallax object) { method in class:Parallax.FloatProperty
301 * Fast version of get() method that returns a primitive int value of the Property.
498 i, mProperties.get(i).getName(),
499 i - 1, mProperties.get(i - 1).getName()));
503 i - 1, mProperties.get(i - 1).getName(),
504 i, mProperties.get(i).getName()));
520 i, mProperties.get(i).getName(),
521 i - 1, mProperties.get(
[all...]
H A DSparseArrayObjectAdapter.java40 public Object get(int position) { method in class:SparseArrayObjectAdapter
124 return mItems.get(key);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionBarPolicy.java41 public static ActionBarPolicy get(Context context) { method in class:ActionBarPolicy
80 return !ViewConfiguration.get(mContext).hasPermanentMenuKey();
107 // Older apps get the home button interaction enabled by default.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java73 * ActivityChooserModel.get(context, "task_specific_history_file_name.xml");
329 public static ActivityChooserModel get(Context context, String historyFileName) { method in class:ActivityChooserModel
331 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
412 return mActivities.get(index).resolveInfo;
429 ActivityResolveInfo currentActivity = activities.get(i);
464 ActivityResolveInfo chosenActivity = mActivities.get(index);
515 return mActivities.get(0).resolveInfo;
535 ActivityResolveInfo newDefaultActivity = mActivities.get(index);
536 ActivityResolveInfo oldDefaultActivity = mActivities.get(0);
694 ResolveInfo resolveInfo = resolveInfos.get(
[all...]
H A DAppCompatDrawableManager.java82 public static AppCompatDrawableManager get() { method in class:AppCompatDrawableManager
216 LongSparseArray<WeakReference<ConstantState>> cache = mDrawableCaches.get(context);
309 final String cachedTagName = mKnownDrawableIdTags.get(resId);
311 || (cachedTagName != null && mDelegates.get(cachedTagName) == null)) {
363 final InflateDelegate delegate = mDelegates.get(tagName);
394 = mDrawableCaches.get(context);
399 final WeakReference<ConstantState> wr = cache.get(key);
402 ConstantState entry = wr.get();
419 LongSparseArray<WeakReference<ConstantState>> cache = mDrawableCaches.get(context);
499 if (mDelegates != null && mDelegates.get(tagNam
679 PorterDuffColorFilter get(int color, PorterDuff.Mode mode) { method in class:AppCompatDrawableManager.ColorFilterLruCache
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java65 * The callback instance that controls the behavior of the SortedList and get notified when
437 T item = get(index);
467 * If the new object is a different object (<code>get(index) != item</code>) and
482 final T existing = get(index);
537 final T item = get(index);
554 public T get(int index) throws IndexOutOfBoundsException { method in class:SortedList
556 throw new IndexOutOfBoundsException("Asked to get item at " + index + " but size is "
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java34 * methods like get getUnfilteredChildCount or getUnfilteredChildAt.
123 while (mBucket.get(offset)) { // ensure this offset is not hidden
190 mCallback.onLeftHiddenState(mHiddenViews.get(i));
208 final View view = mHiddenViews.get(i);
301 if (mBucket.get(index)) {
303 throw new IllegalArgumentException("cannot get index of a hidden child");
332 if (DEBUG && mBucket.get(offset)) {
354 if (!mBucket.get(offset)) {
380 if (mBucket.get(index)) {
431 boolean get(in method in class:ChildHelper.Bucket
[all...]
H A DPositionMap.java77 public E get(int key) { method in class:PositionMap
78 return get(key, null);
86 public E get(int key, E valueIfKeyNotFound) { method in class:PositionMap
H A DRecyclerView.java573 final ViewConfiguration vc = ViewConfiguration.get(context);
1007 final ViewConfiguration vc = ViewConfiguration.get(getContext());
1501 return mItemDecorations.get(index);
2451 * same View may still get the focus as a result of that search.
2530 // get item decor offsets w/o refreshing. If they are invalid, there will be another
2589 mGapWorker = GapWorker.sGapWorker.get();
2720 final OnItemTouchListener listener = mOnItemTouchListeners.get(i);
2750 final OnItemTouchListener listener = mOnItemTouchListeners.get(i);
2764 // A child view e.g. a button may still get the click.
2824 + mScrollPointerId + " not found. Did any MotionEvents get skippe
11819 public <T> T get(int resourceId) { method in class:RecyclerView.State
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerSavedStateTest.java56 public WrappedLinearLayoutManager get() {
62 public TestAdapter get() {
68 public WrappedLinearLayoutManager get() {
74 public TestAdapter get() {
356 return mLayoutManagerDelegate.get();
359 return mTestAdapterDelegate.get();
391 return mLayoutManagerDelegate.get();
394 return mTestAdapterDelegate.get();
417 T get(); method in interface:LinearLayoutManagerSavedStateTest.Delegate
/frameworks/support/compat/java/android/support/v4/content/
H A DModernAsyncTask.java154 final Result result = get();
173 final boolean wasTaskInvoked = mTaskInvoked.get();
296 return mCancelled.get();
344 public final Result get() throws InterruptedException, ExecutionException { method in class:ModernAsyncTask
345 return mFuture.get();
363 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:ModernAsyncTask
365 return mFuture.get(timeout, unit);
/frameworks/support/compat/java/android/support/v4/os/
H A DLocaleListCompat.java51 public Locale get(int index) { method in class:LocaleListCompat.LocaleListCompatBaseImpl
52 return mLocaleList.get(index);
117 public Locale get(int index) { method in class:LocaleListCompat.LocaleListCompatApi24Impl
118 return mLocaleList.get(index);
216 public Locale get(int index) { method in class:LocaleListCompat
217 return IMPL.get(index);
358 localeArrayList[i] = localeList.get(i);
H A DLocaleListHelper.java62 Locale get(int index) { method in class:LocaleListHelper
511 && defaultLocale.equals(sDefaultLocaleList.get(0))) {
572 sLastDefaultLocale = locales.get(localeIndex);
H A DLocaleListInterface.java39 Locale get(int index); method in interface:LocaleListInterface
/frameworks/support/compat/java/android/support/v4/util/
H A DCircularArray.java237 public E get(int n) { method in class:CircularArray
H A DCircularIntArray.java194 public int get(int n) { method in class:CircularIntArray

Completed in 396 milliseconds

1234567891011>>