Home
last modified time | relevance | path

Searched refs:oldCount (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrame.java187 int oldCount = oldDims == null ? 0 : oldDims.length; in resize() local
189 if (oldCount != newCount) { in resize()
190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional " in resize()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1369 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local
1373 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()
1381 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()
1385 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()
1398 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()
1402 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()
1410 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()
1414 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()
1439 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local
1444 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()
[all …]
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
DRecyclerViewActivity.java201 final int oldCount = getChildCount(); in onFocusSearchFailed() local
203 if (oldCount == 0) { in onFocusSearchFailed()
DAnimatedRecyclerView.java575 final int oldCount = getChildCount(); in onFocusSearchFailed() local
577 if (oldCount == 0) { in onFocusSearchFailed()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java378 final int oldCount = mAdapter.getCount();
399 if (mAdapter.getCount() != oldCount) {
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java848 final int oldCount = in rebatchAllAlarmsLocked() local
878 if (oldCount != newCount) { in rebatchAllAlarmsLocked()
879 Slog.wtf(TAG, "Rebatching: total count changed from " + oldCount + " to " + newCount); in rebatchAllAlarmsLocked()
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java1044 final int oldCount = count; in testPredictiveOnMeasureWrapContent() local
1049 if (oldCount > 0) { in testPredictiveOnMeasureWrapContent()
1050 mActivity.removeItems(0, oldCount); in testPredictiveOnMeasureWrapContent()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...