Home
last modified time | relevance | path

Searched refs:mLogView (Results 1 – 25 of 53) sorted by relevance

123

/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/CustomTransition/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/FragmentTransition/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/BatchStepSensor/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/CardEmulation/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/RecyclerView/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/JumpingJack/Application/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/AdapterTransition/src/com.example.android.common/logger/
DLogFragment.java51 private LogView mLogView; field in LogFragment
63 mLogView = new LogView(getActivity()); in inflateViews()
66 mLogView.setLayoutParams(logParams); in inflateViews()
67 mLogView.setClickable(true); in inflateViews()
68 mLogView.setFocusable(true); in inflateViews()
69 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
75 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
76 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
78 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]

123