Home
last modified time | relevance | path

Searched defs:currentRow (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DResizeableItemFrameViewModel.kt58 val currentRow: Int, constant in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModel.GridLayoutInfo
225 val currentRow = layoutInfo.currentRow in calculateAnchorsForHandle() constant
262 val currentRow = layoutInfo.currentRow in isDragAllowed() constant
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp226 auto currentRow = static_cast<JSAMPROW>(in + i*width); in encodeGrayscaleJpeg() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java812 Row currentRow = null; in loadKeyboard() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/viewmodel/
DResizeableItemFrameViewModelTest.kt571 val currentRow: Int?, constant in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModelTest.GridLayout