Searched defs:getSize (Results 1 - 25 of 86) sorted by last modified time

1234

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerTest.java225 final int firstRowSize = Math.max(30, getSize(mGlm.findViewByPosition(2)));
232 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(0)));
233 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(1)));
234 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(2)));
236 final int secondRowSize = Math.max(200, getSize(mGlm.findViewByPosition(3)));
243 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(3)));
244 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(4)));
245 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(5)));
248 private int getSize(View view) { method in class:GridLayoutManagerTest
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebBackForwardListChromium.java49 if (getSize() == 0) {
69 if (index < 0 || index >= getSize()) {
77 * See {@link android.webkit.WebBackForwardList#getSize}.
80 public synchronized int getSize() { method in class:WebBackForwardListChromium
97 new ArrayList<WebHistoryItemChromium>(getSize());
98 for (int i = 0; i < getSize(); ++i) {
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp165 status_t BufferQueueSource::getSize(off64_t *size) { function in class:android::BufferQueueSource
166 SL_LOGD("BufferQueueSource::getSize()");
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h143 word_t getSize() const { function in class:ELFSectionHeader
194 xword_t getSize() const { function in class:ELFSectionHeader
H A DELFSymbol.h108 symsize_t getSize() const { function in class:ELFSymbol_CRTP
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGrid.java183 public final int getSize() { method in class:StaggeredGrid
H A DStreamingTextView.java273 public int getSize(Paint paint, CharSequence text, int start, int end, method in class:StreamingTextView.DottySpan
H A DWindowAlignment.java180 final public int getSize() { method in class:WindowAlignment.Axis
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java273 public int getSize() { method in class:BluetoothMapMessage
H A DBluetoothMasRequestGetFolderListingSize.java48 public int getSize() { method in class:BluetoothMasRequestGetFolderListingSize
H A DBluetoothMasRequestGetMessagesListingSize.java49 public int getSize() { method in class:BluetoothMasRequestGetMessagesListingSize
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBookSize.java52 public int getSize() { method in class:BluetoothPbapRequestPullPhoneBookSize
H A DBluetoothPbapRequestPullVcardListingSize.java52 public int getSize() { method in class:BluetoothPbapRequestPullVcardListingSize
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java101 public int getSize(final Paint paint, final CharSequence text, final int start, final int end, method in class:InvisibleRecipientChip
H A DReplacementDrawableSpan.java44 public int getSize(Paint paint, CharSequence text, int i, int i2, Paint.FontMetricsInt fm) { method in class:ReplacementDrawableSpan
/frameworks/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
/frameworks/native/include/input/
H A DInput.h424 inline float getSize(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/libs/binder/
H A DIMemory.cpp82 virtual size_t getSize() const;
339 size_t BpMemoryHeap::getSize() const { function in class:android::BpMemoryHeap
371 reply->writeInt32(getSize());
H A DMemoryHeapBase.cpp161 size_t MemoryHeapBase::getSize() const { function in class:android::MemoryHeapBase
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp794 size_t ScreenshotClient::getSize() const { function in class:android::ScreenshotClient
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp270 *size = buffer->getSize();
318 GLsizeiptr ElementArrayBuffer::getSize() { function in class:android::gltrace::ElementArrayBuffer
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp90 Relocator::Size AArch64Relocator::getSize(Relocation::Type pType) const function in class:AArch64Relocator
482 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
502 helper_check_signed_overflow(X, pParent.getSize(pReloc.type())))
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp367 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const function in class:ARMRelocator
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const function in class:ELFAttributeValue
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp189 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const { function in class:HexagonRelocator

Completed in 313 milliseconds

1234