/frameworks/compile/mclinker/lib/Fragment/ |
FillFragment.cpp | 9 #include <mcld/Fragment/FillFragment.h> 22 : Fragment(Fragment::Fillment, pSD), m_Value(pValue), m_ValueSize(pValueSize),
|
FragmentRef.cpp | 9 #include <mcld/Fragment/FragmentRef.h> 17 #include <mcld/Fragment/Fragment.h> 23 #include <mcld/Fragment/RegionFragment.h> 24 #include <mcld/Fragment/Stub.h> 41 FragmentRef::FragmentRef(Fragment& pFrag, 46 /// Create - create a fragment reference for a given fragment. 48 /// @param pFrag - the given fragment 49 /// @param pOffset - the offset, can be larger than the fragment, but can no [all...] |
AlignFragment.cpp | 9 #include <mcld/Fragment/AlignFragment.h> 24 : Fragment(Fragment::Alignment, pSD), m_Alignment(pAlignment),
|
Stub.cpp | 10 #include <mcld/Fragment/Stub.h> 15 : Fragment(Fragment::Stub),
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentCompat.java | 19 import android.app.Fragment; 22 * Helper for accessing features in {@link Fragment} introduced after 27 void setMenuVisibility(Fragment f, boolean visible); 28 void setUserVisibleHint(Fragment f, boolean deferStart); 32 public void setMenuVisibility(Fragment f, boolean visible) { 34 public void setUserVisibleHint(Fragment f, boolean deferStart) { 40 public void setMenuVisibility(Fragment f, boolean visible) { 47 public void setUserVisibleHint(Fragment f, boolean deferStart) { 64 * Call {@link Fragment#setMenuVisibility(boolean) Fragment.setMenuVisibility(boolean) [all...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/ |
StreamRetentionFragment.java | 22 import android.support.v4.app.Fragment; 24 public class StreamRetentionFragment extends Fragment {
|
/frameworks/base/tools/layoutlib/bridge/src/android/app/ |
Fragment_Delegate.java | 26 * Delegate used to provide new implementation of a select few methods of {@link Fragment} 28 * Through the layoutlib_create tool, the original methods of Fragment have been replaced 31 * The methods being re-implemented are the ones responsible for instantiating Fragment objects. 53 /*package*/ static Fragment instantiate(Context context, String fname) { 58 * Create a new instance of a Fragment with the given class name. This is 61 * @param context The calling context being used to instantiate the fragment. 63 * @param fname The class name of the fragment to instantiate. 64 * @param args Bundle of arguments to supply to the fragment, which it 66 * @return Returns a new fragment instance. 68 * the given fragment class. This is a runtime exception; it is no [all...] |
/frameworks/compile/mclinker/include/mcld/Fragment/ |
FragmentRef.h | 22 class Fragment; 27 * \brief FragmentRef is a reference of a Fragment's contetnt. 38 /// Create - create a fragment reference for a given fragment. 40 /// @param pFrag - the given fragment 41 /// @param pOffset - the offset, can be larger than the fragment, but can not 43 /// @return if the offset is legal, return the fragment reference. Otherwise, 45 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset); 57 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0); 60 /// copy memory from the fragment to the pDesc [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FragmentRunnable.java | 20 import android.app.Fragment; 26 * Small Runnable-like wrapper that first checks that the Fragment is in a good state before 33 private final Fragment mFragment; 35 public FragmentRunnable(String opName, Fragment fragment) { 37 mFragment = fragment; 45 LogUtils.i(LOG_TAG, "Unable to run op='%s' b/c fragment is not attached: %s",
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
TestFragmentTransaction.java | 3 import android.support.v4.app.Fragment; 12 private Fragment fragment; field in class:TestFragmentTransaction 22 private Fragment fragmentToRemove; 24 private Fragment fragmentToAttach; 31 public FragmentTransaction add(Fragment fragment, String tag) { 32 return add(View.NO_ID, fragment, tag); 36 public FragmentTransaction add(int containerViewId, Fragment fragment) { [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
FragmentStatePagerAdapter2.java | 19 import android.app.Fragment; 39 * <li>override-able {@link #setItemVisible(Fragment, boolean)} method for subclasses to 52 private ArrayList<Fragment.SavedState> mSavedState = new ArrayList<Fragment.SavedState>(); 53 private SparseArrayCompat<Fragment> mFragments = new SparseArrayCompat<Fragment>(); 54 private Fragment mCurrentPrimaryItem = null; 68 * Return the Fragment associated with a specified position. 70 public abstract Fragment getItem(int position); 80 // from its saved state, where the fragment manager has alread 91 Fragment fragment = getItem(position); local 103 mCurTransaction.add(container.getId(), fragment); local 110 Fragment fragment = (Fragment)object; local 130 Fragment fragment = (Fragment)object; local [all...] |
/developers/build/templates/create/_MODULE_/tests/src/_PACKAGE_/tests/ |
SampleTests.java.ftl | 28 private ${sample.name?cap_first}Fragment mTestFragment; 43 mTestFragment = (${sample.name?cap_first}Fragment)
|
/external/llvm/test/MC/X86/AlignedBundling/ |
bundle-group-too-large-error.s | 3 # CHECK: ERROR: Fragment can't be larger than a bundle size
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestFrameLayoutLocale.java | 19 import android.app.Fragment; 25 public class BiDiTestFrameLayoutLocale extends Fragment {
|
BiDiTestFrameLayoutLtr.java | 19 import android.app.Fragment; 25 public class BiDiTestFrameLayoutLtr extends Fragment {
|
BiDiTestFrameLayoutRtl.java | 19 import android.app.Fragment; 25 public class BiDiTestFrameLayoutRtl extends Fragment {
|
BiDiTestGridLayoutLocale.java | 19 import android.app.Fragment; 25 public class BiDiTestGridLayoutLocale extends Fragment {
|
BiDiTestGridLayoutLtr.java | 19 import android.app.Fragment; 25 public class BiDiTestGridLayoutLtr extends Fragment {
|
BiDiTestGridLayoutRtl.java | 19 import android.app.Fragment; 25 public class BiDiTestGridLayoutRtl extends Fragment {
|
BiDiTestLinearLayoutLocale.java | 19 import android.app.Fragment; 25 public class BiDiTestLinearLayoutLocale extends Fragment {
|
BiDiTestLinearLayoutLtr.java | 19 import android.app.Fragment; 25 public class BiDiTestLinearLayoutLtr extends Fragment {
|
BiDiTestLinearLayoutRtl.java | 19 import android.app.Fragment; 25 public class BiDiTestLinearLayoutRtl extends Fragment {
|
BiDiTestRelativeLayout2Locale.java | 19 import android.app.Fragment; 25 public class BiDiTestRelativeLayout2Locale extends Fragment {
|
BiDiTestRelativeLayout2Ltr.java | 19 import android.app.Fragment; 25 public class BiDiTestRelativeLayout2Ltr extends Fragment {
|
BiDiTestRelativeLayout2Rtl.java | 19 import android.app.Fragment; 25 public class BiDiTestRelativeLayout2Rtl extends Fragment {
|