/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormatTest.java | 38 Assert.assertEquals(-1, format.getSize()); in testParseNative_requiredOnly() 51 Assert.assertEquals(1048576, format.getSize()); in testParseNative_withSize() 64 Assert.assertEquals(-1, format.getSize()); in testParseVariant_requiredOnly() 77 Assert.assertEquals(-1, format.getSize()); in testParseVariant_withMaxSize() 122 Assert.assertEquals(-1, format.getSize()); in testParseVariant_allFields() 131 Assert.assertEquals(-1, format.getSize()); in testParseVariant_allFields() 140 Assert.assertEquals(-1, format.getSize()); in testParseVariant_allFields() 154 Assert.assertEquals(-1, format.getSize()); in testCreateNative_requiredOnly() 168 Assert.assertEquals(1048576, format.getSize()); in testCreateNative_withSize() 182 Assert.assertEquals(-1, format.getSize()); in testCreateVariant_requiredOnly() [all …]
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_nodes_cache.h | 68 AKLOGI("Advance active %d nodes.", mNextActiveDicNodes->getSize()); in advanceActiveDicNodes() 77 int activeSize() const { return mActiveDicNodes->getSize(); } in activeSize() 78 int terminalSize() const { return mTerminalDicNodes->getSize(); } in terminalSize() 114 && mCachedDicNodesForContinuousSuggestion->getSize() > 0; in hasCachedDicNodesForContinuousSuggestion() 136 mCachedDicNodesForContinuousSuggestion->getSize(), mLastCachedInputIndex); in restoreActiveDicNodesFromCache()
|
D | dic_node_priority_queue.h | 40 AK_FORCE_INLINE int getSize() const { in getSize() function 69 if (getSize() < mMaxSize) { in copyPush()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
D | BufferManager.java | 77 mBufferSize += chunk.getSize(); 82 mBufferSize -= chunk.getSize(); 320 mSize += chunk.getSize(); in add() 330 mSize -= chunk.getSize(); in poll() 337 private long getSize() { in getSize() method in BufferManager.EvictChunkQueueMap 508 long pendingDelete = mPendingDelete.getSize(); in maybeEvictChunk() 545 earliestChunk.getSize(), in maybeEvictChunk() 554 pendingDelete = mPendingDelete.getSize(); in maybeEvictChunk()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
D | BufferManager.java | 76 mBufferSize += chunk.getSize(); 81 mBufferSize -= chunk.getSize(); 317 mSize += chunk.getSize(); in add() 327 mSize -= chunk.getSize(); in poll() 334 private long getSize() { in getSize() method in BufferManager.EvictChunkQueueMap 504 long pendingDelete = mPendingDelete.getSize(); in maybeEvictChunk() 541 earliestChunk.getSize(), in maybeEvictChunk() 550 pendingDelete = mPendingDelete.getSize(); in maybeEvictChunk()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControlWheelContainer.java | 134 measuredWidth = Math.min(desiredWidth, MeasureSpec.getSize(widthSpec)); in onMeasure() 136 measuredWidth = MeasureSpec.getSize(widthSpec); in onMeasure() 141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec)); in onMeasure() 143 measuredHeight = MeasureSpec.getSize(heightSpec); in onMeasure()
|
D | ControlPanelLayout.java | 41 int widthSpecSize = MeasureSpec.getSize(widthSpec); in onMeasure() 42 int heightSpecSize = MeasureSpec.getSize(heightSpec); in onMeasure()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipAttachmentFormat.java | 133 public int getSize() { in getSize() method in BipAttachmentFormat 154 && a.getSize() == getSize() in equals()
|
D | BipImageFormat.java | 162 public int getSize() { in getSize() method in BipImageFormat 180 && f.getSize() == getSize() in equals()
|
D | BipImageDescriptor.java | 250 public int getSize() { in getSize() method in BipImageDescriptor 281 && d.getSize() == getSize() in equals()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/ |
D | FaceSquareTextureView.java | 43 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() 44 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
|
/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceSquareTextureView.java | 43 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() 44 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | ArchiveHandleTest.java | 78 this(archiveEntry.getName(), archiveEntry.getSize(), archiveEntry.isDirectory()); in ArchiveEntryRecord() 109 public long getSize() { in getSize() method in ArchiveHandleTest.ArchiveEntryRecord 424 when(archiveEntry.getSize()).thenReturn(0L); in getInputStream_zeroSizeEntry_shouldFail() 441 when(archiveEntry.getSize()).thenReturn(14L); in getInputStream_emptyStringEntry_shouldFail()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | SquareImageView.java | 43 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() 46 height = Math.min(height, MeasureSpec.getSize(heightMeasureSpec)); in onMeasure()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
D | CenteredLinearLayout.java | 39 int parentWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() 40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | TimerCircleFrameLayout.java | 58 final int width = MeasureSpec.getSize(widthMeasureSpec) - paddingLeft - paddingRight; in onMeasure() 59 final int height = MeasureSpec.getSize(heightMeasureSpec) - paddingTop - paddingBottom; in onMeasure()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | TintedDrawableSpan.java | 41 public int getSize(Paint paint, CharSequence text, int start, int end, FontMetricsInt fm) { in getSize() method in TintedDrawableSpan 45 return super.getSize(paint, text, start, end, fm); in getSize()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | PreviewFrameLayout.java | 64 int previewWidth = MeasureSpec.getSize(widthSpec); in onMeasure() 65 int previewHeight = MeasureSpec.getSize(heightSpec); in onMeasure()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
D | FixedAspectSurfaceView.java | 69 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() 70 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/ |
D | PreferenceImageView.java | 49 final int widthSize = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() 59 final int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | StorageSizeBasePreferenceController.java | 58 protected abstract long getSize(); in getSize() method in StorageSizeBasePreferenceController 81 preference.setDetailText(getSizeStr(getSize())); in updateState()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | EllipsizeLayout.kt | 80 val parentWidth = MeasureSpec.getSize(widthMeasureSpec) in onMeasure() 82 MeasureSpec.makeMeasureSpec(MeasureSpec.getSize(widthMeasureSpec), in onMeasure()
|
D | EllipsizeLayout.java | 71 final int parentWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() 73 makeMeasureSpec(MeasureSpec.getSize(widthMeasureSpec), MeasureSpec.UNSPECIFIED); in onMeasure()
|
D | TextSizeHelper.java | 58 widthConstraint = View.MeasureSpec.getSize(widthMeasureSpec) in onMeasure() 64 heightConstraint = View.MeasureSpec.getSize(heightMeasureSpec) in onMeasure()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/ |
D | RecentsRootView.java | 57 int width = Math.max(MIN_SIZE, MeasureSpec.getSize(widthMeasureSpec)); in onMeasure() 58 int height = Math.max(MIN_SIZE, MeasureSpec.getSize(heightMeasureSpec)); in onMeasure()
|