OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCallButton
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java
134
private DontPressWithParentImageView
mCallButton
;
386
if (isVisible(
mCallButton
)) {
387
mCallButton
.measure(0, 0);
598
if (isVisible(
mCallButton
)) {
599
int buttonWidth =
mCallButton
.getMeasuredWidth();
601
mCallButton
.layout(
[
all
...]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java
146
private Button
mCallButton
;
428
mCallButton
.setText("Call");
430
mCallButton
.setText("Send");
464
mCallButton
= new Button(g2ButtonComp, SWT.PUSH);
465
mCallButton
.setText("Call");
466
mCallButton
.setEnabled(false);
467
mCallButton
.addSelectionListener(new SelectionAdapter() {
[
all
...]
Completed in 66 milliseconds