Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java163 private final boolean mIsTwoPanel; field in MultiShrinkScroller
331 if (!mIsTwoPanel) { in initialize()
343 if (!mIsTwoPanel) { 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()
1150 if (mIsTwoPanel && !mPhotoView.isBasedOffLetterTile()) { in updatePhotoTintAndDropShadow()
1190 } else if (mIsTwoPanel) { in updatePhotoTintAndDropShadow()
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A 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()