Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java48 private final Container mUserSwitcherContainer;
64 mUserSwitcherContainer = (Container) userSwitcher.inflate(); in KeyguardUserSwitcher()
280 public static class Container extends FrameLayout { class in KeyguardUserSwitcher
284 public Container(Context context, AttributeSet attrs) { in Container() method in KeyguardUserSwitcher.Container
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java256 FrameLayout container = new Container(mContext); in createContainer()
684 private class Container extends FrameLayout { class in ZoomButtonsController
685 public Container(Context context) { in Container() method in ZoomButtonsController.Container
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd57 // Container Activity must implement this interface
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd70 <th>Supported File Type(s) / Container Formats</th>
/frameworks/base/docs/html/tools/sdk/
Declipse-adt.jd1554 <li>Added "Remove Container" visual refactoring that removes the
1656 <li>"Wrap in Container" feature lets you select a group of views then surround them
/frameworks/base/docs/html/guide/components/
Dfragments.jd535 // Container Activity must implement this interface