Home
last modified time | relevance | path

Searched +defs:val +defs:right (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp33 float val = static_cast<float>(pImg[i]); in Java_androidx_media_filterpacks_numeric_StatsFilter_score() local
45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
59 float val = static_cast<float>(*(pImg + disp + x)); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java190 public void setCharging(boolean val) { in setCharging()
199 public void setBatteryLevel(int val) { in setBatteryLevel()
208 public void setPowerSave(boolean val) { in setPowerSave()
243 public void setBounds(int left, int top, int right, int bottom) { in setBounds()
270 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp260 int32_t val; in ConvertMessageToMap() local
269 int64_t val; in ConvertMessageToMap() local
278 float val; in ConvertMessageToMap() local
287 AString val; in ConvertMessageToMap() local
306 int32_t left, top, right, bottom; in ConvertMessageToMap() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp299 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Bitmap& val) in Marshalling()
313 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Bitmap& val) in Unmarshalling()
470 std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr) in UnmarshallingNoLazyGeneratedImage()
626 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling()
639 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling()
971 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling()
991 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling()
1039 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling()
1546 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling()
1552 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RRectT<float>& val) in Unmarshalling()
[all …]
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_math.h29 inline bool NearZero(float val) in NearZero()
44 inline bool LessNotEqual(double left, double right) in LessNotEqual()
50 inline bool GreatNotEqual(double left, double right) in GreatNotEqual()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DAssertHelpers.java67 public static void assertArrayNotGreater(String message, float[] left, float[] right) { in assertArrayNotGreater()
223 String val = ((first) ? ", " : "") + ((elem != null) ? elem.toString() : "null"); in formatCollection() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h213 T right = Right(); in Constrain() local
334 T right = std::min(Right(), other.Right()); in IntersectRectT() local
343 T right = std::max(Right(), other.Right()); in CombineRectT() local
396 std::string val; in FromString() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp33 …string val = string("{") + "\"field" + std::to_string(FIRST_FIELD) + "\":" + std::to_string(serial… in GenerateFixedLenJsonSchemaRecord() local
78 …string val = string("{") + "\"field" + std::to_string(FIRST_FIELD) + "\":" + std::to_string(serial… in GenerateFixedLenSchemaPerfRecord() local
267 int right = 0; in GenerateRandQuery() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp500 int32_t RemoteAudioCapturerSourceInner::SetVolume(float left, float right) in SetVolume()
522 int32_t RemoteAudioCapturerSourceInner::GetVolume(float &left, float &right) in GetVolume()
525 float val = 0.0; in GetVolume() local
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DPersistableBundleUtils.java447 Object val = bundle.get(key); in getHashCode() local
461 @Nullable PersistableBundle left, @Nullable PersistableBundle right) { in isEqual()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp75 …uint32_t right = static_cast<uint32_t>(pixmap->GetWidth() * coordinates[2]); // 2 is index of right in ColorExtract() local
243 float ColorExtract::NormalizeRgb(uint32_t val) in NormalizeRgb()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp569 int32_t RemoteFastAudioCapturerSourceInner::SetVolume(float left, float right) in SetVolume()
592 int32_t RemoteFastAudioCapturerSourceInner::GetVolume(float &left, float &right) in GetVolume()
595 float val = 0; in GetVolume() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_extract.cpp52 …uint32_t right = static_cast<uint32_t>(pixmap->GetWidth() * coordinates[2]); // 2 is index of right in RSColorExtract() local
214 float RSColorExtract::NormalizeRgb(uint32_t val) in NormalizeRgb()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp48 SkPath* val = reinterpret_cast<SkPath*>(valHandle); in init_Path() local
130 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle, in arcTo()
143 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) { in addRect()
150 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) { in addOval()
165 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle) { in addArc()
172 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
180 jfloat right, jfloat bottom, jfloatArray array, jint dirHandle) { in addRoundRect8()
H A Dandroid_graphics_RenderNode.cpp36 #define SET_AND_DIRTY(prop, val, dirtyFlag) \ argument
119 jint left, jint top, jint right, jint bottom) { in android_view_RenderNode_setClipBounds()
139 jint left, jint top, jint right, jint bottom, jfloat radius, jfloat alpha) { in android_view_RenderNode_setOutlineRoundRect()
317 …oolean android_view_RenderNode_setRight(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr, int right) { in android_view_RenderNode_setRight()
342 int left, int top, int right, int bottom) { in android_view_RenderNode_setLeftTopRightBottom()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp77 std::shared_ptr<RSLinearGradientBlurPara> val; in DoUnmarshalling() local
166 std::shared_ptr<Typeface> val = Typeface::MakeFromFile(path, length); in DoMarshallingHelper001() local
523 int32_t right = GetData<int32_t>(); in DoMarshallingHelper013() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp753 int32_t AudioCapturerSourceInner::SetVolume(float left, float right) in SetVolume()
774 int32_t AudioCapturerSourceInner::GetVolume(float &left, float &right) in GetVolume()
776 float val = 0.0; in GetVolume() local
1455 int32_t AudioCapturerSourceWakeup::SetVolume(float left, float right) in SetVolume()
1460 int32_t AudioCapturerSourceWakeup::GetVolume(float &left, float &right) in GetVolume()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java823 private void setMonitorAvailability(int monitor, int val) { in setMonitorAvailability()
896 private boolean binderEquals(IInterface left, IInterface right) { in binderEquals()
/aosp14/frameworks/base/core/java/android/widget/
H A DNumberPicker.java818 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
2251 int val = getSelectedPos(result); in filter() local
2773 int left, int top, int right, int bottom) { in createAccessibiltyNodeInfoForInputText()
2796 String text, int left, int top, int right, int bottom) { in createAccessibilityNodeInfoForVirtualButton()
2831 int right, int bottom) { in createAccessibilityNodeInfoForNumberPicker()
H A DTextView.java1867 TypedValue val = new TypedValue(); local
3067 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables()
3207 @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) { in setCompoundDrawablesWithIntrinsicBounds()
3231 @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawablesWithIntrinsicBounds()
3680 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
8430 int left, right; in invalidateRegion() local
8942 final int right = mRight; in onDraw() local
11362 int right = (int) Math.ceil(layout.getLineRight(line)); in bringTextIntoView() local
11374 int right = (int) Math.ceil(layout.getLineRight(line)); in bringTextIntoView() local
11475 int right = (int) Math.ceil(layout.getLineRight(line)); in bringPointIntoView() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp740 CalcDimension right = CalcDimension(0.0, DimensionUnit::VP); in GetOldPadding() local
778 const std::optional<CalcDimension>& right) in SetPaddings()
957 const std::string& val, PreviewText& previewText) { in SetOnChange()
1023 const std::string& val, NG::TextCommonEvent& info) { in SetOnPaste()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1229 void ValidatePadded(const struct Padded &left, const struct Padded &right) in ValidatePadded()
1236 void ValidateUnpadded(const struct Unpadded &left, const struct Unpadded &right) in ValidateUnpadded()
1895 vector<std::u16string> val; variable
2042 std::vector<int32_t> val{1, 2, 3, 4, 5}; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp130 baseValue val = 0; in GetBaseDataValue() local
152 baseValue val = ClassName::Unbox(data); in GetBaseFloatDoubleDataValue() local
909 for (auto right = rightPacMapList.begin(); right != rightPacMapList.end(); right++) { in EqualPacMapData() local
/aosp14/frameworks/base/core/java/android/view/
H A DView.java17761 void onLayoutChange(View v, int left, int top, int right, int bottom, in onLayoutChange()
18823 public final void setRight(int right) { in setRight()
20380 public void postInvalidate(int left, int top, int right, int bottom) { in postInvalidate()
20425 int right, int bottom) { in postInvalidateDelayed()
23952 int right = left + mRight - mLeft - mPaddingRight - paddingLeft; in draw() local
24542 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
25886 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
27800 int val = (mSystemUiVisibility&~localChanges) | (localValue&localChanges); in updateLocalSystemUiVisibility() local
28555 final int right = maxOverScrollX + scrollRangeX; in overScrollBy() local
30646 int right; field in View.AttachInfo.InvalidateInfo
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1200 void ValidatePadded(const struct Padded &left, const struct Padded &right, benchmark::State& state) in ValidatePadded()
1210 void ValidateUnpadded(const struct Unpadded &left, const struct Unpadded &right, benchmark::State& … in ValidateUnpadded()
1942 vector<std::u16string> val; in BENCHMARK_F() local
2145 std::vector<int32_t> val{VALUE_ONE, VALUE_TWO, VALUE_THREE, VALUE_FORE, VALUE_FIVE}; in BENCHMARK_F() local

12