/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
H A D | AdvancedBluetoothDetailsHeaderControllerTest.java | 440 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 D | AdvancedBluetoothDetailsHeaderController.java | 252 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 D | ScrollViewActivity.java | 33 LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
|
/aosp12/frameworks/base/tests/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
|
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/ |
H A D | TestResultActivity.java | 48 final LinearLayout linearLayout = new LinearLayout(this); in onCreate() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSScrollLayout.java | 52 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 D | R$id.class | R.java
package com.android.layoutlib.test.myapplication
public final com.android. ... |
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | ScreenPinningRequest.java | 328 LinearLayout linearLayout = (LinearLayout) group; in swapChildrenIfRtlAndVertical() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarIconController.java | 128 public DarkIconManager(LinearLayout linearLayout, FeatureFlags featureFlags) { in DarkIconManager()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 3331 LinearLayout linearLayout = new LinearLayout(mTextView.getContext()); in initContentView() local
|