OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detailsFrame
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java
103
View
detailsFrame
= getActivity().findViewById(R.id.details);
104
mDualPane =
detailsFrame
!= null &&
detailsFrame
.getVisibility() == View.VISIBLE;
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java
106
View
detailsFrame
= getActivity().findViewById(R.id.details);
107
mDualPane =
detailsFrame
!= null &&
detailsFrame
.getVisibility() == View.VISIBLE;
Completed in 124 milliseconds