Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java161 private final boolean mIsTwoPanel; field in MultiShrinkScroller
261 mIsTwoPanel = getResources().getBoolean(R.bool.quickcontact_two_panel); in MultiShrinkScroller()
328 if (!mIsTwoPanel) { in initialize()
340 if (!mIsTwoPanel) { in initialize()
346 mMaximumPortraitHeaderHeight = mIsTwoPanel ? getHeight() in initialize()
350 if (mIsTwoPanel) { in initialize()
884 if (mIsTwoPanel) { in draw()
901 if (mIsTwoPanel) { in draw()
936 if (!mIsTwoPanel) { in getMaximumScrollUpwards()
1031 if (mIsTwoPanel) { in updateHeaderTextSizeAndMargin()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactPhotoEditorView.java59 private final boolean mIsTwoPanel; field in CompactPhotoEditorView
81 mIsTwoPanel = getResources().getBoolean(R.bool.quickcontact_two_panel); in CompactPhotoEditorView()
156 if (mIsTwoPanel) { in adjustDimensions()