/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | SlotView.java | 72 private final Layout mLayout = new Layout(); field in SlotView 101 mRenderer.onSlotSizeChanged(mLayout.mSlotWidth, mLayout.mSlotHeight); in setSlotRenderer() 107 int slotCount = mLayout.mSlotCount; in setCenterIndex() 111 Rect rect = mLayout.getSlotRect(index, mTempRect); in setCenterIndex() 119 Rect rect = mLayout.getSlotRect(index, mTempRect); in makeSlotVisible() 139 position = Utils.clamp(position, 0, mLayout.getScrollLimit()); in setScrollPosition() 145 mLayout.setSlotSpec(spec); in setSlotSpec() 161 (mLayout.getVisibleStart() + mLayout.getVisibleEnd()) / 2; in onLayout() 162 mLayout.setSize(r - l, b - t); in onLayout() 172 if (mLayout.mSlotCount != 0) invalidate(); in startScatteringAnimation() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | MockKeyboardSwitcher.java | 50 private int mLayout = MockConstants.ALPHABET_UNSHIFTED; field in MockKeyboardSwitcher 62 return mLayout; in getLayoutId() 89 mLayout = MockConstants.ALPHABET_UNSHIFTED; in setAlphabetKeyboard() 94 mLayout = MockConstants.ALPHABET_MANUAL_SHIFTED; in setAlphabetManualShiftedKeyboard() 99 mLayout = MockConstants.ALPHABET_AUTOMATIC_SHIFTED; in setAlphabetAutomaticShiftedKeyboard() 104 mLayout = MockConstants.ALPHABET_SHIFT_LOCKED; in setAlphabetShiftLockedKeyboard() 109 mLayout = MockConstants.ALPHABET_SHIFT_LOCK_SHIFTED; in setAlphabetShiftLockShiftedKeyboard() 114 mLayout = MockConstants.SYMBOLS_UNSHIFTED; in setSymbolsKeyboard() 119 mLayout = MockConstants.SYMBOLS_SHIFTED; in setSymbolsShiftedKeyboard()
|
/packages/apps/Mms/src/com/android/mms/model/ |
D | SlideshowModel.java | 68 private final LayoutModel mLayout; field in SlideshowModel 81 mLayout = new LayoutModel(); in SlideshowModel() 90 mLayout = layouts; in SlideshowModel() 395 return mLayout; in getLayout() 571 mLayout.registerModelChangedObserver(observer); in registerModelChangedObserverInDescendants() 581 mLayout.unregisterModelChangedObserver(observer); in unregisterModelChangedObserverInDescendants() 590 mLayout.unregisterAllModelChangedObservers(); in unregisterAllModelChangedObserversInDescendants()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | MultiLineTexture.java | 31 private final Layout mLayout; field in MultiLineTexture 35 mLayout = layout; in MultiLineTexture() 50 mLayout.draw(canvas); in onDraw()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | SectionedAlbumDataAdapter.java | 39 private final int mLayout; field in SectionedAlbumDataAdapter 45 mLayout = headerLayout; in SectionedAlbumDataAdapter() 182 item = mInflater.inflate(mLayout, parent, false); in getView()
|
D | AlbumDataAdapter.java | 44 private final int mLayout; field in AlbumDataAdapter 52 mLayout = resource; in AlbumDataAdapter() 85 item = mInflater.inflate(mLayout, parent, false); in getView()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | MessageListItem.java | 59 private ThreePaneLayout mLayout; field in MessageListItem 280 if (isMultiPane && mLayout.isLeftPaneVisible()) { in updateBackground() 294 if (isMultiPane && mLayout.isLeftPaneVisible()) { in updateBackground() 509 mLayout = layout; in bindViewInit()
|
D | MessagesAdapter.java | 101 private ThreePaneLayout mLayout; field in MessagesAdapter 143 mLayout = layout; in setLayout() 194 itemView.bindViewInit(this, mLayout, mIsSearchResult); in bindView()
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
D | SelectCalendarsSimpleAdapter.java | 61 private int mLayout; field in SelectCalendarsSimpleAdapter 98 mLayout = layout; in SelectCalendarsSimpleAdapter() 227 view = mInflater.inflate(mLayout, parent, false); in getView()
|