Searched refs:from (Results 101 - 125 of 595) sorted by relevance

1234567891011>>

/frameworks/rs/api/
H A Drs_object_info.spec21 or Sampler object. These objects are created from Java. You can't create them from a
26 Allocations are the primary method used to pass data to and from RenderScript kernels.
129 arg: rs_allocation a, "Allocation to get data from."
238 arg: rs_element e, "Element to get data from."
250 arg: rs_element e, "Element to get data from."
264 arg: rs_element e, "Element to get data from."
276 arg: rs_element e, "Element to get data from."
291 arg: rs_element e, "Element to get data from."
302 deprecated: 22, This function is deprecated and will be removed from th
[all...]
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTabLayoutTest.java49 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity());
80 LayoutInflater.from(mActivityTestRule.getActivity());
93 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity());
113 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity());
133 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity());
158 final LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity());
/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp43 const PathData& from, const PathData& to, float fraction) const {
44 VectorDrawableUtils::interpolatePaths(out, from, to, fraction);
42 evaluate(PathData* out, const PathData& from, const PathData& to, float fraction) const argument
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java75 // Pops from the top of the stack as current configuration state (matrix,
81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
107 // from * (1 - ratio) + to * ratio
109 public abstract void drawMixed(BasicTexture from, int toColor, argument
113 // rectangle. The actual color used is from * (1 - ratio) + to * ratio.
116 public abstract void drawMixed(BasicTexture from, int toColor, argument
119 // Unloads the specified texture from the canvas. The resource allocated
121 // to the unloaded state. This function should be called only from
/frameworks/base/tests/UiBench/
H A DAndroid.mk9 # use appcompat/support lib from the tree, so improvements/
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk4 # We move them from global build/core/combo/TARGET_linux-arm.mk
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DListChangeRegistry.java100 * @param from The index of the first element moved.
104 public void notifyMoved(ObservableList list, int from, int to, int count) { argument
105 ListChanges listChanges = acquire(from, to, count);
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DGlifPreferenceLayoutTest.java61 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
74 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
H A DSetupWizardPreferenceLayoutTest.java61 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
74 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DSendReq.java54 * @param from the from value
61 EncodedStringValue from,
67 setFrom(from);
60 SendReq(byte[] contentType, EncodedStringValue from, int mmsVersion, byte[] transactionId) argument
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetWithFragment.java46 mBottomSheetBehavior = BottomSheetBehavior.from(findViewById(R.id.bottom_sheet));
102 return new ViewHolder(LayoutInflater.from(mContext), parent);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetWithFragment.java46 mBottomSheetBehavior = BottomSheetBehavior.from(findViewById(R.id.bottom_sheet));
102 return new ViewHolder(LayoutInflater.from(mContext), parent);
/frameworks/av/include/media/stagefright/
H A DColorConverter.h31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
/frameworks/av/services/audioflinger/
H A DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
67 // below members are used by a software audio patch connecting a source device from a
/frameworks/base/core/java/android/os/health/
H A DSystemHealthManager.java59 public static SystemHealthManager from(Context context) { method in class:SystemHealthManager
74 * application. The keys for this HealthStats object will be from the {@link UidHealthStats}
93 * for this HealthStats object will be from the {@link UidHealthStats} class.
110 * the requested uids. The keys for this HealthStats object will be from the
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java85 private @IntRange(from = 0) int mColorMode;
86 private @IntRange(from = 0) int mDuplexMode;
190 public @IntRange(from = 0) int getColorMode() {
231 public @IntRange(from = 0) int getDuplexMode() {
799 private final @IntRange(from = 1) int mWidthMils;
800 private final @IntRange(from = 1) int mHeightMils;
839 @IntRange(from = 1) int widthMils, @IntRange(from = 1) int heightMils) {
920 + " from package " + mPackageName);
931 public @IntRange(from
[all...]
/frameworks/base/core/java/android/widget/
H A DTimePicker.java155 public void setHour(@IntRange(from = 0, to = 23) int hour) {
175 public void setMinute(@IntRange(from = 0, to = 59) int minute) {
311 void setHour(@IntRange(from = 0, to = 23) int hour);
314 void setMinute(@IntRange(from = 0, to = 59) int minute);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DCustomizeTileView.java38 View view = LayoutInflater.from(mContext).inflate(R.layout.qs_tile_label, null);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DStackActivity.java48 item = LayoutInflater.from(getContext()).inflate(
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvArrayAdapter.java48 mLayoutInflater = LayoutInflater.from(viewGroup.getContext());
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerSwatch.java52 LayoutInflater.from(context).inflate(R.layout.color_picker_swatch, this);
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk17 #Include res dir from photoviewer
42 #Include res dir from photoviewer
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DGlifPreferenceLayout.java116 final LayoutInflater inflater = LayoutInflater.from(getContext());
H A DSetupWizardPreferenceLayout.java115 final LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java46 private static final String XML_FROM_TAG = "from";
173 * Load the whole translation table file from the framework resource
208 int from = parser.getAttributeUnsignedIntValue(null,
212 if ((from != -1) && (to != -1)) {
214 Rlog.d(TAG, "Loading mapping " + Integer.toHexString(from)
218 mTranslationTable.put (from, to);

Completed in 897 milliseconds

1234567891011>>