/aosp14/frameworks/base/data/keyboards/ |
H A D | Vendor_18d1_Product_5018.kl | 19 # Row 1 33 # Row 2 48 # Row 3 62 # Row 4 76 # Row 5
|
H A D | Vendor_046d_Product_c294.kl | 25 # Row of buttons under hat
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/ |
H A D | HeadlineIcon.kt | 20 import androidx.compose.foundation.layout.Row 37 Row( 53 Row( 69 Row(
|
H A D | SectionHeader.kt | 19 import androidx.compose.foundation.layout.Row 45 Row(modifier = Modifier.fillMaxWidth().wrapContentHeight().padding(
|
H A D | Entry.kt | 23 import androidx.compose.foundation.layout.Row 96 Row( 114 Row( 289 Row( 313 Row(
|
H A D | SnackBar.kt | 21 import androidx.compose.foundation.layout.Row 74 Row(
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 158 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 D | NotificationMemoryDumper.kt | 26 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 D | StatusBar.kt | 21 import androidx.compose.foundation.layout.Row 36 Row(
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/ |
H A D | ProgressBarPreference.kt | 21 import androidx.compose.foundation.layout.Row 131 Row( 159 Row {
|
H A D | TwoTargetPreference.kt | 21 import androidx.compose.foundation.layout.Row 43 Row(
|
H A D | BaseLayout.kt | 21 import androidx.compose.foundation.layout.Row 54 Row(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
H A D | DumpsysTableLogger.kt | 83 private val rows: List<Row> 118 typealias Row = List<String>
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardActiveUnlockModel.kt | 22 import com.android.systemui.dump.Row 88 fun toList(): List<Row> {
|
H A D | KeyguardSliceView.java | 72 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 D | KeyguardFaceListenModel.kt | 22 import com.android.systemui.dump.Row 129 fun toList(): List<Row> {
|
H A D | KeyguardFingerprintListenModel.kt | 22 import com.android.systemui.dump.Row 133 fun toList(): List<Row> {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NPVCDownEventState.kt | 20 import com.android.systemui.dump.Row 110 fun toList(): List<Row> {
|
H A D | NotificationShadeWindowState.kt | 21 import com.android.systemui.dump.Row 172 fun toList(): List<Row> {
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/ |
H A D | CreateCredentialComponents.kt | 27 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 D | PeopleScreenEmpty.kt | 21 import androidx.compose.foundation.layout.Row 96 Row(
|
H A D | PeopleScreen.kt | 23 import androidx.compose.foundation.layout.Row 209 Row(
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
H A D | ActionButtons.kt | 25 import androidx.compose.foundation.layout.Row 65 Row(
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | PinInputDisplay.kt | 29 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 D | FooterActions.kt | 25 import androidx.compose.foundation.layout.Row 140 Row( 332 Row(
|