Home
last modified time | relevance | path

Searched refs:mLayout (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java77 private final Layout mLayout = new Layout(); field in SlotView
96 int slotCount = mLayout.mSlotCount; in setCenterIndex()
100 Rect rect = mLayout.getSlotRect(index); in setCenterIndex()
108 Rect rect = mLayout.getSlotRect(index); in makeSlotVisible()
128 position = Utils.clamp(position, 0, mLayout.getScrollLimit()); in setScrollPosition()
134 mLayout.setSlotSpec(spec); in setSlotSpec()
155 (mLayout.getVisibleStart() + mLayout.getVisibleEnd()) / 2; in onLayout()
156 mLayout.setSize(r - l, b - t); in onLayout()
196 mLayout.setScrollPosition(position); in updateScrollPosition()
201 int limit = mLayout.getScrollLimit(); in onScrollPositionChanged()
[all …]
DMultiLineTexture.java30 private final Layout mLayout; field in MultiLineTexture
34 mLayout = layout; in MultiLineTexture()
49 mLayout.draw(canvas); in onDraw()
/packages/apps/Mms/src/com/android/mms/model/
DSlideshowModel.java68 private final LayoutModel mLayout; field in SlideshowModel
81 mLayout = new LayoutModel(); in SlideshowModel()
90 mLayout = layouts; in SlideshowModel()
393 return mLayout; in getLayout()
569 mLayout.registerModelChangedObserver(observer); in registerModelChangedObserverInDescendants()
579 mLayout.unregisterModelChangedObserver(observer); in unregisterModelChangedObserverInDescendants()
588 mLayout.unregisterAllModelChangedObservers(); in unregisterAllModelChangedObserversInDescendants()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectCalendarsSimpleAdapter.java57 private int mLayout; field in SelectCalendarsSimpleAdapter
84 mLayout = layout; in SelectCalendarsSimpleAdapter()
204 view = mInflater.inflate(mLayout, parent, false); in getView()
/packages/apps/Launcher2/src/com/android/launcher2/
DBubbleTextView.java138 if (mLayout == null) { in drawableStateChanged()