Home
last modified time | relevance | path

Searched refs:layoutInflater (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
DPasswordUnlockScreen.java96 LayoutInflater layoutInflater = LayoutInflater.from(context); in PasswordUnlockScreen() local
98 layoutInflater.inflate(R.layout.keyguard_screen_password_portrait, this, true); in PasswordUnlockScreen()
100 layoutInflater.inflate(R.layout.keyguard_screen_password_landscape, this, true); in PasswordUnlockScreen()
/frameworks/base/core/java/android/preference/
DPreference.java471 final LayoutInflater layoutInflater = in onCreateView() local
474 final View layout = layoutInflater.inflate(mLayoutResId, parent, false); in onCreateView()
480 layoutInflater.inflate(mWidgetLayoutResId, widgetFrame); in onCreateView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java301 LayoutInflater layoutInflater = (LayoutInflater) in GlobalScreenshot() local
306 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null); in GlobalScreenshot()
/frameworks/base/core/java/android/widget/
DCalendarView.java394 LayoutInflater layoutInflater = (LayoutInflater) mContext in CalendarView() local
396 View content = layoutInflater.inflate(R.layout.calendar_view, null, false); in CalendarView()
DAbsListView.java5724 LayoutInflater layoutInflater = (LayoutInflater) in createTextFilter() local
5726 mTextFilter = (EditText) layoutInflater.inflate( in createTextFilter()
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd891 LayoutInflater layoutInflater = LayoutInflater.from(mContext);
892 View view = layoutInflater.inflate(R.layout.action_provider, null);