Home
last modified time | relevance | path

Searched refs:newArray (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/frameworks/base/core/java/com/android/internal/util/
DGrowingArrayUtils.java48 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/
DSparseRectFArray.java172 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/
DLongArrayQueue.java67 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/
DParcelableCallAnalytics.java48 public VideoEvent[] newArray(int size) {
147 public AnalyticsEvent[] newArray(int size) {
212 public EventTiming[] newArray(int size) {
275 public ParcelableCallAnalytics[] newArray(int size) {
DTelecomAnalytics.java40 public TelecomAnalytics[] newArray(int size) {
55 public SessionTiming[] newArray(int size) {
DVideoProfile.java190 public VideoProfile[] newArray(int size) {
410 public CameraCapabilities[] newArray(int size) {
/frameworks/base/core/java/android/view/
DDisplayAddress.java158 public Physical[] newArray(int size) {
202 public Network[] newArray(int size) {
DRemoteAnimationDefinition.java165 public RemoteAnimationDefinition[] newArray(int size) {
210 public RemoteAnimationAdapterEntry[] newArray(int size) {
/frameworks/base/core/java/android/hardware/display/
DWifiDisplayStatus.java83 WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(in.readInt());
95 public WifiDisplayStatus[] newArray(int size) {
DDeviceProductInfo.java153 public DeviceProductInfo[] newArray(int size) {
211 public ManufactureDate[] newArray(int size) {
/frameworks/base/location/java/android/location/
DGnssAntennaInfo.java93 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/
DSampleWithNestedDataClasses.java127 public NestedDataClass[] newArray(int size) {
251 public NestedDataClass3[] newArray(int size) {
365 public NestedDataClass2[] newArray(int size) {
/frameworks/base/media/java/android/media/
DRemoteDisplayState.java87 public RemoteDisplayState[] newArray(int size) {
187 public RemoteDisplayInfo[] newArray(int size) {
DMediaRouterClientState.java79 public MediaRouterClientState[] newArray(int size) {
191 public RouteInfo[] newArray(int size) {
/frameworks/base/core/java/android/os/
DVibrationEffect.java531 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/
DSoundTrigger.java268 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/
DParceledListSliceTest.java231 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/
DTetheredClient.java201 public AddressInfo[] newArray(int size) {
231 public TetheredClient[] newArray(int size) {
/frameworks/base/wifi/java/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifier.java92 public WifiAwareAgentNetworkSpecifier[] newArray(int size) {
214 public ByteArrayWrapper[] newArray(int size) {
/frameworks/base/services/core/java/com/android/server/pm/
DPersistentPreferredIntentResolver.java27 protected PersistentPreferredActivity[] newArray(int size) { in newArray() method in PersistentPreferredIntentResolver
DCrossProfileIntentResolver.java33 protected CrossProfileIntentFilter[] newArray(int size) { in newArray() method in CrossProfileIntentResolver
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricSourceType.java47 public BiometricSourceType[] newArray(final int size) {
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifierEvent.java223 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/
DBluetoothHealthAppConfiguration.java108 public BluetoothHealthAppConfiguration[] newArray(int size) {
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallInfo.java57 public CallInfo[] newArray(int size) {

12345678910>>...42