/frameworks/base/core/java/com/android/internal/util/ |
D | GrowingArrayUtils.java | 48 T[] newArray = ArrayUtils.newUnpaddedArray( in append() local 50 System.arraycopy(array, 0, newArray, 0, currentSize); in append() 51 array = newArray; in append() 65 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize)); in append() local 66 System.arraycopy(array, 0, newArray, 0, currentSize); in append() 67 array = newArray; in append() 80 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize)); in append() local 81 System.arraycopy(array, 0, newArray, 0, currentSize); in append() 82 array = newArray; in append() 95 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize)); in append() [all …]
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | SparseRectFArray.java | 172 final int[] newArray = new int[requiredIndexArraySize * 2]; in ensureBufferSize() local 173 System.arraycopy(mKeys, 0, newArray, 0, mCount); in ensureBufferSize() 174 mKeys = newArray; in ensureBufferSize() 178 final float[] newArray = new float[requiredCoordinatesArraySize * 2]; in ensureBufferSize() local 179 System.arraycopy(mCoordinates, 0, newArray, 0, mCount * 4); in ensureBufferSize() 180 mCoordinates = newArray; in ensureBufferSize() 184 final int[] newArray = new int[requiredFlagsArraySize * 2]; in ensureBufferSize() local 185 System.arraycopy(mFlagsArray, 0, newArray, 0, mCount); in ensureBufferSize() 186 mFlagsArray = newArray; in ensureBufferSize() 302 public SparseRectFArray[] newArray(int size) {
|
/frameworks/base/core/java/android/util/ |
D | LongArrayQueue.java | 67 final long[] newArray = ArrayUtils.newUnpaddedLongArray(newSize); in grow() local 69 System.arraycopy(mValues, mHead, newArray, 0, r); in grow() 70 System.arraycopy(mValues, 0, newArray, r, mHead); in grow() 71 mValues = newArray; in grow()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableCallAnalytics.java | 48 public VideoEvent[] newArray(int size) { 147 public AnalyticsEvent[] newArray(int size) { 212 public EventTiming[] newArray(int size) { 275 public ParcelableCallAnalytics[] newArray(int size) {
|
D | TelecomAnalytics.java | 40 public TelecomAnalytics[] newArray(int size) { 55 public SessionTiming[] newArray(int size) {
|
D | VideoProfile.java | 190 public VideoProfile[] newArray(int size) { 410 public CameraCapabilities[] newArray(int size) {
|
/frameworks/base/core/java/android/view/ |
D | DisplayAddress.java | 158 public Physical[] newArray(int size) { 202 public Network[] newArray(int size) {
|
D | RemoteAnimationDefinition.java | 165 public RemoteAnimationDefinition[] newArray(int size) { 210 public RemoteAnimationAdapterEntry[] newArray(int size) {
|
/frameworks/base/core/java/android/hardware/display/ |
D | WifiDisplayStatus.java | 83 WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(in.readInt()); 95 public WifiDisplayStatus[] newArray(int size) {
|
D | DeviceProductInfo.java | 153 public DeviceProductInfo[] newArray(int size) { 211 public ManufactureDate[] newArray(int size) {
|
/frameworks/base/location/java/android/location/ |
D | GnssAntennaInfo.java | 93 public PhaseCenterOffset[] newArray(int size) { 285 public SphericalCorrections[] newArray(int size) { 440 public GnssAntennaInfo[] newArray(int size) {
|
/frameworks/base/tests/Codegen/src/com/android/codegentest/ |
D | SampleWithNestedDataClasses.java | 127 public NestedDataClass[] newArray(int size) { 251 public NestedDataClass3[] newArray(int size) { 365 public NestedDataClass2[] newArray(int size) {
|
/frameworks/base/media/java/android/media/ |
D | RemoteDisplayState.java | 87 public RemoteDisplayState[] newArray(int size) { 187 public RemoteDisplayInfo[] newArray(int size) {
|
D | MediaRouterClientState.java | 79 public MediaRouterClientState[] newArray(int size) { 191 public RouteInfo[] newArray(int size) {
|
/frameworks/base/core/java/android/os/ |
D | VibrationEffect.java | 531 public OneShot[] newArray(int size) { 719 public Waveform[] newArray(int size) { 857 public Prebaked[] newArray(int size) { 976 public Composed[] newArray(int size) { 1216 public PrimitiveEffect[] newArray(int size) { 1242 public VibrationEffect[] newArray(int size) {
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 268 public ModuleProperties[] newArray(int size) { 638 public Keyphrase[] newArray(int size) { 775 public KeyphraseSoundModel[] newArray(int size) { 868 public GenericSoundModel[] newArray(int size) { 981 public ModelParamRange[] newArray(int size) { 1232 public RecognitionEvent[] newArray(int size) { 1423 public RecognitionConfig[] newArray(int size) { 1490 public ConfidenceLevel[] newArray(int size) { 1586 public KeyphraseRecognitionExtra[] newArray(int size) { 1680 public KeyphraseRecognitionEvent[] newArray(int size) { [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | ParceledListSliceTest.java | 231 public BaseObject[] newArray(int size) { 266 public SmallObject[] newArray(int size) { 316 public LargeObject[] newArray(int size) {
|
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/ |
D | TetheredClient.java | 201 public AddressInfo[] newArray(int size) { 231 public TetheredClient[] newArray(int size) {
|
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | WifiAwareAgentNetworkSpecifier.java | 92 public WifiAwareAgentNetworkSpecifier[] newArray(int size) { 214 public ByteArrayWrapper[] newArray(int size) {
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PersistentPreferredIntentResolver.java | 27 protected PersistentPreferredActivity[] newArray(int size) { in newArray() method in PersistentPreferredIntentResolver
|
D | CrossProfileIntentResolver.java | 33 protected CrossProfileIntentFilter[] newArray(int size) { in newArray() method in CrossProfileIntentResolver
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricSourceType.java | 47 public BiometricSourceType[] newArray(final int size) {
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextClassifierEvent.java | 223 public TextClassifierEvent[] newArray(int size) { 763 public TextSelectionEvent[] newArray(int size) { 956 public TextLinkifyEvent[] newArray(int size) { 1036 public LanguageDetectionEvent[] newArray(int size) { 1133 public ConversationActionsEvent[] newArray(int size) {
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHealthAppConfiguration.java | 108 public BluetoothHealthAppConfiguration[] newArray(int size) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallInfo.java | 57 public CallInfo[] newArray(int size) {
|