OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingAction
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TV/src/com/android/tv/onboarding/
SetupSourcesFragment.java
148
private int
mPendingAction
= PENDING_ACTION_NONE;
170
mPendingAction
= PENDING_ACTION_INPUT_CHANGED;
203
if (
mPendingAction
!= PENDING_ACTION_INPUT_CHANGED) {
204
mPendingAction
= PENDING_ACTION_CHANNEL_CHANGED;
389
switch (
mPendingAction
) {
397
mPendingAction
= PENDING_ACTION_NONE;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java
151
private Pair<Integer, Object>
mPendingAction
;
208
mPendingAction
= new Pair<Integer, Object>(NO_ACTION, 0);
456
Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " +
mPendingAction
.first);
469
switch (
mPendingAction
.first) {
471
switch ((Integer)
mPendingAction
.second) {
503
switch ((Integer)
mPendingAction
.second) {
530
mPendingAction
.first);
538
if (
mPendingAction
.first == DIAL_NUMBER) {
540
(String)
mPendingAction
.second);
548
switch (
mPendingAction
.first)
[
all
...]
/frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java
135
private int
mPendingAction
= PENDING_ACTION_NONE;
298
mPendingAction
= (expanded ? PENDING_ACTION_EXPANDED : PENDING_ACTION_COLLAPSED)
557
return
mPendingAction
;
561
mPendingAction
= PENDING_ACTION_NONE;
[
all
...]
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
Completed in 401 milliseconds