Searched refs:mLayout (Results 1 – 5 of 5) sorted by relevance
77 private final Layout mLayout = new Layout(); field in SlotView96 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 …]
30 private final Layout mLayout; field in MultiLineTexture34 mLayout = layout; in MultiLineTexture()49 mLayout.draw(canvas); in onDraw()
68 private final LayoutModel mLayout; field in SlideshowModel81 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()
57 private int mLayout; field in SelectCalendarsSimpleAdapter84 mLayout = layout; in SelectCalendarsSimpleAdapter()204 view = mInflater.inflate(mLayout, parent, false); in getView()
138 if (mLayout == null) { in drawableStateChanged()