Home
last modified time | relevance | path

Searched defs:linearLayout (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderController.java365 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/
DAdvancedBluetoothDetailsHeaderControllerTest.java529 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 DLayoutInflaterTest.java231 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 DView_DefaultFocusHighlightTest.java76 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 DDigitalClockTest.java96 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 DDragToInteractView.kt157 val linearLayout = LinearLayout(context) in setup() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/
H A DKeyboardBacklightDialog.kt209 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 DFeatureAActivity.java28 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 DFeatureCActivity.java28 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 DFeatureBActivity.java28 final LinearLayout linearLayout = findViewById( in onCreate() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenshot/scroll/
H A DScrollViewActivity.java33 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
H A DMarqueeActivity.java34 final LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
H A DStretchShaderActivity.java68 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
H A DColorBitmapActivity.java158 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowLinearLayoutTest.java17 private LinearLayout linearLayout; field in ShadowLinearLayoutTest
H A DShadowListViewTest.java391 LinearLayout linearLayout = new LinearLayout(ApplicationProvider.getApplicationContext()); in getView() local
/aosp_15_r20/packages/services/Mtp/tests/src/com/android/mtp/
DTestResultActivity.java48 final LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/template/
H A DStatusBarMixin.java49 private LinearLayout linearLayout; field in StatusBarMixin
/aosp_15_r20/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
H A DCustomArrayAdapter.java74 LinearLayout linearLayout = (LinearLayout)(convertView.findViewById( in getView() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
H A DDarkIconManager.java41 public DarkIconManager( in DarkIconManager()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSScrollLayout.java52 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 DR$id.classR.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 DScreenPinningRequest.java374 LinearLayout linearLayout = (LinearLayout) group; in swapChildrenIfRtlAndVertical() local
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/items/
H A DItemAdapter.java194 LinearLayout linearLayout = null; in getView() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DNotificationOptimizedLinearLayoutComparisonTest.java282 final LinearLayout linearLayout; in buildLayout() local

12345