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.java163 private final boolean mIsTwoPanel; field in MultiShrinkScroller
263 mIsTwoPanel = getResources().getBoolean(R.bool.quickcontact_two_panel); in MultiShrinkScroller()
331 if (!mIsTwoPanel) { in initialize()
343 if (!mIsTwoPanel) { in initialize()
349 mMaximumPortraitHeaderHeight = mIsTwoPanel ? getHeight() in initialize()
366 if (mIsTwoPanel) { in initialize()
906 if (mIsTwoPanel) { in draw()
923 if (mIsTwoPanel) { in draw()
958 if (!mIsTwoPanel) { in getMaximumScrollUpwards()
1053 if (mIsTwoPanel) { in updateHeaderTextSizeAndMargin()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java56 private final boolean mIsTwoPanel; field in PhotoEditorView
76 mIsTwoPanel = getResources().getBoolean(R.bool.contacteditor_two_panel); in PhotoEditorView()
153 if (mIsTwoPanel) { in adjustDimensions()