Searched refs:PhoneLayoutInflater (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneLayoutInflater.java26 public class PhoneLayoutInflater extends LayoutInflater { class in inherits:LayoutInflater
41 public PhoneLayoutInflater(Context context) { method in class:PhoneLayoutInflater
45 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { method in class:PhoneLayoutInflater
70 return new PhoneLayoutInflater(this, newContext);
H A DPolicy.java27 import com.android.internal.policy.impl.PhoneLayoutInflater;
41 "com.android.internal.policy.impl.PhoneLayoutInflater",
67 return new PhoneLayoutInflater(context);

Completed in 53 milliseconds