HomeSort by relevance Sort by last modified time
    Searched refs:fragment (Results 226 - 250 of 962) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclwstrings.swg 11 %fragment("SWIG_AsWCharPtrAndSize","header") {
41 %fragment("SWIG_FromWCharPtrAndSize","header") {
  /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...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
MainActivity.java 47 BasicGestureDetectFragment fragment = new BasicGestureDetectFragment(); local
48 transaction.add(fragment, FRAGTAG);
71 // On screen logging via a fragment with a TextView.
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
MainActivity.java 47 BasicImmersiveModeFragment fragment = new BasicImmersiveModeFragment(); local
48 transaction.add(fragment, FRAGTAG);
71 // On screen logging via a fragment with a TextView.
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
MainActivity.java 47 ImmersiveModeFragment fragment = new ImmersiveModeFragment(); local
48 transaction.add(fragment, FRAGTAG);
71 // On screen logging via a fragment with a TextView.
  /developers/build/prebuilts/gradle/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
MainActivity.java 47 RepeatingAlarmFragment fragment = new RepeatingAlarmFragment(); local
48 transaction.add(fragment, FRAGTAG);
71 // On screen logging via a fragment with a TextView.
  /developers/build/prebuilts/gradle/StorageClient/Application/src/main/java/com/example/android/storageclient/
MainActivity.java 47 StorageClientFragment fragment = new StorageClientFragment(); local
48 transaction.add(fragment, FRAGTAG);
71 // On screen logging via a fragment with a TextView.
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MainActivity.java 47 MyCloudFragment fragment = new MyCloudFragment(); local
48 transaction.add(fragment, FRAGTAG);
71 // On screen logging via a fragment with a TextView.
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
MainActivity.java 50 BasicGestureDetectFragment fragment = new BasicGestureDetectFragment(); local
51 transaction.add(fragment, FRAGTAG);
74 // On screen logging via a fragment with a TextView.
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
MainActivity.java 50 BasicImmersiveModeFragment fragment = new BasicImmersiveModeFragment(); local
51 transaction.add(fragment, FRAGTAG);
74 // On screen logging via a fragment with a TextView.
  /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
MainActivity.java 50 ImmersiveModeFragment fragment = new ImmersiveModeFragment(); local
51 transaction.add(fragment, FRAGTAG);
74 // On screen logging via a fragment with a TextView.
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
MainActivity.java 50 RepeatingAlarmFragment fragment = new RepeatingAlarmFragment(); local
51 transaction.add(fragment, FRAGTAG);
74 // On screen logging via a fragment with a TextView.
  /development/samples/browseable/StorageClient/src/com.example.android.storageclient/
MainActivity.java 50 StorageClientFragment fragment = new StorageClientFragment(); local
51 transaction.add(fragment, FRAGTAG);
74 // On screen logging via a fragment with a TextView.
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MainActivity.java 50 MyCloudFragment fragment = new MyCloudFragment(); local
51 transaction.add(fragment, FRAGTAG);
74 // On screen logging via a fragment with a TextView.
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabHoneycomb.java 22 import android.support.v4.app.Fragment;
36 Fragment mFragment;
107 public CompatTab setFragment(Fragment fragment) {
108 mFragment = fragment;
113 public Fragment getFragment() {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MoveSelectionCommand.cpp 34 MoveSelectionCommand::MoveSelectionCommand(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete)
35 : CompositeEditCommand(*position.document()), m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete)
ReplaceSelectionCommand.h 50 static PassRefPtrWillBeRawPtr<ReplaceSelectionCommand> create(Document& document, PassRefPtrWillBeRawPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
52 return adoptRefWillBeNoop(new ReplaceSelectionCommand(document, fragment, options, action));
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
PickFragment.java 19 import android.app.Fragment;
36 public class PickFragment extends Fragment {
45 final PickFragment fragment = new PickFragment(); local
48 ft.replace(R.id.container_save, fragment, TAG);
  /packages/apps/Browser/src/com/android/browser/
BrowserPreferencesPage.java 56 debug.fragment = DebugPreferencesFragment.class.getName();
68 if (fragName.equals(h.fragment)) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCredentials.java 60 final AccountSetupCredentialsFragment fragment = (AccountSetupCredentialsFragment) local
62 final Bundle results = fragment.getCredentialResults();
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardTileView.java 92 if (mTile.fragment != null) {
93 Utils.startWithFragment(getContext(), mTile.fragment, mTile.fragmentArguments, null, 0,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryContentFragment.java 19 import android.app.Fragment;
30 * Custom Content Fragment for the Bluetooth settings activity.
32 public class AddAccessoryContentFragment extends Fragment {
38 AddAccessoryContentFragment fragment = new AddAccessoryContentFragment(multiple); local
39 return fragment;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsCustomLabelActivity.java 78 * Show the fragment that allows the user to give a custom name to their device
84 TextInputWizardFragment fragment = TextInputWizardFragment.newInstance( local
90 .replace(R.id.content, fragment)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubytypemaps.swg 5 * Fragment section
24 %fragment("output_helper","header") %{
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.cpp 162 pair<String, String>& fragment = m_fragments[i]; local
164 ASSERT(fragment.first.is8Bit());
165 ASSERT(fragment.second.is8Bit());
170 if (fragment.first != "t")
181 if (parseNPTFragment(fragment.second.characters8(), fragment.second.length(), start, end)) {
186 // Although we have a valid fragment, don't return yet because when a fragment dimensions

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>