Home
last modified time | relevance | path

Searched refs:OperatorNameView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DOperatorNameView.java27 public class OperatorNameView extends TextView { class
30 public OperatorNameView(Context context) { in OperatorNameView() method in OperatorNameView
34 public OperatorNameView(Context context, AttributeSet attrs) { in OperatorNameView() method in OperatorNameView
38 public OperatorNameView(Context context, AttributeSet attrs, int defStyle) { in OperatorNameView() method in OperatorNameView
H A DOperatorNameViewController.java42 public class OperatorNameViewController extends ViewController<OperatorNameView> {
51 private OperatorNameViewController(OperatorNameView view, in OperatorNameViewController()
122 public OperatorNameViewController create(OperatorNameView view) { in create()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java47 import com.android.systemui.statusbar.OperatorNameView;
540 mOperatorNameViewControllerFactory.create((OperatorNameView) stub.inflate()); in initOperatorName()