Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderControllerTest.java440 private void assertBatteryPredictionVisible(LinearLayout linearLayout, int visible) { in assertBatteryPredictionVisible()
445 private void assertBatteryPrediction(LinearLayout linearLayout, String prediction) { in assertBatteryPrediction()
450 private void assertBatteryLevel(LinearLayout linearLayout, int batteryLevel) { in assertBatteryLevel()
456 private void assertBatteryIcon(LinearLayout linearLayout, int resId) { in assertBatteryIcon()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderController.java252 private void updateSubLayout(LinearLayout linearLayout, int iconMetaKey, int batteryMetaKey, in updateSubLayout()
333 private void showBatteryPredictionIfNecessary(LinearLayout linearLayout, int batteryId, in showBatteryPredictionIfNecessary()
379 LinearLayout linearLayout) { in showBatteryPredictionIfNecessary()
396 private void showBatteryIcon(LinearLayout linearLayout, int level, int lowBatteryLevel, in showBatteryIcon()
424 final LinearLayout linearLayout = mLayoutPreference.findViewById(R.id.layout_middle); in updateDisconnectLayout() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScrollViewActivity.java33 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
/aosp12/frameworks/base/tests/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
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DTestResultActivity.java48 final LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSScrollLayout.java52 LinearLayout linearLayout = new LinearLayout(mContext); in QSScrollLayout() local
/aosp12/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. ...
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java328 LinearLayout linearLayout = (LinearLayout) group; in swapChildrenIfRtlAndVertical() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java128 public DarkIconManager(LinearLayout linearLayout, FeatureFlags featureFlags) { in DarkIconManager()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java3331 LinearLayout linearLayout = new LinearLayout(mTextView.getContext()); in initContentView() local