/packages/apps/Settings/src/com/android/settings/ |
ChooseLockSettingsHelper.java | 22 import android.app.Fragment; 32 private Fragment mFragment; 39 public ChooseLockSettingsHelper(Activity activity, Fragment fragment) { 41 mFragment = fragment;
|
/frameworks/base/core/tests/coretests/src/android/net/ |
UriTest.java | 46 parcelAndUnparcel(Uri.fromParts("foo", "bob lee", "fragment")); 52 .fragment("foo") 145 .fragment("tee") 195 Uri b = a.buildUpon().fragment("new").build(); 206 .fragment("tee") 208 Uri b = a.buildUpon().fragment("new").build(); 397 Uri withFragment = uri.buildUpon().fragment("top").build(); 403 testHierarchical("http", "google.com", "/p1/p2", "query", "fragment"); 406 testHierarchical("http", "google.com", "/p1/p2", null, "fragment"); 407 testHierarchical("http", "google.com", "", null, "fragment"); [all...] |
/external/apache-http/src/org/apache/http/client/utils/ |
URIUtils.java | 63 * @param fragment 64 * Fragment 79 final String fragment) throws URISyntaxException { 103 if (fragment != null) { 105 buffer.append(fragment); 113 * fragment are taken from the existing URI. The fragment is only used if 117 * Contains the path, query and fragment to use. 121 * True if the fragment should not be copied. 155 * fragment [all...] |
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailFragmentCarousel.java | 32 * fragment to currently view, the alpha values and touch interceptors over each fragment are 57 * Minimum width of a fragment (if there is more than 1 fragment in the carousel, then this is 63 * Maximum alpha value of the overlay on the fragment that is not currently selected 69 * Fragment width (if there are 1+ fragments in the carousel) as defined as a fraction of the 133 // because it will only have 1 child fragment. 158 * Set the view containers for the detail and updates fragment. 166 * Set the detail and updates fragment. 175 * swiping if only the detail fragment should be showing [all...] |
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodPreference.java | 23 import android.app.Fragment; 80 public InputMethodPreference(SettingsPreferenceFragment fragment, Intent settingsIntent, 82 super(fragment.getActivity(), null, R.style.InputMethodPreferenceStyle); 85 mFragment = fragment; 189 Fragment fragment, String fragmentClass, int requestCode, Bundle extras) { 190 if (fragment.getActivity() instanceof PreferenceActivity) { 191 PreferenceActivity preferenceActivity = (PreferenceActivity)fragment.getActivity(); 192 preferenceActivity.startPreferencePanel(fragmentClass, extras, 0, null, fragment, 197 + "given Fragment (name: " + fragmentClass + ", requestCode: " + requestCod [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 40 parcelAndUnparcel(Uri.fromParts("foo", "bob lee", "fragment")); 46 .fragment("foo") 80 Uri b = a.buildUpon().fragment("new").build(); 87 .fragment("tee") 89 b = a.buildUpon().fragment("new").build(); 243 .fragment("tee") 511 Uri withFragment = uri.buildUpon().fragment("top").build(); 608 testHierarchical("http", "google.com", "/p1/p2", "query", "fragment"); 611 testHierarchical("http", "google.com", "/p1/p2", null, "fragment"); 612 testHierarchical("http", "google.com", "", null, "fragment"); [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 23 import android.app.Fragment; 47 * There are three components that work together. 1. This fragment is retained and non-displayed, 55 public class AccountCheckSettingsFragment extends Fragment { 124 * Create a retained, invisible fragment that checks accounts 128 public static AccountCheckSettingsFragment newInstance(int mode, Fragment parentFragment) { 135 * Fragment initialization. Because we never implement onCreateView, and call 136 * setRetainInstance here, this creates an invisible, persistent, "worker" fragment. 145 * This is called when the Fragment's Activity is ready to go, after 147 * the initial fragment creation and after the fragment is re-attache 797 ErrorDialog fragment = new ErrorDialog(); local 877 SecurityRequiredDialog fragment = new SecurityRequiredDialog(); local [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMachObjectWriter.cpp | 30 const MCFragment *Fragment, 38 const MCFragment *Fragment, 50 const MCFragment *Fragment, const MCFixup &Fixup, 125 const MCFragment *Fragment, 129 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); 205 Writer->addRelocation(Fragment->getParent(), MRE); 216 Writer->addRelocation(Fragment->getParent(), MRE); 222 const MCFragment *Fragment, 227 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); 267 Writer->addRelocation(Fragment->getParent(), MRE) [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | 37 * Immutable URI reference. A URI reference includes a URI and a fragment, the 89 components and fragment identifier in order to determine what 174 * scheme separator ':' and the fragment separator '#'. If this is a 185 * scheme separator ':' and the fragment separator '#'. If this is a 270 * the query separator ('?') and before the fragment separator ('#'). This 280 * the query separator ('?') and before the fragment separator ('#'). This 289 * Gets the decoded fragment part of this URI, everything after the '#'. 291 * @return the decoded fragment or null if there isn't one 296 * Gets the encoded fragment part of this URI, everything after the '#'. 298 * @return the encoded fragment or null if there isn't on 664 private Part fragment; field in class:Uri.StringUri 828 private final Part fragment; field in class:Uri.OpaqueUri 1136 private final Part fragment; field in class:Uri.HierarchicalUri 1318 private Part fragment; field in class:Uri.Builder 1447 Builder fragment(Part fragment) { method in class:Uri.Builder 1455 public Builder fragment(String fragment) { method in class:Uri.Builder [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XRTreeFragSelectWrapper.java | 31 * This class makes an select statement act like an result tree fragment. 94 * @return The result tree fragment as a number or NaN 107 * @return The document fragment node data or the empty string. 117 * @return The document fragment node data or the empty string. 135 * Cast result object to a result tree fragment. 137 * @return The document fragment this wraps 147 * @return The document fragment as a DTMIterator
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 29 const MCFragment *Fragment, 37 const MCFragment *Fragment, 45 const MCFragment *Fragment, 52 const MCFragment *Fragment, 64 const MCFragment *Fragment, const MCFixup &Fixup, 67 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, 70 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, 102 const MCFragment *Fragment, 112 Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); 114 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset() [all...] |
/external/webkit/Source/WebCore/xml/ |
XSLTProcessor.cpp | 102 RefPtr<DocumentFragment> fragment = outputDoc->createDocumentFragment(); local 107 // like we want to start parsing the fragment in the InBody insertion 110 // context for the fragment. 112 fragment->parseHTML(sourceString, fakeBody.get()); 114 fragment->parserAddChild(Text::create(outputDoc, sourceString)); 116 bool successfulParse = fragment->parseXML(sourceString, 0); 123 return fragment;
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
android.app.Fragment.html | 10 android.app.Fragment 74 Class android.app.<A HREF="../../../../reference/android/app/Fragment.html" target="_top"><font size="+2"><code>Fragment</code></font></A> 86 <A NAME="android.app.Fragment.getUserVisibleHint_added()"></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/app/Fragment.html#getUserVisibleHint()" target="_top"><code>getUserVisibleHint</code></A>()</nobr> 93 <A NAME="android.app.Fragment.setUserVisibleHint_added(boolean)"></A> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/app/Fragment.html#setUserVisibleHint(boolean)" target="_top"><code>setUserVisibleHint</code></A>(<code>boolean</code>)</nobr>
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldURITest.java | 28 // http with authority, query and fragment 41 "#fragment",// relative just with fragment 73 "http://host#a frag", // space char in fragment, not in 75 "http://host/a#fr#ag", // illegal char in fragment 76 "http:///path#fr%ag", // invalid escape sequence in fragment, 79 // fragment
|
/packages/apps/Contacts/res/layout-sw580dp/ |
people_activity.xml | 40 <fragment 48 <fragment 81 <!-- This invisible worker fragment loads the contact's details --> 82 <fragment 90 <fragment 123 <fragment 134 <fragment
|
/packages/apps/Contacts/res/layout-sw680dp-w1000dp/ |
people_activity.xml | 43 <fragment 51 <fragment 85 <!-- This invisible worker fragment loads the contact's details --> 86 <fragment 94 <fragment 127 <fragment 138 <fragment
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
AccountFilterUtil.java | 25 import android.app.Fragment; 130 * Fragment instead. 133 Fragment fragment, int requestCode) { 134 final Activity activity = fragment.getActivity(); 137 fragment.startActivityForResult(intent, requestCode); 146 * {@link #startAccountFilterActivityForResult(Fragment, int)}.
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperActivity.java | 23 import android.app.Fragment; 44 Fragment fragmentView = getFragmentManager().findFragmentById(R.id.live_wallpaper_fragment); 46 /* When the screen is XLarge, the fragment is not included in the layout, so show it 49 DialogFragment fragment = WallpaperDialog.newInstance(); local 50 fragment.show(getFragmentManager(), "dialog"); 94 * when the activity is no longer associated with this dying dialog fragment. We 119 /* If this fragment is embedded in the layout of this activity, then we should
|
/external/webkit/Source/WebCore/platform/wince/ |
PasteboardWinCE.cpp | 277 PassRefPtr<DocumentFragment> fragment = fragmentFromCF_HTML(frame->document(), cf_html); local 278 if (fragment) 279 return fragment; 293 RefPtr<DocumentFragment> fragment = createFragmentFromText(context.get(), str); local 294 if (fragment) 295 return fragment.release(); 310 RefPtr<DocumentFragment> fragment = createFragmentFromText(context.get(), str); local 311 if (fragment) 312 return fragment.release();
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
DialtactsActivity.java | 38 import android.app.Fragment; 130 public Fragment getItem(int position) { 139 throw new IllegalStateException("No fragment at position " + position); 271 Log.w(TAG, "Search Fragment isn't available when ContactListFilter is changed"); 323 * Fragment for searching phone numbers. Unlike the other Fragments, this doesn't correspond 350 * The index of the Fragment (or, the tab) that has last been manually selected. 402 * Listener used to send search queries to the phone search fragment. 521 * Add search fragment. Note this is called during onLayout, so there's some restrictions, 525 // In order to take full advantage of "fragment deferred start", we need to create the 526 // search fragment after all other fragments are created 1057 final Fragment fragment = getFragmentAt(position); local [all...] |
/development/samples/ApiDemos/res/layout/ |
fragment_hide_show.xml | 17 <!-- Top-level content view for the layout fragment sample. --> 37 <fragment android:name="com.example.android.apis.app.FragmentHideShow$FirstFragment" 51 <fragment android:name="com.example.android.apis.app.FragmentHideShow$SecondFragment"
|
/development/samples/ApiDemos/res/layout-land/ |
fragment_arguments.xml | 17 <!-- Top-level content view for the simple fragment sample. --> 38 <fragment class="com.example.android.apis.app.FragmentArguments$MyFragment" 52 <fragment class="com.example.android.apis.app.FragmentArguments$MyFragment"
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentDialogOrActivity.java | 23 import android.app.Fragment; 40 // First-time init; create fragment to embed in activity. 60 // Create the fragment and show it as a dialog.
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentFragment.java | 20 import android.app.Fragment; 50 /** Fragment that shows the content selected from the TitlesFragment. 51 * When running on a screen size smaller than "large", this fragment is hosted in 54 public class ContentFragment extends Fragment { 67 /** This is where we initialize the fragment's UI and attach some 135 /** This is where we perform additional setup for the fragment that's either 136 * not related to the fragment's layout or must be done after the layout is drawn. 142 // Set member variable for whether this fragment is the only one in the activity 143 Fragment listFragment = getFragmentManager().findFragmentById(R.id.titles_frag); 147 // The fragment is alone, so enable up navigatio [all...] |
/development/samples/Support4Demos/res/layout/ |
fragment_hide_show_support.xml | 17 <!-- Top-level content view for the layout fragment sample. --> 37 <fragment android:name="com.example.android.supportv4.app.FragmentHideShowSupport$FirstFragment" 51 <fragment android:name="com.example.android.supportv4.app.FragmentHideShowSupport$SecondFragment"
|