Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java157 private final boolean mIsTwoPanel; field in MultiShrinkScroller
257 mIsTwoPanel = getResources().getBoolean(R.bool.quickcontact_two_panel); in MultiShrinkScroller()
322 if (!mIsTwoPanel) { in initialize()
334 if (!mIsTwoPanel) { in initialize()
340 mMaximumPortraitHeaderHeight = mIsTwoPanel ? getHeight() in initialize()
344 if (mIsTwoPanel) { in initialize()
842 if (mIsTwoPanel) { in draw()
859 if (mIsTwoPanel) { in draw()
894 if (!mIsTwoPanel) { in getMaximumScrollUpwards()
989 if (mIsTwoPanel) { in updateHeaderTextSizeAndMargin()
[all …]