/development/samples/browseable/MultiWindowPlayground/src/com/example.android.common.logger/ |
D | LogFragment.java | 37 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/StorageProvider/src/com.example.android.common/logger/ |
D | LogFragment.java | 51 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/ScreenCapture/src/com.example.android.common/logger/ |
D | LogFragment.java | 51 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/BasicTransition/src/com.example.android.common/logger/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/SynchronizedNotifications/Application/src/com.example.android.common/logger/ |
D | LogFragment.java | 51 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/BasicNetworking/src/com.example.android.common.logger/ |
D | LogFragment.java | 51 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/ElevationDrag/src/com.example.android.common/logger/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/ |
D | LogFragment.java | 51 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/BluetoothChat/src/com.example.android.common/logger/ |
D | LogFragment.java | 51 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/JobScheduler/src/com.example.android.common.logger/ |
D | LogFragment.java | 51 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/TextLinkify/src/com.example.android.common.logger/ |
D | LogFragment.java | 51 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/DropTarget/src/com.example.android/common/logger/ |
D | LogFragment.java | 36 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/TextSwitcher/src/com.example.android.common.logger/ |
D | LogFragment.java | 51 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/BasicContactables/src/com.example.android.common.logger/ |
D | LogFragment.java | 51 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 …]
|