OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionBarSwitch
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java
116
Switch
actionBarSwitch
= new Switch(activity);
123
actionBarSwitch
.setPaddingRelative(0, 0, padding, 0);
126
activity.getActionBar().setCustomView(
actionBarSwitch
, new ActionBar.LayoutParams(
133
mBluetoothEnabler = new BluetoothEnabler(activity,
actionBarSwitch
);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java
395
Switch
actionBarSwitch
= new Switch(activity);
402
actionBarSwitch
.setPaddingRelative(0, 0, padding, 0);
405
activity.getActionBar().setCustomView(
actionBarSwitch
, new ActionBar.LayoutParams(
412
mWifiEnabler = new WifiEnabler(activity,
actionBarSwitch
);
[
all
...]
Completed in 141 milliseconds