Home
last modified time | relevance | path

Searched refs:mEmptyText (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/
H A DBarChartInfo.java37 private final int mEmptyText; field in BarChartInfo
67 return mEmptyText; in getEmptyText()
95 mEmptyText = builder.mEmptyText; in BarChartInfo()
112 private int mEmptyText; field in BarChartInfo.Builder
148 mEmptyText = emptyText; in setEmptyText()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DBarChartInfoTest.java41 private final int mEmptyText = 0x33333333; field in BarChartInfoTest
52 .setEmptyText(mEmptyText) in builder_shouldSetFieldsInTheInfo()
57 assertThat(barChartInfo.getEmptyText()).isEqualTo(mEmptyText); in builder_shouldSetFieldsInTheInfo()
67 .setEmptyText(mEmptyText) in builder_noTitle_shouldThrowIllegalStateException()
84 .setEmptyText(mEmptyText) in addBarViewInfo_oneBarViewInfo_shouldSetOneBarViewInfo()
104 .setEmptyText(mEmptyText) in addBarViewInfo_maxNumberOfInfoAllowed_shouldSetMaxBarViewInfos()
128 .setEmptyText(mEmptyText) in addBarViewInfo_moreInfosThanMaxAllowed_shouldThrowIllegalStateException()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java38 private TextView mEmptyText; field in EmptyShadeView
59 mEmptyText.setText(mText); in onConfigurationChanged()
76 mEmptyText.setTextColor(color); in setTextColor()
83 mEmptyText.setText(mText); in setText()
130 mEmptyText = (TextView) findContentView(); in onFinishInflate()
147 boolean visible = this.clipTopAmount <= mEmptyText.getPaddingTop() * 0.6f; in applyToView()
/aosp14/frameworks/base/core/java/android/app/
H A DListFragment.java175 CharSequence mEmptyText; field in ListFragment
300 if (mEmptyText == null) { in setEmptyText()
303 mEmptyText = text; in setEmptyText()
419 } else if (mEmptyText != null) { in ensureList()
420 mStandardEmptyView.setText(mEmptyText); in ensureList()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7285 Landroid/app/ListFragment;->mEmptyText:Ljava/lang/CharSequence;