OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_button
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/ui/views/app_list/win/
activation_tracker_win.cc
78
int
left_button
= swapped ? VK_RBUTTON : VK_LBUTTON;
local
79
bool left_button_down = GetAsyncKeyState(
left_button
) < 0;
/packages/apps/Contacts/res/layout/
contact_editor_accounts_changed_activity_with_text.xml
45
android:id="@+id/
left_button
"
/packages/apps/Settings/res/layout/
two_buttons_panel.xml
29
android:id="@+id/
left_button
"
/cts/apps/CtsVerifier/res/layout/
pwa_widgets.xml
57
android:id="@+id/
left_button
"
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/
ProjectionWidgetActivity.java
75
button = (Button) view.findViewById(R.id.
left_button
);
/packages/apps/DeskClock/res/layout/
desk_clock.xml
41
android:id="@+id/
left_button
"
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java
110
final Button leftButton = (Button) findViewById(R.id.
left_button
);
137
final Button leftButton = (Button) findViewById(R.id.
left_button
);
/external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc
155
LEFT_BUTTON
,
169
void SetOtherButtons(const CustomButton*
left_button
,
173
right_button_ =
left_button
;
175
left_button_ =
left_button
;
204
case
LEFT_BUTTON
:
311
case
LEFT_BUTTON
: return RIGHT_BUTTON;
312
case RIGHT_BUTTON: return
LEFT_BUTTON
;
566
IDS_CUT, InMenuButtonBackground::
LEFT_BUTTON
,
641
IDS_ZOOM_MINUS2, InMenuButtonBackground::
LEFT_BUTTON
,
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java
134
mReportButton = (Button)mRootView.findViewById(R.id.
left_button
);
InstalledAppDetails.java
479
mForceStopButton = (Button) btnPanel.findViewById(R.id.
left_button
);
486
mMoreControlButtons.findViewById(R.id.
left_button
).setVisibility(View.INVISIBLE);
493
mMoveAppButton = (Button) data_buttons_panel.findViewById(R.id.
left_button
);
[
all
...]
RunningServiceDetails.java
277
detail.mStopButton = (Button)root.findViewById(R.id.
left_button
);
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java
165
mLeftButton = (ImageButton) findViewById(R.id.
left_button
);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java
403
mForceStopButton = (Button)mRootView.findViewById(R.id.
left_button
);
/packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java
338
Button b = (Button)v.findViewById(R.id.
left_button
);
Completed in 882 milliseconds