Home
last modified time | relevance | path

Searched refs:StatusBarBackgroundLayout (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DStatusBarBackgroundLayoutTest.java27 import com.android.setupwizardlib.view.StatusBarBackgroundLayout;
37 final StatusBarBackgroundLayout layout = in testSetStatusBarBackground()
38 new StatusBarBackgroundLayout(InstrumentationRegistry.getContext()); in testSetStatusBarBackground()
60 private static class TestStatusBarBackgroundLayout extends StatusBarBackgroundLayout {
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStatusBarBackgroundLayout.java40 public class StatusBarBackgroundLayout extends FrameLayout { class
45 public StatusBarBackgroundLayout(Context context) { in StatusBarBackgroundLayout() method in StatusBarBackgroundLayout
50 public StatusBarBackgroundLayout(Context context, AttributeSet attrs) { in StatusBarBackgroundLayout() method in StatusBarBackgroundLayout
56 public StatusBarBackgroundLayout(Context context, AttributeSet attrs, int defStyleAttr) { in StatusBarBackgroundLayout() method in StatusBarBackgroundLayout
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifLayout.java45 import com.android.setupwizardlib.view.StatusBarBackgroundLayout;
299 if (patternBg instanceof StatusBarBackgroundLayout) { in updateBackground()
300 ((StatusBarBackgroundLayout) patternBg).setStatusBarBackground(background); in updateBackground()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java41 import com.android.setupwizardlib.view.StatusBarBackgroundLayout;
343 final StatusBarBackgroundLayout patternBg = layout.findManagedViewById(R.id.suw_pattern_bg); in getPhoneBackground()