OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDualPane
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java
90
boolean
mDualPane
;
104
mDualPane
= detailsFrame != null && detailsFrame.getVisibility() == View.VISIBLE;
111
if (
mDualPane
) {
138
if (
mDualPane
) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java
92
boolean
mDualPane
;
107
mDualPane
= detailsFrame != null && detailsFrame.getVisibility() == View.VISIBLE;
114
if (
mDualPane
) {
141
if (
mDualPane
) {
Completed in 328 milliseconds