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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestViewGroupMarginMixed.java 4 import android.app.Fragment;
10 public class BiDiTestViewGroupMarginMixed extends Fragment {
BiDiTestViewPadding.java 4 import android.app.Fragment;
10 public class BiDiTestViewPadding extends Fragment {
BiDiTestViewPaddingMixed.java 4 import android.app.Fragment;
10 public class BiDiTestViewPaddingMixed extends Fragment {
  /external/tinyxml/docs/
tutorial0.html 15 <div class="fragment"><pre class="fragment"> void write_simple_doc()
21 <div class="fragment"><pre class="fragment"> #include "stdafx.h" // &lt;-- you MIGHT need this
35 <div class="fragment"><pre class="fragment"> &lt;?xml version="1.0" ?&gt;
39 <div class="fragment"><pre class="fragment"> &lt;?xml version="1.0" ?&gt;
53 <div class="fragment"><pre class="fragment"> void load_file(
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 60 Fragment mInstance;
62 public FragmentState(Fragment frag) {
87 public Fragment instantiate(FragmentActivity activity) {
96 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
145 * Static library support version of the framework's {@link android.app.Fragment}.
151 public class Fragment implements ComponentCallbacks, OnCreateContextMenuListener {
164 // Non-null if the fragment's view hierarchy is currently animating away,
177 // Index into active fragment array.
180 // Internal unique name for this fragment;
186 // Target fragment
    [all...]
DialogFragment.java 36 public class DialogFragment extends Fragment
87 * fragment's dialog. This can be used for some common dialog behaviors,
90 * attributes yourself. Calling this after the fragment's Dialog is
110 * Display the dialog, adding the fragment to the given FragmentManager. This
112 * fragment to it with the given tag, and committing it. This does
113 * <em>not</em> add the transaction to the back stack. When the fragment
116 * @param manager The FragmentManager this fragment will be added to.
117 * @param tag The tag for this fragment, as per
118 * {@link FragmentTransaction#add(Fragment, String) FragmentTransaction.add}.
127 * Display the dialog, adding the fragment using an existing transactio
    [all...]
FragmentActivity.java 43 * {@link android.support.v4.app.Fragment} and
46 * <p>When using this class as opposed to new platform's built-in fragment
53 * <li> <p>When using the &lt;fragment> tag, this implementation can not
54 * use the parent view's ID as the new fragment's ID. You must explicitly
55 * specify an ID (or tag) in the &lt;fragment>.</p>
59 * throw an exception if you try to change the fragment state after it has been
117 ArrayList<Fragment> fragments;
122 public static final int[] Fragment = {
135 * Dispatch incoming result to the correct fragment.
143 Log.w(TAG, "Activity result fragment index out of range: 0x
250 Fragment fragment = id != View.NO_ID ? mFragments.findFragmentById(id) : null; local
    [all...]
  /frameworks/base/docs/html/guide/topics/fundamentals/
fragments.jd 20 <li><a href="#Creating">Creating a Fragment</a>
23 <li><a href="#Adding">Adding a fragment to an activity</a></li>
27 <li><a href="#Transactions">Performing Fragment Transactions</a></li>
34 <li><a href="#Lifecycle">Handling the Fragment Lifecycle</a>
44 <li>{@link android.app.Fragment}</li>
54 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">ApiDemos</a></li>
65 <p>A {@link android.app.Fragment} represents a behavior or a portion of user interface in an
67 multi-pane UI and reuse a fragment in multiple activities. You can think of a fragment as a
72 <p>A fragment must always be embedded in an activity and the fragment's lifecycle is directl
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPU64InstrInfo.td 46 (SELBr64_cond R64C:$rTrue, R64C:$rFalse, (FSMr32 compare.Fragment))>;
51 (XORIr32 compare.Fragment, -1)>;
54 // The i64 seteq fragment that does the scalar->vector conversion and
60 // The i64 seteq fragment that does the vector comparison
70 def r64: CodeFrag<(i32 (COPY_TO_REGCLASS CEQr64compare.Fragment, R32C))>;
71 def v2i64: CodeFrag<(i32 (COPY_TO_REGCLASS CEQv2i64compare.Fragment, R32C))>;
75 (FSMv4i32 CEQr64compare.Fragment), R32C))>;
77 (FSMv4i32 CEQv2i64compare.Fragment), R32C))>;
82 def : Pat<(seteq R64C:$rA, R64C:$rB), I64EQr64.Fragment>;
83 def : Pat<(seteq (v2i64 VECREG:$rA), (v2i64 VECREG:$rB)), I64EQv2i64.Fragment>;
    [all...]
  /frameworks/base/core/java/android/app/
Fragment.java 60 Fragment mInstance;
62 public FragmentState(Fragment frag) {
87 public Fragment instantiate(Activity activity) {
96 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
145 * A Fragment is a piece of an application's user interface or behavior
149 * {@link Fragment#getFragmentManager() Fragment.getFragmentManager()}.
151 * <p>The Fragment class can be used many ways to achieve a wide variety of
153 * that is running within a larger {@link Activity}. A Fragment is closely
155 * Fragment defines its own lifecycle, that lifecycle is dependent on it
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ViewOverlay.java 23 * The alpha layer covers the entire fragment and has an alpha value which makes the fragment
24 * contents appear "dimmed" out. The touch interceptor layer covers the entire fragment so that
35 * Makes the touch intercept layer on this fragment visible (if there is one). Also adds a click
41 * Makes the touch intercept layer on this fragment gone (if there is one).
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 23 import android.app.Fragment;
34 Fragment fragmentView =
39 /* When the screen is XLarge, the fragment is not included in the layout, so show it
42 DialogFragment fragment = WallpaperChooserDialogFragment.newInstance(); local
43 fragment.show(getFragmentManager(), "dialog");
  /packages/apps/Browser/res/xml/
preference_headers.xml 19 <header android:fragment="com.android.browser.preferences.GeneralPreferencesFragment"
23 <header android:fragment="com.android.browser.preferences.PrivacySecurityPreferencesFragment"
27 <header android:fragment="com.android.browser.preferences.AccessibilityPreferencesFragment"
31 <header android:fragment="com.android.browser.preferences.AdvancedPreferencesFragment"
35 <header android:fragment="com.android.browser.preferences.BandwidthPreferencesFragment"
39 <header android:fragment="com.android.browser.preferences.LabPreferencesFragment"
  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 83 * fragment is a four-byte header followed by 0 to (2**31) - 1 bytes of
84 * fragment data. The bytes encode an unsigned binary number; as with
86 * encodes two values -- a boolean which indicates whether the fragment
87 * is the last fragment of the record (bit value 1 implies the fragment
88 * is the last fragment) and a 31-bit unsigned binary value which is the
89 * length in bytes of the fragment's data. The boolean value is the
94 * fragment, limiting the maximum payload size for stream transports to
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunk.cpp 50 SVGTextFragment& fragment = fragments.at(i); local
51 characters += fragment.length;
54 length += fragment.height;
56 length += fragment.width;
59 lastFragment = &fragment;
65 length += fragment.y - (lastFragment->y + lastFragment->height);
67 length += fragment.x - (lastFragment->x + lastFragment->width);
69 lastFragment = &fragment;
  /frameworks/base/core/java/android/webkit/
WebViewFragment.java 19 import android.app.Fragment;
27 * A fragment that displays a WebView.
29 * The WebView is automically paused or resumed when the Fragment is paused or resumed.
31 public class WebViewFragment extends Fragment {
53 * Called when the fragment is visible to the user and actively running. Resumes the WebView.
62 * Called when the fragment is no longer resumed. Pauses the WebView.
71 * Called when the WebView has been detached from the fragment.
81 * Called when the fragment is no longer in use. Destroys the internal state of the WebView.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentCustomAnimations.java 22 import android.app.Fragment;
53 // Do first time initialization -- add initial fragment.
54 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
72 // Instantiate a new fragment.
73 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
75 // Add the fragment to the activity, pushing this transaction
88 //BEGIN_INCLUDE(fragment)
89 public static class CountingFragment extends Fragment {
117 * The Fragment's UI is just a simple text view showing its
125 ((TextView)tv).setText("Fragment #" + mNum)
    [all...]
FragmentStack.java 22 import android.app.Fragment;
49 // Do first time initialization -- add initial fragment.
50 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
68 // Instantiate a new fragment.
69 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
71 // Add the fragment to the activity, pushing this transaction
81 //BEGIN_INCLUDE(fragment)
82 public static class CountingFragment extends Fragment {
110 * The Fragment's UI is just a simple text view showing its
118 ((TextView)tv).setText("Fragment #" + mNum)
    [all...]
FragmentRetainInstance.java 22 import android.app.Fragment;
33 * This example shows how you can use a Fragment to easily propagate state
51 * This is a fragment showing UI that will be updated from work done
52 * in the retained fragment.
54 public static class UiFragment extends Fragment {
79 // Check to see if we have retained the worker fragment.
94 * This is the Fragment implementation that will be retained across
98 public static class RetainedFragment extends Fragment {
152 * Fragment initialization. We way we want to be retained and
159 // Tell the framework to try to keep this fragment aroun
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentCustomAnimationSupport.java 21 import android.support.v4.app.Fragment;
50 // Do first time initialization -- add initial fragment.
51 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
69 // Instantiate a new fragment.
70 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
72 // Add the fragment to the activity, pushing this transaction
85 //BEGIN_INCLUDE(fragment)
86 public static class CountingFragment extends Fragment {
114 * The Fragment's UI is just a simple text view showing its
122 ((TextView)tv).setText("Fragment #" + mNum)
    [all...]
FragmentStackSupport.java 21 import android.support.v4.app.Fragment;
62 // Do first time initialization -- add initial fragment.
63 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
81 // Instantiate a new fragment.
82 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
84 // Add the fragment to the activity, pushing this transaction
94 //BEGIN_INCLUDE(fragment)
95 public static class CountingFragment extends Fragment {
123 * The Fragment's UI is just a simple text view showing its
131 ((TextView)tv).setText("Fragment #" + mNum)
    [all...]
FragmentRetainInstanceSupport.java 21 import android.support.v4.app.Fragment;
34 * This example shows how you can use a Fragment to easily propagate state
52 * This is a fragment showing UI that will be updated from work done
53 * in the retained fragment.
55 public static class UiFragment extends Fragment {
80 // Check to see if we have retained the worker fragment.
95 * This is the Fragment implementation that will be retained across
99 public static class RetainedFragment extends Fragment {
153 * Fragment initialization. We way we want to be retained and
160 // Tell the framework to try to keep this fragment aroun
    [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4SYS_AccessUnit.h 34 /** The attribute of a fragment*/
36 M4SYS_kFragAttrOk = 01, /**< The fragment is correct, there is no error
38 M4SYS_kFragAttrCorrupted = 02, /**< The fragment is corrupted (there is at least a bit or byte
39 error somewhere in the fragment (size cannot be 0)*/
40 M4SYS_kFragAttrLost = 03 /**< The fragment is lost, so the size must be 0.*/
44 /** A Fragment is a piece of access unit. It can be decoded without decoding the others*/
48 M4OSA_UInt32 size; /**< The size of the fragment. It must be 0 if fragment is
50 M4SYS_FragAttr isCorrupted; /**< The attribute of this fragment*/
56 #define AU_Corrupted 0x01 /**< At least one fragment of the access unit is flagged corrupted.*
    [all...]
  /external/llvm/test/CodeGen/X86/
2009-04-27-CoalescerAssert.ll 32 entry.fragment: ; preds = %meshBB392
40 entry.fragment181: ; preds = %entry.fragment
52 br label %bb.fragment
54 bb.fragment: ; preds = %bb
62 bb3: ; preds = %bb.fragment
79 br label %bb5.fragment
81 bb5.fragment: ; preds = %bb5
88 bb6: ; preds = %bb5.fragment
100 bb7.fragment: ; preds = %meshBB388
117 bb8.fragment: ; preds = %meshBB36
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 20 import android.app.Fragment;
77 * A fragment is installed in {@link Fragment#onActivityCreated} and uninstalled in
78 * {@link Fragment#onDestroyView}, using {@link FragmentInstallable} callbacks.
91 * To avoid double-deleting a fragment (which will cause a runtime exception),
92 * we put a fragment in this list when we {@link FragmentTransaction#remove(Fragment)} it,
95 private final List<Fragment> mRemovedFragments = new LinkedList<Fragment>();
293 * Install a fragment. Must be caleld from the host activity'
    [all...]

Completed in 377 milliseconds

12 3 4 5 6 7 8 91011>>