OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switchState
(Results
1 - 8
of
8
) sorted by null
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java
66
public void switchStateChanged(int switchIndex, boolean
switchState
) {
69
sd.onSwitchStateChange(
switchState
);
89
public void onSwitchStateChange(int switchIndex, Boolean
switchState
) {
90
switchStateChanged(switchIndex,
switchState
);
135
public void onSwitchStateChange(Boolean
switchState
) {
137
if (!
switchState
) {
/frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java
455
public int computeNewHeadsetState(int headsetState, int
switchState
) {
457
int setBits = ((
switchState
== 1) ? mState1Bits :
458
((
switchState
== 2) ? mState2Bits :
459
((
switchState
== mStateNbits) ? mStateNbits : 0)));
/packages/apps/Settings/src/com/android/settings/location/
LocationSettings.java
437
final boolean
switchState
= mManagedProfileSwitch.isChecked();
439
!
switchState
, mManagedProfile);
440
mManagedProfileSwitch.setSummary(
switchState
?
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java
686
private static String switchStateToString(final int
switchState
) {
687
switch (
switchState
) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java
225
public void
switchState
(ActivityState oldState,
227
Log.v(TAG, "
switchState
" + oldState + ", " + klass);
AlbumPage.java
233
mActivity.getStateManager().
switchState
(
308
mActivity.getStateManager().
switchState
(this, FilmstripPage.class, data);
PhotoPage.java
[
all
...]
AlbumSetPage.java
316
mActivity.getStateManager().
switchState
(this, AlbumSetPage.class, data);
Completed in 277 milliseconds