Searched
full:fragment (Results
501 -
525 of
1999) sorted by null
<<21222324252627282930>>
/packages/apps/Email/res/layout/ |
account_settings_exchange_fragment.xml | 17 <!-- Exchange server settings. This is a wrapper around the "exchange setup" fragment
|
account_settings_incoming_fragment.xml | 17 <!-- Incoming server settings. This is a wrapper around the "incoming setup" fragment
|
account_settings_outgoing_fragment.xml | 17 <!-- Outgoing server settings. This is a wrapper around the "outgoing setup" fragment
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
DuplicateAccountDialogFragment.java | 29 * Dialog fragment to show "duplicate account" dialog
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/ |
SettingsFragmentBase.java | 27 * System search settings fragment.
|
/packages/apps/Settings/res/layout/ |
date_time_settings_setupwizard.xml | 34 <fragment android:id="@+id/date_time_settings_fragment"
|
/packages/apps/Settings/res/xml/ |
date_time_prefs.xml | 38 android:fragment="com.android.settings.ZonePicker"
|
display_settings.xml | 29 android:fragment="com.android.settings.WallpaperTypeSettings" />
|
privacy_settings.xml | 49 android:fragment="com.android.settings.MasterClear" />
|
security_settings_biometric_weak.xml | 54 android:fragment="com.android.settings.OwnerInfoSettings"
|
security_settings_pattern.xml | 50 android:fragment="com.android.settings.OwnerInfoSettings"
|
security_settings_pin.xml | 46 android:fragment="com.android.settings.OwnerInfoSettings"
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothVisibilityTimeoutFragment.java | 42 * Dialog fragment for setting the discoverability timeout.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
UnitTests.java | 42 // since this plugin is a fragment which runs insde adt, gather tests from AdtPlugin
|
/cts/tests/tests/preference2/res/values/ |
strings.xml | 26 <string name="fragment_preferences">Preference/7. Fragment</string> 66 <string name="title_fragment_preference">Fragment preference</string> 67 <string name="summary_fragment_preference">Shows another fragment of preferences</string>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentDialog.java | 23 import android.app.Fragment; 70 // DialogFragment.show() will take care of adding the fragment 74 Fragment prev = getFragmentManager().findFragmentByTag("dialog");
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
ActionBarTabsPager.java | 25 import android.app.Fragment; 124 public Fragment getItem(int position) { 126 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentDialogSupport.java | 22 import android.support.v4.app.Fragment; 71 // DialogFragment.show() will take care of adding the fragment 75 Fragment prev = getSupportFragmentManager().findFragmentByTag("dialog");
|
FragmentTabsPager.java | 22 import android.support.v4.app.Fragment; 147 public Fragment getItem(int position) { 149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
|
/development/samples/training/ads-and-ux/src/com/example/training/ads/ |
AdsCatalogActivity.java | 20 import android.support.v4.app.Fragment; 73 public Fragment getItem(int position) { 83 public static class AdFragment extends Fragment {
|
/external/mesa3d/docs/ |
MESA_shader_debug.spec | 43 a program object to enable debugging. Vertex and/or fragment shader, 93 Additions to Chapter 4 of the OpenGL 1.5 Specification (Per-Fragment 152 Debug functions are available to both fragment and vertex shaders.
|
relnotes-6.5.2.html | 53 <li>Faster fragment program execution in software 74 <li>fragment.fogcoord register didn't always contain the correct value 77 <li>Fixed some fragment program bugs in Intel i915 DRI driver
|
/external/tinyxml/docs/ |
classTiXmlHandle.html | 73 Take an example: <div class="fragment"><pre class="fragment"> <Document> 81 <div class="fragment"><pre class="fragment"> TiXmlElement* root = document.FirstChildElement( "Document" ); 96 <div class="fragment"><pre class="fragment"> TiXmlHandle docHandle( &document ); 103 It is also safe to copy handles - internally they are nothing more than node pointers. <div class="fragment"><pre class="fragment"> TiXmlHandle handleCopy = handle; 106 <div class="fragment"><pre class="fragment"> int i=0; [all...] |
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
URLParser.h | 143 parsePath(spec, fullPath, parsed.path, parsed.query, parsed.fragment); 169 static void parsePath(const CHAR* spec, const URLComponent& path, URLComponent& filepath, URLComponent& query, URLComponent& fragment) 171 // path = [/]<segment1>/<segment2>/<...>/<segmentN>;<param>?<query>#<fragment> 177 fragment.reset(); 207 // Fragment: from the # to the end of the path. 211 fragment = URLComponent::fromRange(refSeparator + 1, pathEnd); 215 fragment.reset(); 218 // Query fragment: everything from the ? to the next boundary (either 219 // the end of the path or the fragment fragment) [all...] |
/frameworks/base/core/java/android/webkit/ |
MimeTypeMap.java | 46 int fragment = url.lastIndexOf('#'); local 47 if (fragment > 0) { 48 url = url.substring(0, fragment);
|
Completed in 1861 milliseconds
<<21222324252627282930>>