Home
last modified time | relevance | path

Searched defs:totalLength (Results 1 – 13 of 13) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/
DEllipsizeLayout.kt74 var totalLength = 0 in onMeasure() variable
DEllipsizeLayout.java65 int totalLength = 0; in onMeasure() local
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimer.java108 Timer(int id, State state, long length, long totalLength, long lastStartTime, in Timer()
316 final long totalLength; in setLength() local
341 final long totalLength = mTotalLength + delta; in setRemainingTime() local
DTimer.kt40 val totalLength: Long, in <lambda>() constant in com.android.deskclock.data.Timer
261 val totalLength: Long in <lambda>() constant
286 val totalLength = totalLength + delta in <lambda>() constant
DTimerDAO.java87 final long totalLength = prefs.getLong(TOTAL_LENGTH + id, Long.MIN_VALUE); in getTimers() local
DTimerDAO.kt75 val totalLength: Long = prefs.getLong(TOTAL_LENGTH + id, Long.MIN_VALUE) in getTimers() constant
/packages/apps/TV/common/src/com/android/tv/common/util/
DCollectionUtils.java36 int totalLength = first.length; in concatAll() local
/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java159 int totalLength = 0; in savePhotoFromUriToUri() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java689 final int totalLength = mTotalLength; in measureVertical() local
717 final int totalLength = mTotalLength; in measureVertical() local
799 final int totalLength = mTotalLength; in measureVertical() local
903 final int totalLength = mTotalLength; in measureVertical() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DMatchParentShrinkingLinearLayout.java689 final int totalLength = mTotalLength; in measureVertical() local
717 final int totalLength = mTotalLength; in measureVertical() local
799 final int totalLength = mTotalLength; in measureVertical() local
903 final int totalLength = mTotalLength; in measureVertical() local
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java226 int totalLength = FILE_CONTENT.length(); in buildPartialResponse() local
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java1724 final int totalLength = dataLength + IPV4_HEADER_LEN + IPV4_TCP_HEADER_LEN; in ipv4TcpPacket() local
1817 final int totalLength = dataLength + IPV4_HEADER_LEN + UDP_HEADER_LEN; in ipv4UdpPacket() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java300 int totalLength = 0; in makePduBody() local