/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | AdvancedBluetoothDetailsHeaderController.java | 365 LinearLayout linearLayout, in updateSubLayout() 430 LinearLayout linearLayout, in updateSubLayoutUi() 528 private void showBatteryPredictionIfNecessary(LinearLayout linearLayout, int batteryId, in showBatteryPredictionIfNecessary() 579 LinearLayout linearLayout) { in showBatteryPredictionIfNecessary() 613 private void showBatteryIcon(LinearLayout linearLayout, int level, int lowBatteryLevel, in showBatteryIcon() 636 private void showBatteryRing(LinearLayout linearLayout, int level) { in showBatteryRing() 649 final LinearLayout linearLayout = mLayoutPreference.findViewById(R.id.layout_middle); in updateDisconnectLayout() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | AdvancedBluetoothDetailsHeaderControllerTest.java | 529 private void assertBatteryPredictionVisible(LinearLayout linearLayout, int visible) { in assertBatteryPredictionVisible() 534 private void assertBatteryPrediction(LinearLayout linearLayout, String prediction) { in assertBatteryPrediction() 539 private void assertBatteryLevel(LinearLayout linearLayout, int batteryLevel) { in assertBatteryLevel() 549 private void assertBatteryIcon(LinearLayout linearLayout, int resId) { in assertBatteryIcon()
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | LayoutInflaterTest.java | 231 LinearLayout linearLayout = new LinearLayout(mContext); in testInflate() local 255 LinearLayout linearLayout = new LinearLayout(mContext); in testInflateAttachToRoot() local 284 LinearLayout linearLayout = new LinearLayout(mContext); in testInflateParser() local 324 LinearLayout linearLayout = new LinearLayout(mContext); in testInflateParserAttachToRoot() local
|
H A D | View_DefaultFocusHighlightTest.java | 76 LinearLayout linearLayout = (LinearLayout) activity.findViewById(R.id.linearlayout); in testSettersAndGetters() local 110 LinearLayout linearLayout = (LinearLayout) activity.findViewById( in testInflating() local
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | DigitalClockTest.java | 96 final LinearLayout linearLayout = (LinearLayout) mActivity.findViewById( in testOnDetachedFromWindow() local 111 final LinearLayout linearLayout = (LinearLayout) mActivity.findViewById( in testOnAttachedToWindow() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | DragToInteractView.kt | 157 val linearLayout = LinearLayout(context) in setup() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/ |
H A D | KeyboardBacklightDialog.kt | 209 val linearLayout = in <lambda>() constant
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_a/src/com/android/cts/isolatedsplitapp/feature_a/ |
H A D | FeatureAActivity.java | 28 final LinearLayout linearLayout = findViewById( in onCreate() local
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_c/src/com/android/cts/isolatedsplitapp/feature_c/ |
H A D | FeatureCActivity.java | 28 final LinearLayout linearLayout = findViewById( in onCreate() local
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_b/src/com/android/cts/isolatedsplitapp/feature_b/ |
H A D | FeatureBActivity.java | 28 final LinearLayout linearLayout = findViewById( in onCreate() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenshot/scroll/ |
H A D | ScrollViewActivity.java | 33 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
|
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | MarqueeActivity.java | 34 final LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
|
H A D | StretchShaderActivity.java | 68 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
|
H A D | ColorBitmapActivity.java | 158 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowLinearLayoutTest.java | 17 private LinearLayout linearLayout; field in ShadowLinearLayoutTest
|
H A D | ShadowListViewTest.java | 391 LinearLayout linearLayout = new LinearLayout(ApplicationProvider.getApplicationContext()); in getView() local
|
/aosp_15_r20/packages/services/Mtp/tests/src/com/android/mtp/ |
D | TestResultActivity.java | 48 final LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
|
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
H A D | StatusBarMixin.java | 49 private LinearLayout linearLayout; field in StatusBarMixin
|
/aosp_15_r20/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
H A D | CustomArrayAdapter.java | 74 LinearLayout linearLayout = (LinearLayout)(convertView.findViewById( in getView() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/ |
H A D | DarkIconManager.java | 41 public DarkIconManager( in DarkIconManager()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSScrollLayout.java | 52 LinearLayout linearLayout = new LinearLayout(mContext); in QSScrollLayout() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/ |
H A D | R$id.class | R.java
package com.android.layoutlib.test.myapplication
public final com.android. ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | ScreenPinningRequest.java | 374 LinearLayout linearLayout = (LinearLayout) group; in swapChildrenIfRtlAndVertical() local
|
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
H A D | ItemAdapter.java | 194 LinearLayout linearLayout = null; in getView() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
H A D | NotificationOptimizedLinearLayoutComparisonTest.java | 282 final LinearLayout linearLayout; in buildLayout() local
|