Home
last modified time | relevance | path

Searched defs:row (Results 176 – 200 of 305) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp198 for (int16_t row = 1; row < imageInfo_.header.height; ++row) { in FillQrCodeBackgroundColor() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java436 ExpandableNotificationRow row = (ExpandableNotificationRow) event.mChangingView; in processAnimationEvents() local
477 ExpandableNotificationRow row = (ExpandableNotificationRow) changingView; in processAnimationEvents() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java951 private final boolean cellValue(int row, int col) { in cellValue()
958 int row = indexes[i]; in fill() local
977 final int row = indexes[i]; in fillNew() local
988 int row = indexes[i]; in verify() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1208 if (auto row = nodeQuery_.FindResultRow(parent->GetEntity()); row) { in Update() local
1228 for (const auto& row : nodeQuery_.GetResults()) { in Update() local
1259 if (auto row = nodeQuery_.FindResultRow(node.GetEntity()); row) { in CollectChangedNodes() local
1296 SceneNode* node, const bool parentEnabled, const ComponentQuery::ResultRow* row) in ProcessNode()
1327 auto row = nodeQuery_.FindResultRow(state.node->GetEntity()); in UpdateTransformations() local
1383 for (const auto& row : nodeQuery_.GetResults()) { in UpdatePreviousWorldMatrices() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.cpp146 const auto& row = it->second; in CheckMultiRow() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java78 final ExpandableNotificationRow row, in bindGuts()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms_pdu.cpp172 for (int row = 0; row < count; row++) { in QueryMmsPdu() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dtransaction_test.cpp375 Transaction::Row row; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h66 double row; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp143 void OptionLayoutAlgorithm::MeasureRow(const RefPtr<LayoutWrapper>& row, const LayoutConstraintF& c… in MeasureRow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_component.h147 void SetBitmapMesh(const std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp140 …RefPtr<RowComponent> row = AceType::MakeRefPtr<RowComponent>(FlexAlign::CENTER, FlexAlign::CENTER,… in BuildPackageBox() local
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java605 Row row = new Row(this); in Keyboard() local
641 Row row = rows.get(rowIndex); in resize() local
808 int row = 0; in loadKeyboard() local
/aosp14/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java580 int row = rowTable[data1 & 0x07] + ((data2 & 0x20) >> 5); in fromBytes() local
602 PAC(int row, int col, int style, int color) { in PAC()
868 private void moveCursorTo(int row, int col) { in moveCursorTo()
873 private void moveCursorToRow(int row) { in moveCursorToRow()
914 private CCLineBuilder getLineBuffer(int row) { in getLineBuffer()
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_watcher_test.cpp108 TriggerCondition BuildCondition(int row, int size, int timeout) in BuildCondition()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/utils/
H A Ddatabase_utils.cpp61 for (int32_t row = 0; row < opt.count; row++) { in Dump() local
/aosp14/frameworks/base/core/java/android/widget/
H A DTableLayout.java379 final TableRow row = (TableRow) child; in trackCollapsedColumns() local
501 final TableRow row = (TableRow) child; in findLargestCells() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dflex_model_impl.cpp29 RefPtr<FlexComponentV2> row = AceType::MakeRefPtr<OHOS::Ace::FlexComponentV2>( in CreateFlexRow() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp178 void NapiAppEventHolder::SetRow(int row) in SetRow()
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dface_node.cpp109 constexpr int32_t row = 3; in GetCameraFaceRectangles() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp40 void SetCRect(const DMRect &row, CRect *ptr) in SetCRect()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java765 VolumeRow row = new VolumeRow(); in addRow() local
774 final VolumeRow row = mRows.get(i); in addExistingRows() local
825 private void initRow(final VolumeRow row, final int stream, int iconRes, int iconMuteRes, in initRow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java211 public void onBindRow(ExpandableNotificationRow row) { in onBindRow()
/aosp14/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.cpp201 for (int row = 0; row < numRows; ++row) { in deinterleave() local
276 for (int row = 0; row < numRows; ++row) { in deinterleave() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp544 for (uint32_t row = 0; (row < dirtyHeight) && (ret == EOK); ++row) { in CopyRawYuvData() local
550 for (uint32_t row = 0; (row < dirtyHeightForUvPlane) && (ret == EOK); ++row) { in CopyRawYuvData() local

12345678910>>...13