Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DEmptyTextSettings.java32 private TextView mEmpty; field in EmptyTextSettings
37 mEmpty = new TextView(getContext()); in onViewCreated()
38 mEmpty.setGravity(Gravity.CENTER); in onViewCreated()
41 mEmpty.setTextAppearance(value.resourceId); in onViewCreated()
42 ((ViewGroup) view.findViewById(android.R.id.list_container)).addView(mEmpty, in onViewCreated()
44 setEmptyView(mEmpty); in onViewCreated()
48 mEmpty.setText(text); in setEmptyText()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DEmptyTextSettings.java32 private TextView mEmpty; field in EmptyTextSettings
37 mEmpty = new TextView(getContext()); in onViewCreated()
38 mEmpty.setGravity(Gravity.CENTER); in onViewCreated()
41 mEmpty.setTextAppearance(value.resourceId); in onViewCreated()
42 ((ViewGroup) view.findViewById(android.R.id.list_container)).addView(mEmpty, in onViewCreated()
44 setEmptyView(mEmpty); in onViewCreated()
48 mEmpty.setText(text); in setEmptyText()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/
DProvidersAccessTest.java36 private static RootInfo mEmpty = buildForMimeTypes(); field in ProvidersAccessTest
55 mNull, mWild, mEmpty, mImages, mAudio, mDocs, mMalformed1, mMalformed2); in setUp()