OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TwoPaneLayout
(Results
1 - 7
of
7
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActivityController.java
289
void addConversationListLayoutListener(
TwoPaneLayout
.ConversationListLayoutListener listener);
TwoPaneController.java
64
private
TwoPaneLayout
mLayout;
66
private List<
TwoPaneLayout
.ConversationListLayoutListener> mConversationListLayoutListeners =
209
mLayout = (
TwoPaneLayout
) mActivity.findViewById(R.id.two_pane_activity);
[
all
...]
CustomViewToolbar.java
39
TwoPaneLayout
.ConversationListLayoutListener {
TwoPaneLayout.java
69
final class
TwoPaneLayout
extends FrameLayout implements ModeChangeListener,
74
private static final String LOG_TAG = "
TwoPaneLayout
";
170
public
TwoPaneLayout
(Context context) {
174
public
TwoPaneLayout
(Context context, AttributeSet attrs) {
374
* {@link
TwoPaneLayout
#translatePanes(float, float, boolean)} for explanation on deltas.
[
all
...]
MaterialSearchViewController.java
43
TwoPaneLayout
.ConversationListLayoutListener {
OnePaneController.java
558
TwoPaneLayout
.ConversationListLayoutListener listener) {
FolderListFragment.java
108
private static final long DRAWER_FADE_VELOCITY_MS_PER_ALPHA =
TwoPaneLayout
.SLIDE_DURATION_MS;
[
all
...]
Completed in 2752 milliseconds