Home
last modified time | relevance | path

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

123

/development/samples/browseable/MultiWindowPlayground/src/com/example.android.common.logger/
DLogFragment.java37 private LogView mLogView; field in LogFragment
50 mLogView = new LogView(getActivity()); in inflateViews()
53 mLogView.setTextAppearance(android.R.style.TextAppearance_Material_Medium); in inflateViews()
54 mLogView.setLayoutParams(logParams); in inflateViews()
55 mLogView.setClickable(true); in inflateViews()
56 mLogView.setFocusable(true); in inflateViews()
57 mLogView.setTypeface(Typeface.create("monospace", Typeface.NORMAL)); in inflateViews()
63 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
64 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
66 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
[all …]
/development/samples/browseable/Interpolator/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/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/CardReader/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/BasicSyncAdapter/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/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/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/SlidingTabsBasic/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/ActivityInstrumentation/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/DrawableTinting/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/RepeatingAlarm/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/ClippingBasic/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/RuntimePermissions/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/DragAndDropAcrossApps/DragSource/src/com.example.android/common/logger/
DLogFragment.java36 private LogView mLogView; field in LogFragment
50 mLogView = new LogView(getActivity()); in inflateViews()
53 mLogView.setLayoutParams(logParams); in inflateViews()
54 mLogView.setClickable(true); in inflateViews()
55 mLogView.setFocusable(true); in inflateViews()
56 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
62 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
63 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
65 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
66 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
[all …]
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/common/logger/
DLogFragment.java36 private LogView mLogView; field in LogFragment
48 mLogView = new LogView(getActivity()); in inflateViews()
51 mLogView.setLayoutParams(logParams); in inflateViews()
52 mLogView.setClickable(true); in inflateViews()
53 mLogView.setFocusable(true); in inflateViews()
54 mLogView.setTypeface(Typeface.MONOSPACE); in inflateViews()
60 mLogView.setPadding(paddingPixels, paddingPixels, paddingPixels, paddingPixels); in inflateViews()
61 mLogView.setCompoundDrawablePadding(paddingPixels); in inflateViews()
63 mLogView.setGravity(Gravity.BOTTOM); in inflateViews()
64 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/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/AdvancedImmersiveMode/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/MediaEffects/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/MediaRouter/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/SwipeRefreshListFragment/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