Home
last modified time | relevance | path

Searched refs:rowIndex (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenDurationDialog.java177 private void bindTag(final int currZenDuration, final View row, final int rowIndex) { in bindTag() argument
183 tag.rb = (RadioButton) mZenRadioGroup.getChildAt(rowIndex); in bindTag()
205 updateUi(tag, row, rowIndex); in bindTag()
234 private void updateButtons(ConditionTag tag, View row, int rowIndex) { in updateButtons() argument
238 if (rowIndex == COUNTDOWN_CONDITION_INDEX) { in updateButtons()
242 onClickTimeButton(row, tag, false /*down*/, rowIndex); in updateButtons()
250 onClickTimeButton(row, tag, true /*up*/, rowIndex); in updateButtons()
273 protected void updateUi(ConditionTag tag, View row, int rowIndex) { in updateUi() argument
278 updateButtons(tag, row, rowIndex); in updateUi()
281 switch (rowIndex) { in updateUi()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColoredShadowsActivity.java39 private void setShadowColors(ViewGroup row, int rowIndex) { in setShadowColors() argument
45 view.setElevation(6.0f * (rowIndex + 1)); in setShadowColors()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPatternBouncer.kt316 val rowIndex = dot.y regex
317 while (size <= rowIndex) {
320 get(rowIndex).add(dot)
325 dotsByRow.forEachIndexed { rowIndex, rowDots ->
337 rowIndex * FAILURE_ANIMATION_DOT_SHRINK_STAGGER_DELAY_MS,
/aosp14/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.h61 int rowIndex, int width, int height);
74 uint8_t* vRows, int rowIndex, int width, int height);
H A DYuvToJpegEncoder.cpp198 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() argument
199 int numRows = (height - rowIndex) / 2; in deinterleave()
202 int offset = ((rowIndex >> 1) + row) * fStrides[1]; in deinterleave()
273 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() argument
274 int numRows = height - rowIndex; in deinterleave()
277 uint8_t* yuvSeg = yuv + (rowIndex + row) * fStrides[0]; in deinterleave()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java349 public boolean valueAt(int rowIndex, int colIndex) { in valueAt() argument
350 validateIndex(rowIndex, colIndex); in valueAt()
351 int r = mMap[rowIndex]; in valueAt()
374 public void setValueAt(int rowIndex, int colIndex, boolean value) { in setValueAt() argument
375 validateIndex(rowIndex, colIndex); in setValueAt()
376 int r = mMap[rowIndex]; in setValueAt()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java640 for (int rowIndex = 0; rowIndex < numRows; ++rowIndex) { in resize()
641 Row row = rows.get(rowIndex); in resize()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java5974 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, in obtain() argument
5996 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, in obtain() argument
6023 public static CollectionItemInfo obtain(@Nullable String rowTitle, int rowIndex, in obtain() argument
6052 public CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, in CollectionItemInfo() argument
6054 this(rowIndex, rowSpan, columnIndex, columnSpan, heading, false); in CollectionItemInfo()
6067 public CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, in CollectionItemInfo() argument
6069 this(null, rowIndex, rowSpan, null, columnIndex, columnSpan, in CollectionItemInfo()
6086 public CollectionItemInfo(@Nullable String rowTitle, int rowIndex, int rowSpan, in CollectionItemInfo() argument
6089 mRowIndex = rowIndex; in CollectionItemInfo()
6245 public CollectionItemInfo.Builder setRowIndex(int rowIndex) { in setRowIndex() argument
[all …]
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java669 int rowIndex = 0; in onExecute() local
673 builder.append("Row: ").append(rowIndex).append(" "); in onExecute()
674 rowIndex++; in onExecute()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java1126 int rowIndex = b.keyAt(3); in testWatchedSparseBooleanMatrix() local
1128 b.put(rowIndex, colIndex, !b.get(rowIndex, colIndex)); in testWatchedSparseBooleanMatrix()
1134 a.put(rowIndex, colIndex, !a.get(rowIndex, colIndex)); in testWatchedSparseBooleanMatrix()
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java1140 final int rowIndex = i / 2 / (mMeshWidth + 1); in fillMeshMatrix() local
1143 mMeshLeft[i + 1] = yl + hl * rowIndex / mMeshHeight; in fillMeshMatrix()
1146 mMeshRight[i + 1] = yr + hr * rowIndex / mMeshHeight; in fillMeshMatrix()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java1021 int rowIndex = 0; in quantize() local
1024 samplePixels[rowIndex] = pixels[i]; in quantize()
1025 rowIndex++; in quantize()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImplTest.kt270 assertThat(info.collectionItemInfo.rowIndex).isEqualTo(position)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...