HomeSort by relevance Sort by last modified time
    Searched defs:Fragment (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLSegments.h 50 Fragment,
67 // Note that this can get a little funny for the port, query, and fragment
87 // *Fragment: 20 20
100 URLComponent fragment; member in class:WTF::URLSegments
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 224 SD.Fragment = RealSD.Fragment;
375 MCInstFragment *Fragment =
378 raw_svector_ostream VecOS(Fragment->getCode());
381 Fragment->getFixups());
  /external/llvm/include/llvm/MC/
MCAssembler.h 62 /// Parent - The data for the section this fragment is in.
65 /// Atom - The atom this fragment is in, as represented by it's defining
75 /// Offset - The offset of this fragment in its section. This is ~0 until
79 /// LayoutOrder - The layout order of this fragment.
111 /// Fixups - The list of fixups in this fragment.
163 /// Inst - The instruction this is a fragment for.
169 /// Fixups - The list of fixups in this fragment.
228 /// cannot be satisfied in this width then this fragment is ignored.
270 /// this is a virtual fill fragment.
303 /// Offset - The offset this fragment should start at
    [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...]
  /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...]
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...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 166 milliseconds