HomeSort by relevance Sort by last modified time
    Searched refs:cloneInContext (Results 1 - 13 of 13) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneLayoutInflater.java 69 public LayoutInflater cloneInContext(Context newContext) {
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 75 mInflater = LayoutInflater.from(mBase).cloneInContext(this);
LayoutInflater.java 49 * own views, you can use {@link #cloneInContext} to clone an existing
193 * implementing {@link #cloneInContext}.
230 public abstract LayoutInflater cloneInContext(Context newContext);
270 * {@link #cloneInContext} to clone the existing instance and then you
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceInflater.java 59 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) {
GenericInflater.java 115 * changed. For use in implementing {@link #cloneInContext}.
137 public abstract GenericInflater cloneInContext(Context newContext);
186 * own factory to it, use {@link #cloneInContext} to clone the existing
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 269 public LayoutInflater cloneInContext(Context newContext) {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 442 inflater = inflater.cloneInContext(theirContext);
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 146 method = "cloneInContext",
507 public LayoutInflater cloneInContext(Context newContext) {
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 375 milliseconds