OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeNewLayoutInflater
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/policy/
IPolicy.java
34
public LayoutInflater
makeNewLayoutInflater
(Context context);
PolicyManager.java
60
public static LayoutInflater
makeNewLayoutInflater
(Context context) {
61
return sPolicy.
makeNewLayoutInflater
(context);
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/policy/
PolicyManager.java
45
public static LayoutInflater
makeNewLayoutInflater
(Context context) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
Policy.java
63
public LayoutInflater
makeNewLayoutInflater
(Context context) {
Completed in 218 milliseconds