Searched refs:get (Results 401 - 425 of 2963) sorted by relevance

<<11121314151617181920>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java363 View mainView = mMainViewList.get(i);
380 View infoView = mInfoViewList.get(i);
392 View extraView = mExtraViewList.get(i);
420 View mainView = mMainViewList.get(i);
433 infoHeight += mInfoViewList.get(i).getMeasuredHeight();
451 View infoView = mInfoViewList.get(i);
471 View extraView = mExtraViewList.get(i);
596 mInfoViewList.get(i).setVisibility(View.VISIBLE);
600 mInfoViewList.get(i).setVisibility(View.GONE);
603 mExtraViewList.get(
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewFocusRecoveryTest.java161 Item item = mAdapter.mItems.get(3);
204 Item item = mAdapter.mItems.get(4);
308 mAdapter.mItems.get(3).mType = TYPE_NO_FOCUS;
336 if (holder.getItemId() == toFocusId.get()) {
346 toFocusId.set(adapter.mItems.get(3).mId);
347 long firstFocusId = toFocusId.get();
349 RecyclerView.ViewHolder oldVh = mRecyclerView.findViewHolderForItemId(toFocusId.get());
351 toFocusId.set(mAdapter.mItems.get(5).mId);
356 mAdapter.mItems.get(3).mType += 2;
357 mAdapter.mItems.get(
[all...]
H A DLinearLayoutManagerSavedStateTest.java55 public WrappedLinearLayoutManager get() {
61 public TestAdapter get() {
67 public WrappedLinearLayoutManager get() {
73 public TestAdapter get() {
355 return mLayoutManagerDelegate.get();
358 return mTestAdapterDelegate.get();
390 return mLayoutManagerDelegate.get();
393 return mTestAdapterDelegate.get();
416 T get(); method in interface:LinearLayoutManagerSavedStateTest.Delegate
/frameworks/base/core/java/android/os/
H A DAsyncTask.java314 postResultIfNotInvoked(get());
328 final boolean wasTaskInvoked = mTaskInvoked.get();
458 return mCancelled.get();
506 public final Result get() throws InterruptedException, ExecutionException { method in class:AsyncTask
507 return mFuture.get();
525 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:AsyncTask
527 return mFuture.get(timeout, unit);
/frameworks/base/core/java/android/transition/
H A DCrossfade.java176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS);
177 Rect endBounds = (Rect) endVals.get(PROPNAME_BOUNDS);
178 Bitmap startBitmap = (Bitmap) startVals.get(PROPNAME_BITMAP);
179 Bitmap endBitmap = (Bitmap) endVals.get(PROPNAME_BITMAP);
180 final BitmapDrawable startDrawable = (BitmapDrawable) startVals.get(PROPNAME_DRAWABLE);
181 final BitmapDrawable endDrawable = (BitmapDrawable) endVals.get(PROPNAME_DRAWABLE);
269 Log.d(LOG_TAG, "Captured bounds " + transitionValues.values.get(PROPNAME_BOUNDS));
/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java219 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
242 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
265 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
289 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
316 mFuture.get(getTimeout() + 100, TimeUnit.MILLISECONDS);
340 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
364 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp43 // We could get this from TimeLord and use the actual frame interval, but
125 if (mFastRects.get()) return;
153 rect = mFastRects.get();
158 rect = mJankyRects.get();
185 rect = mFastRects.get();
189 rect = mJankyRects.get();
206 renderer->drawRects(mFastRects.get(), mNumFastRects * 4, &paint);
208 renderer->drawRects(mJankyRects.get(), mNumJankyRects * 4, &paint);
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java274 public SchemeInitData get(UUID schemeUuid) {
275 return initDataMap.get(schemeUuid);
285 ByteBuffer buf = (ByteBuffer) trackFormatMap.get("crypto-key");
288 buf.get(data);
290 public SchemeInitData get(UUID schemeUuid) {
310 ByteBuffer rawpssh = (ByteBuffer) formatMap.get("pssh");
324 rawpssh.get(psshdata);
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DEAPMethod.java29 int length = payload.get() & Constants.BYTE_MASK;
30 int methodID = payload.get() & Constants.BYTE_MASK;
31 int count = payload.get() & Constants.BYTE_MASK;
42 int id = paramPayload.get() & Constants.BYTE_MASK;
49 int len = paramPayload.get() & Constants.BYTE_MASK;
96 Set<AuthParam> authParams = mAuthParams.get(param.getAuthInfoID());
127 Set<AuthParam> params = mAuthParams.get(entry.getKey());
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java140 final SystemService service = mServices.get(i);
158 final SystemService service = mServices.get(i);
171 final SystemService service = mServices.get(i);
184 final SystemService service = mServices.get(i);
197 final SystemService service = mServices.get(i);
210 final SystemService service = mServices.get(i);
242 final SystemService service = mServices.get(i);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionStack.java86 ActivityManager.RecentTaskInfo recentTask = tasks.get(0);
205 return records.get(0);
228 MediaSessionRecord record = records.get(0);
261 MediaSessionRecord record = records.get(i);
275 MediaSessionRecord record = records.get(i);
295 MediaSessionRecord record = sortedSessions.get(i);
309 * @param userId The user to get sessions for. {@link UserHandle#USER_ALL}
322 final MediaSessionRecord session = mSessions.get(i);
351 // Active local sessions get top priority
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java103 AdapterItem item = mItems.get(groupPosition);
106 return children.get(childPosition);
118 AdapterItem item = mItems.get(groupPosition);
124 return mItems.get(groupPosition);
136 AdapterItem item = mItems.get(groupPosition);
147 AdapterItem parentItem = mItems.get(groupPosition);
229 return mItems.get(groupPosition).getType();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DEAPMethod.java30 int length = payload.get() & Constants.BYTE_MASK;
31 int methodID = payload.get() & Constants.BYTE_MASK;
32 int count = payload.get() & Constants.BYTE_MASK;
43 int id = paramPayload.get() & Constants.BYTE_MASK;
50 int len = paramPayload.get() & Constants.BYTE_MASK;
97 Set<AuthParam> authParams = mAuthParams.get(param.getAuthInfoID());
128 Set<AuthParam> params = mAuthParams.get(entry.getKey());
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DConfigurationMapTest.java87 return USER_PROFILES.get(userId);
97 USER_PROFILES.get(mCurrentUserId))
99 USER_PROFILES.get(newUserId))) {
118 USER_PROFILES.get(mCurrentUserId))) {
200 final WifiConfiguration config1 = CONFIGS.get(0);
213 final WifiConfiguration config2 = CONFIGS.get(1);
222 final WifiConfiguration config3 = CONFIGS.get(2);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java237 data[1] = byteToBCD(mCalendar.get(java.util.Calendar.YEAR) % 100);
240 data[2] = byteToBCD(mCalendar.get(java.util.Calendar.MONTH) + 1);
243 data[3] = byteToBCD(mCalendar.get(java.util.Calendar.DATE));
246 data[4] = byteToBCD(mCalendar.get(java.util.Calendar.HOUR_OF_DAY));
249 data[5] = byteToBCD(mCalendar.get(java.util.Calendar.MINUTE));
252 data[6] = byteToBCD(mCalendar.get(java.util.Calendar.SECOND));
254 String tz = SystemProperties.get("persist.sys.timezone", "");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestProvider.java49 contentValuesCollection = mMimeTypeToExpectedContentValues.get(mimeType);
73 ContentProviderOperation operation = operations.get(i);
78 ContentProviderOperation operation = operations.get(i);
83 TestCase.assertNull(actualContentValues.get(RawContacts.ACCOUNT_NAME));
84 TestCase.assertNull(actualContentValues.get(RawContacts.ACCOUNT_TYPE));
116 mMimeTypeToExpectedContentValues.get(mimeType);
227 final Object actualValue = actual.get(key);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java124 services.get(i).calculateBindPriority(currentTime);
132 services.get(i).setBindAllowed(true);
136 services.get(i).setBindAllowed(false);
160 TileServiceManager service = mServices.get(customTile);
179 final TileServiceManager tileServiceManager = mServices.get(customTile);
195 final TileServiceManager tileServiceManager = mServices.get(customTile);
210 mServices.get(customTile).setShowingDialog(true);
220 mServices.get(customTile).setShowingDialog(false);
299 return mTiles.get(component);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteService.java130 UinputBridge inputBridge = mBridgeMap.get(token);
144 UinputBridge inputBridge = mBridgeMap.get(token);
151 UinputBridge inputBridge = mBridgeMap.get(token);
162 UinputBridge inputBridge = mBridgeMap.get(token);
173 UinputBridge inputBridge = mBridgeMap.get(token);
185 UinputBridge inputBridge = mBridgeMap.get(token);
197 UinputBridge inputBridge = mBridgeMap.get(token);
208 UinputBridge inputBridge = mBridgeMap.get(token);
236 TvRemoteProviderProxy provider = mProviderMap.get(token);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerSettingsTests.java220 ArraySet<Long> mapping = ksMapping.get(1);
223 mapping = ksMapping.get(2);
226 mapping = ksMapping.get(3);
229 mapping = ksMapping.get(4);
239 PackageSetting ps = packages.get("com.google.app1");
241 ps = packages.get("com.google.app2");
243 assertEquals(new Long(4), ps.keySetData.getAliases().get("AB"));
244 ps = packages.get("com.android.app3");
246 assertEquals(new Long(3), ps.keySetData.getAliases().get("C"));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java323 String config = SystemProperties.get("test.data_retry_config");
380 retVal = mRetryArray.get(index).mDelayTime + nextRandomizationTime(index);
435 int randomTime = mRetryArray.get(index).mRandomizationTime;
460 return mWaitingApns.get(mCurrentApnIndex);
471 if (mWaitingApns.get(index).permanentFailed == false) break;
478 return mWaitingApns.get(mCurrentApnIndex);
518 if (mWaitingApns.get(index).permanentFailed == false) break;
599 log(" [" + i + "]:" + mWaitingApns.get(i));
614 * This method is called when we get the suggested delay from RIL.
654 pw.println(" [" + i + "]=" + mWaitingApns.get(
[all...]
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeUtils.java70 buffer.append(key).append("=").append(Arrays.toString(map.get(key)));
121 if (!Objects.deepEquals(map.get(key), otherMap.get(key))) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DPerfMeasurement.java138 mCollectedTimestamps.get(i),
139 mCollectedGpuDurations.get(i),
140 mCollectedCpuDurations.get(i)));
/frameworks/base/core/java/android/util/
H A DLongSparseLongArray.java94 public long get(long key) { method in class:LongSparseLongArray
95 return get(key, 0);
102 public long get(long key, long valueIfKeyNotFound) { method in class:LongSparseLongArray
H A DMonthDisplayHelper.java72 return mCalendar.get(Calendar.YEAR);
76 return mCalendar.get(Calendar.MONTH);
89 return mCalendar.get(Calendar.DAY_OF_WEEK);
H A DSparseLongArray.java92 public long get(int key) { method in class:SparseLongArray
93 return get(key, 0);
100 public long get(int key, long valueIfKeyNotFound) { method in class:SparseLongArray

Completed in 775 milliseconds

<<11121314151617181920>>