HomeSort by relevance Sort by last modified time
    Searched full:fragment (Results 76 - 100 of 1999) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestFrameLayoutLtr.java 19 import android.app.Fragment;
25 public class BiDiTestFrameLayoutLtr extends Fragment {
BiDiTestFrameLayoutRtl.java 19 import android.app.Fragment;
25 public class BiDiTestFrameLayoutRtl extends Fragment {
BiDiTestLinearLayoutLocale.java 19 import android.app.Fragment;
25 public class BiDiTestLinearLayoutLocale extends Fragment {
BiDiTestLinearLayoutLtr.java 19 import android.app.Fragment;
25 public class BiDiTestLinearLayoutLtr extends Fragment {
BiDiTestLinearLayoutRtl.java 19 import android.app.Fragment;
25 public class BiDiTestLinearLayoutRtl extends Fragment {
BiDiTestRelativeLayout2Locale.java 19 import android.app.Fragment;
25 public class BiDiTestRelativeLayout2Locale extends Fragment {
BiDiTestRelativeLayout2Ltr.java 19 import android.app.Fragment;
25 public class BiDiTestRelativeLayout2Ltr extends Fragment {
BiDiTestRelativeLayout2Rtl.java 19 import android.app.Fragment;
25 public class BiDiTestRelativeLayout2Rtl extends Fragment {
BiDiTestRelativeLayoutLtr.java 19 import android.app.Fragment;
25 public class BiDiTestRelativeLayoutLtr extends Fragment {
BiDiTestRelativeLayoutRtl.java 19 import android.app.Fragment;
25 public class BiDiTestRelativeLayoutRtl extends Fragment {
BiDiTestTableLayoutLocale.java 19 import android.app.Fragment;
25 public class BiDiTestTableLayoutLocale extends Fragment {
BiDiTestTableLayoutLtr.java 19 import android.app.Fragment;
25 public class BiDiTestTableLayoutLtr extends Fragment {
BiDiTestTableLayoutRtl.java 19 import android.app.Fragment;
25 public class BiDiTestTableLayoutRtl extends Fragment {
BiDiTestTextViewDirectionLtr.java 18 import android.app.Fragment;
24 public class BiDiTestTextViewDirectionLtr extends Fragment {
BiDiTestTextViewDirectionRtl.java 18 import android.app.Fragment;
24 public class BiDiTestTextViewDirectionRtl extends Fragment {
BiDiTestTextViewLocale.java 19 import android.app.Fragment;
25 public class BiDiTestTextViewLocale extends Fragment {
BiDiTestTextViewLtr.java 19 import android.app.Fragment;
25 public class BiDiTestTextViewLtr extends Fragment {
BiDiTestTextViewRtl.java 19 import android.app.Fragment;
25 public class BiDiTestTextViewRtl extends Fragment {
  /frameworks/support/v13/ics/android/support/v13/app/
FragmentCompatICS.java 19 import android.app.Fragment;
22 public static void setMenuVisibility(Fragment f, boolean visible) {
  /frameworks/support/v13/ics-mr1/android/support/v13/app/
FragmentCompatICSMR1.java 19 import android.app.Fragment;
22 public static void setUserVisibleHint(Fragment f, boolean isVisible) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
fragmentlayout.xml 10 <fragment android:name="com.android.eclipse.tests.TestFragment"
16 <fragment class="com.android.eclipse.tests.TestFragment"
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CountingFragment.java 20 import android.app.Fragment;
27 public class CountingFragment extends Fragment {
55 * The Fragment's UI is just a simple text view showing its
63 ((TextView)tv).setText("Fragment #" + mNum);
  /external/bluetooth/bluez/audio/
bluetooth.conf 1 # Please note that this ALSA configuration file fragment needs be enabled in
  /packages/apps/Contacts/src/com/android/contacts/editor/
SplitContactConfirmationDialogFragment.java 24 import android.app.Fragment;
30 * to the Fragment that is configured by {@link Fragment#setTargetFragment(Fragment, int)}, which
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 19 import android.app.Fragment;
109 * fragment, the Prefs1FragmentInner implemented here. This allows the user
111 * fragment off the stack to return to the previous preferences.
127 * string to specify which fragment should be initially displayed.
134 * to that fragment when it is instantiated during the initial creation
142 * that fragment.
149 * that fragment.
158 * the activity to display a specific fragment that the user has navigated
179 // --- State for new mode when showing a list of headers + prefs fragment
225 if (header != null && header.fragment != null)
367 public String fragment; field in class:PreferenceActivity.Header
    [all...]

Completed in 208 milliseconds

1 2 34 5 6 7 8 91011>>