Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneLayout.java115 private View mConversationFrame; field in TwoPaneLayout
243 mConversationFrame = findViewById(R.id.conversation_frame); in onFinishInflate()
245 mConversationView = mConversationFrame.findViewById(R.id.conversation_pane); in onFinishInflate()
246 mMiscellaneousView = mConversationFrame.findViewById(MISCELLANEOUS_VIEW_ID); in onFinishInflate()
261 ((ConversationViewFrame) mConversationFrame).setDownEventListener(mController); in setController()
300 mConversationFrame.layout(mConvLeft, 0, mConvRight, bottom); in onLayout()
313 setPaneWidth(mConversationFrame, convWidth); in setupPaneWidths()
327 final int convW = getPaneWidth(mConversationFrame); in computePanePositions()
368 mConversationFrame.setTranslationX(deltaX); in translatePanes()
377 mConversationFrame.animate().translationX(deltaX); in animatePanes()
[all …]