OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java
207
Object
customView
= mProjectCallback.loadView(name, mConstructorSignature,
210
if (
customView
instanceof View) {
211
return (View)
customView
;
/frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java
83
View
customView
= LayoutInflater.from(a).inflate(
85
actionMode.setCustomView(
customView
);
87
(Button)
customView
.findViewById(R.id.selection_menu),
Completed in 113 milliseconds