Home
last modified time | relevance | path

Searched defs:makeNewLayoutInflater (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DIPolicy.java33 public LayoutInflater makeNewLayoutInflater(Context context); in makeNewLayoutInflater() method
DPolicyManager.java61 public static LayoutInflater makeNewLayoutInflater(Context context) { in makeNewLayoutInflater() method in PolicyManager
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPolicy.java62 public PhoneLayoutInflater makeNewLayoutInflater(Context context) { in makeNewLayoutInflater() method in Policy