Home
last modified time | relevance | path

Searched refs:logFragment (Results 1 – 25 of 39) sorted by relevance

12

/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
DMainActivity.java73 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
75 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
DMainActivity.java73 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
75 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
DMainActivity.java73 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
75 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
DMainActivity.java73 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
75 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
DMainActivity.java73 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
75 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
DBasicGestureDetectFragment.java77 LogFragment logFragment = ((LogFragment) getActivity().getSupportFragmentManager() in clearLog() local
79 logFragment.getLogView().setText(""); in clearLog()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMainActivity.java73 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
75 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DMainActivity.java75 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
77 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
78 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
79 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DMainActivity.java75 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
77 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
78 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
79 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
DMainActivity.java75 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
77 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
78 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
79 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DMainActivity.java104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local
106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()

12