OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:homeresid
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java
192
final int
homeResId
= a.getResourceId(
198
mHomeLayout = (HomeView) inflater.inflate(
homeResId
, mUpGoerFive, false);
200
mExpandedHomeLayout = (HomeView) inflater.inflate(
homeResId
, mUpGoerFive, false);
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java
214
final int
homeResId
= a.getResourceId(
218
mHomeLayout = (HomeView) inflater.inflate(
homeResId
, this, false);
220
mExpandedHomeLayout = (HomeView) inflater.inflate(
homeResId
, this, false);
[
all
...]
Completed in 253 milliseconds