Searched refs:layoutInflater (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PasswordUnlockScreen.java | 96 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/ |
D | Preference.java | 471 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/ |
D | GlobalScreenshot.java | 301 LayoutInflater layoutInflater = (LayoutInflater) in GlobalScreenshot() local 306 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null); in GlobalScreenshot()
|
/frameworks/base/core/java/android/widget/ |
D | CalendarView.java | 394 LayoutInflater layoutInflater = (LayoutInflater) mContext in CalendarView() local 396 View content = layoutInflater.inflate(R.layout.calendar_view, null, false); in CalendarView()
|
D | AbsListView.java | 5724 LayoutInflater layoutInflater = (LayoutInflater) in createTextFilter() local 5726 mTextFilter = (EditText) layoutInflater.inflate( in createTextFilter()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | actionbar.jd | 891 LayoutInflater layoutInflater = LayoutInflater.from(mContext); 892 View view = layoutInflater.inflate(R.layout.action_provider, null);
|