OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionBarHelperICS
(Results
1 - 4
of
4
) sorted by null
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperICS.java
28
public class
ActionBarHelperICS
extends ActionBarHelperHoneycomb {
29
protected
ActionBarHelperICS
(Activity activity) {
ActionBarHelper.java
44
return new
ActionBarHelperICS
(activity);
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DrawerLayoutActivity.java
182
return new
ActionBarHelperICS
();
201
private class
ActionBarHelperICS
extends ActionBarHelper {
206
ActionBarHelperICS
() {
SlidingPaneLayoutActivity.java
155
return new
ActionBarHelperICS
();
175
private class
ActionBarHelperICS
extends ActionBarHelper {
180
ActionBarHelperICS
() {
Completed in 202 milliseconds