Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DOperatorNameView.java25 public class OperatorNameView extends TextView { class
28 public OperatorNameView(Context context) { in OperatorNameView() method in OperatorNameView
32 public OperatorNameView(Context context, AttributeSet attrs) { in OperatorNameView() method in OperatorNameView
36 public OperatorNameView(Context context, AttributeSet attrs, int defStyle) { in OperatorNameView() method in OperatorNameView
H A DOperatorNameViewController.java42 public class OperatorNameViewController extends ViewController<OperatorNameView> {
52 private OperatorNameViewController(OperatorNameView view, in OperatorNameViewController()
128 public OperatorNameViewController create(OperatorNameView view) { in create()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java50 import com.android.systemui.statusbar.OperatorNameView;
736 mOperatorNameViewControllerFactory.create((OperatorNameView) stub.inflate()); in initOperatorName()