Searched refs:from (Results 226 - 250 of 511) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DViewStub.java53 * the layout resource "mySubTree," the ViewStub is removed from its parent. The
172 * @param layoutResource A valid layout resource identifier (different from 0.)
257 factory = LayoutInflater.from(mContext);
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java167 public void setAlpha(@FloatRange(from=0.0, to=1.0) float alpha) {
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java270 private static int findIndexBackward(final CharSequence cs, final int from, argument
272 int currentIndex = from;
314 private static int findIndexForward(final CharSequence cs, final int from, argument
316 int currentIndex = from;
422 // including this method look like asynchronous calls from the IME.
431 * The default implementation removes the composing state from the
479 * The default implementation returns the given amount of text from the
535 * The default implementation returns the given amount of text from the
669 // Most likely the text was changed out from under the IME,
818 if (DEBUG) Log.v(TAG, "Replacing from "
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DLocaleHelper.java162 LocaleList locales, Locale displayLocale, @IntRange(from=1) int maxLocales) {
179 // Theoretically, we want to extract this from ICU's Resource Bundle for
H A DUnlaunchableAppActivity.java45 * A dialog shown to the user when they try to launch an app from a quiet profile
84 View rootView = LayoutInflater.from(this).inflate(R.layout.unlaunchable_app_activity, null);
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java133 public void setAlpha(@FloatRange(from=0.0, to=1.0) float alpha) {
147 * @param src Source outline to copy from.
254 * Sets the Constructs an Outline from a
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java81 * <li> The {@link #getPadding} method can return from some Drawables
133 * <strong>Note:</strong> Custom drawable classes are only accessible from
154 * fully-qualified class name from the <em>class</em> attribute. This
518 public abstract void setAlpha(@IntRange(from=0,to=255) int alpha);
527 @IntRange(from=0,to=255)
665 * different from the drawable bounds.
717 * true will be returned from this function.
773 * true will be returned from this function.
775 * @param level The new level, from 0 (minimum) to 10000 (maximum).
781 public final boolean setLevel(@IntRange(from
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDocumentHolder.java171 final LayoutInflater inflater = LayoutInflater.from(context);
176 * Implement this in order to be able to respond to events coming from DocumentHolders.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageView.java37 LayoutInflater.from(context).inflate(R.layout.usage_view, this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java85 convertView = LayoutInflater.from(context).inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DTaskStackHorizontalViewAdapter.java114 LayoutInflater inflater = LayoutInflater.from(parent.getContext());
123 // Retrives from caches, loading only if necessary
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDivider.java72 LayoutInflater.from(mContext).inflate(R.layout.docked_stack_divider, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java121 mBrightnessMirror = LayoutInflater.from(mBrightnessMirror.getContext()).inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java75 LayoutInflater inflater = LayoutInflater.from(ap.mContext);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java47 mInflater = LayoutInflater.from(mContext);
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java134 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir);
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DAppListFragment.java93 mInflater = LayoutInflater.from(context);
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageStatsActivity.java125 convertView = LayoutInflater.from(UsageStatsActivity.this)
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DBridgeActionBar.java95 return LayoutInflater.from(context);
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk75 # This list is generated from the java source files in this module
118 # from apps.
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java32 * create this adapter can be inflated by {@link com.android.setupwizardlib.items.ItemInflater} from
74 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DHeaderRecyclerView.java224 final LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java80 LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DGlifLayoutTest.java73 LayoutInflater inflater = LayoutInflater.from(mContext);
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java71 inflater = LayoutInflater.from(context);
88 // undetectable times, like transitioning from a finishing activity that had a keyboard

Completed in 619 milliseconds

1234567891011>>