Home
last modified time | relevance | path

Searched refs:Row (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/data/keyboards/
H A DVendor_18d1_Product_5018.kl19 # Row 1
33 # Row 2
48 # Row 3
62 # Row 4
76 # Row 5
H A DVendor_046d_Product_c294.kl25 # Row of buttons under hat
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
H A DHeadlineIcon.kt20 import androidx.compose.foundation.layout.Row
37 Row(
53 Row(
69 Row(
H A DSectionHeader.kt19 import androidx.compose.foundation.layout.Row
45 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight().padding(
H A DEntry.kt23 import androidx.compose.foundation.layout.Row
96 Row(
114 Row(
289 Row(
313 Row(
H A DSnackBar.kt21 import androidx.compose.foundation.layout.Row
74 Row(
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java158 private ArrayList<Row> rows = new ArrayList<Row>();
171 public static class Row { class in Keyboard
194 public Row(Keyboard parent) { in Row() method in Keyboard.Row
198 public Row(Resources res, Keyboard parent, XmlResourceParser parser) { in Row() method in Keyboard.Row
325 public Key(Row parent) { in Key()
605 Row row = new Row(this); in Keyboard()
641 Row row = rows.get(rowIndex); in resize()
795 protected Row createRowFromXml(Resources res, XmlResourceParser parser) { in createRowFromXml()
796 return new Row(res, this, parser); in createRowFromXml()
799 protected Key createKeyFromXml(Resources res, Row parent, int x, int y, in createKeyFromXml()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryDumper.kt26 import com.android.systemui.dump.Row
65 val rows: List<Row> =
104 val totalsRow: List<Row> =
181 val totalsRow: List<Row> =
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/statusbar/ui/composable/
H A DStatusBar.kt21 import androidx.compose.foundation.layout.Row
36 Row(
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/
H A DProgressBarPreference.kt21 import androidx.compose.foundation.layout.Row
131 Row(
159 Row {
H A DTwoTargetPreference.kt21 import androidx.compose.foundation.layout.Row
43 Row(
H A DBaseLayout.kt21 import androidx.compose.foundation.layout.Row
54 Row(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DDumpsysTableLogger.kt83 private val rows: List<Row>
118 typealias Row = List<String>
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardActiveUnlockModel.kt22 import com.android.systemui.dump.Row
88 fun toList(): List<Row> {
H A DKeyguardSliceView.java72 private Row mRow;
296 public static class Row extends LinearLayout { class in KeyguardSliceView
308 public Row(Context context) { in Row() method in KeyguardSliceView.Row
312 public Row(Context context, AttributeSet attrs) { in Row() method in KeyguardSliceView.Row
316 public Row(Context context, AttributeSet attrs, int defStyleAttr) { in Row() method in KeyguardSliceView.Row
320 public Row(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Row() method in KeyguardSliceView.Row
H A DKeyguardFaceListenModel.kt22 import com.android.systemui.dump.Row
129 fun toList(): List<Row> {
H A DKeyguardFingerprintListenModel.kt22 import com.android.systemui.dump.Row
133 fun toList(): List<Row> {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNPVCDownEventState.kt20 import com.android.systemui.dump.Row
110 fun toList(): List<Row> {
H A DNotificationShadeWindowState.kt21 import com.android.systemui.dump.Row
172 fun toList(): List<Row> {
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
H A DCreateCredentialComponents.kt27 import androidx.compose.foundation.layout.Row
204 Row(
353 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
466 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
540 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
549 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
558 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
567 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
H A DPeopleScreenEmpty.kt21 import androidx.compose.foundation.layout.Row
96 Row(
H A DPeopleScreen.kt23 import androidx.compose.foundation.layout.Row
209 Row(
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
H A DActionButtons.kt25 import androidx.compose.foundation.layout.Row
65 Row(
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPinInputDisplay.kt29 import androidx.compose.foundation.layout.Row
154 Row(modifier = Modifier.heightIn(min = shapeAnimations.shapeSize)) {
239 Row(
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
H A DFooterActions.kt25 import androidx.compose.foundation.layout.Row
140 Row(
332 Row(

12