/development/samples/Support4Demos/res/layout-land/ |
fragment_arguments_support.xml | 17 <!-- Top-level content view for the simple fragment sample. --> 38 <fragment class="com.example.android.supportv4.app.FragmentArgumentsSupport$MyFragment" 52 <fragment class="com.example.android.supportv4.app.FragmentArgumentsSupport$MyFragment"
|
/external/llvm/include/llvm/MC/ |
MCObjectStreamer.h | 52 /// Get a data fragment to write into, creating a new one if the current 53 /// fragment is not a data fragment.
|
/external/webkit/Source/WebCore/editing/ |
ReplaceSelectionCommand.cpp | 127 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, bool matchStyle, const VisibleSelection& selection) 129 m_fragment(fragment), 302 // Interchange newlines at the "start" of the incoming fragment must be 303 // either the first node in the fragment or the first leaf in the fragment. 315 // Interchange newlines at the "end" of the incoming fragment must be 316 // either the last node in the fragment or the last leaf in the fragment. 344 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction) 349 , m_documentFragment(fragment) [all...] |
/frameworks/base/libs/hwui/ |
Program.h | 31 * A program holds a vertex and a fragment shader. It offers several utility 37 * Creates a new program with the specified vertex and fragment 40 Program(const char* vertex, const char* fragment);
|
/packages/apps/Contacts/res/layout/ |
contact_list_content.xml | 18 android:layout_marginTop is ignored when used with <fragment></fragment>, which 20 Instead, android:layout_marginTop inside <fragment /> is effective. -->
|
/packages/apps/Contacts/res/layout-sw680dp-w1000dp/ |
contact_detail_container.xml | 19 have social updates, then the second fragment container will just be hidden. 30 Container for the "About" fragment on the contact card for a contact 48 Container for the "Updates" fragment on the contact card for a contact
|
/packages/apps/Settings/res/xml/ |
application_settings.xml | 30 android:fragment="com.android.settings.applications.ManageApplications" 36 android:fragment="com.android.settings.applications.ManageApplications" 43 android:fragment="com.android.settings.applications.ManageApplications"
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiPickerActivity.java | 20 import android.app.Fragment; 45 * {@link PreferenceActivity#startWithFragment(String, Bundle, Fragment, int)}, except 50 Fragment resultTo, int resultRequestCode) {
|
/dalvik/vm/mterp/x86/ |
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
zcmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentReceiveResult.java | 22 import android.app.Fragment; 48 // Do first time initialization -- add fragment. 49 Fragment newFragment = new ReceiveResultFragment(); 55 public static class ReceiveResultFragment extends Fragment {
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SpellCheckerSettingsFragment.java | 28 * Empty constructor for fragment generation.
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
FragmentPagerSupport.java | 27 import android.app.Fragment; 84 public Fragment getItem(int position) { 117 * The Fragment's UI is just a simple text view showing its 125 ((TextView)tv).setText("Fragment #" + mNum);
|
FragmentStatePagerSupport.java | 27 import android.app.Fragment; 84 public Fragment getItem(int position) { 117 * The Fragment's UI is just a simple text view showing its 125 ((TextView)tv).setText("Fragment #" + mNum);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentPagerSupport.java | 23 import android.support.v4.app.Fragment; 83 public Fragment getItem(int position) { 116 * The Fragment's UI is just a simple text view showing its 124 ((TextView)tv).setText("Fragment #" + mNum);
|
FragmentReceiveResultSupport.java | 22 import android.support.v4.app.Fragment; 50 // Do first time initialization -- add fragment. 51 Fragment newFragment = new ReceiveResultFragment(); 57 public static class ReceiveResultFragment extends Fragment {
|
FragmentStatePagerSupport.java | 19 import android.support.v4.app.Fragment; 84 public Fragment getItem(int position) { 117 * The Fragment's UI is just a simple text view showing its 125 ((TextView)tv).setText("Fragment #" + mNum);
|
/development/samples/TtsEngine/res/xml/ |
preferences_headers.xml | 17 <header android:fragment="com.example.android.ttsengine.GeneralSettingsFragment"
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
WiFiDirectBroadcastReceiver.java | 96 DeviceDetailFragment fragment = (DeviceDetailFragment) activity local 98 manager.requestConnectionInfo(channel, fragment); 104 DeviceListFragment fragment = (DeviceListFragment) activity.getFragmentManager() local 106 fragment.updateThisDevice((WifiP2pDevice) intent.getParcelableExtra(
|
/external/valgrind/main/memcheck/tests/x86/ |
bug152022.c | 11 This little fragment used to cause Memcheck to assert, so if the
|
/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/webkit/Source/WebCore/platform/chromium/ |
DragDataChromium.cpp | 134 //if (RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(doc, 136 // return fragment; 141 RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(), local 143 return fragment.release();
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragment.java | 24 * <p>The Renderscript fragment program, also known as fragment shader is responsible 33 * Communication between the vertex and fragment programs is handled internally in the 34 * GLSL code. For example, if the fragment program is expecting a varying input called
|
/packages/apps/Browser/res/layout/ |
bookmarks_history.xml | 18 android:id="@+id/fragment"
|
/packages/apps/Browser/src/com/android/browser/ |
PreloadedTabControl.java | 91 // ignore the next fragment change, to avoid leaving a blank page in the browser 95 .fragment(null) 125 // remove fragment: 126 currentUrl = Uri.parse(currentUrl).buildUpon().fragment(null).build().toString();
|