OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getActionBarThemedContext
(Results
1 - 5
of
5
) sorted by null
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperICS.java
34
protected Context
getActionBarThemedContext
() {
ActionBarHelperHoneycomb.java
59
getActionBarThemedContext
().getSystemService(
77
protected Context
getActionBarThemedContext
() {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateICS.java
179
Context context =
getActionBarThemedContext
();
197
new ActionModeWrapper(
getActionBarThemedContext
(), mode));
222
new ActionModeWrapper(
getActionBarThemedContext
(), mode));
ActionBarActivityDelegate.java
201
protected final Context
getActionBarThemedContext
() {
ActionBarActivityDelegateBase.java
394
MenuBuilder menu = new MenuBuilder(
getActionBarThemedContext
());
Completed in 894 milliseconds