Searched refs:TunablePadding (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/ |
H A D | TunablePaddingTest.java | 42 private TunablePadding mTunablePadding; 53 new TunablePadding.TunablePaddingService(mTunerService)); in setup() 67 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testFlags() 68 TunablePadding.FLAG_START); in testFlags() 73 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testFlags() 74 TunablePadding.FLAG_TOP); in testFlags() 80 TunablePadding.FLAG_END); in testFlags() 86 TunablePadding.FLAG_BOTTOM); in testFlags() 97 TunablePadding.FLAG_END); in testRtl() 103 TunablePadding.FLAG_START); in testRtl() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunablePadding.java | 30 public class TunablePadding implements Tunable { class 43 private TunablePadding(String key, int def, int flags, View view, TunerService tunerService) { in TunablePadding() method in TunablePadding 92 public TunablePadding add(View view, String key, int defaultSize, int flags) { in add() 96 return new TunablePadding(key, defaultSize, flags, view, mTunerService); in add() 100 public static TunablePadding addTunablePadding(View view, String key, int defaultSize, in addTunablePadding()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 126 import com.android.systemui.tuner.TunablePadding.TunablePaddingService;
|